Atlas Runtime
|
#include <alloca.h>
#include <assert.h>
#include <complex>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include "atlas_alloc.h"
#include "atlas_api.h"
Classes | |
struct | Node |
struct | SearchResult |
Typedefs | |
typedef struct Node | Node |
typedef struct SearchResult | SearchResult |
Functions | |
Node * | createSingleNode (int Num, int NumBlanks) |
Node * | insertPass1 (int Num, int NumBlanks, int NumFAI) |
Node * | insertPass2 (int Num, int NumBlanks, int NumFAI) |
long | printSLL () |
int | main (int argc, char *argv[]) |
Variables | |
Node * | SLL = NULL |
Node * | InsertAfter = NULL |
uint32_t | sll_rgn_id |
typedef struct SearchResult SearchResult |
Node* createSingleNode | ( | int | Num, |
int | NumBlanks | ||
) |
Node* insertPass1 | ( | int | Num, |
int | NumBlanks, | ||
int | NumFAI | ||
) |
Node* insertPass2 | ( | int | Num, |
int | NumBlanks, | ||
int | NumFAI | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
long printSLL | ( | ) |
Node* InsertAfter = NULL |
Node* SLL = NULL |
uint32_t sll_rgn_id |