PandA-2024.02
Functions | Variables
bfs.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
#include <omp.h>
#include "graph.h"
Include dependency graph for bfs.c:

Go to the source code of this file.

Functions

 __attribute__ ((noinline))
 Convert the given fixedpt number to a decimal string. More...
 
void kernel (unsigned vertex, unsigned *p_Qnext, unsigned *Qnext_N, unsigned *map)
 
int main ()
 

Variables

unsigned map [NUM_VERTICES] ={0}
 

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Convert the given fixedpt number to a decimal string.

The max_dec argument specifies how many decimal digits to the right of the decimal point to generate. If set to -1, the "default" number of decimal digits will be used (2 for 32-bit fixedpt width, 10 for 64-bit fixedpt width); If set to -2, "all" of the digits will be returned, meaning there will be invalid, bogus digits outside the specified precisions.

Definition at line 15 of file bfs.c.

Referenced by kernel().

Here is the caller graph for this function:

◆ kernel()

void kernel ( unsigned  vertex,
unsigned *  p_Qnext,
unsigned *  Qnext_N,
unsigned *  map 
)

Definition at line 44 of file bfs.c.

References __attribute__(), edges, map, and offset.

Referenced by __attribute__().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 73 of file bfs.c.

References level, map, and NUM_VERTICES.

Variable Documentation

◆ map

unsigned map[NUM_VERTICES] ={0}

Generated on Mon Feb 12 2024 13:03:10 for PandA-2024.02 by doxygen 1.8.13