HomeSort by: relevance | last modified time | path
    Searched defs:SIZED2 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/nbperf/
graph2.c 51 SIZED2(_setup)(struct SIZED(graph) *graph, uint32_t v, uint32_t e)
66 SIZED2(_free)(struct SIZED(graph) *graph)
105 SIZED2(_check_duplicates)(struct nbperf *nbperf, struct SIZED(graph) *graph)
135 SIZED2(_add_edge)(struct SIZED(graph) *graph, uint32_t edge)
149 SIZED2(_remove_edge)(struct SIZED(graph) *graph, uint32_t edge)
163 SIZED2(_remove_vertex)(struct SIZED(graph) *graph, uint32_t vertex)
171 SIZED2(_remove_edge)(graph, e);
176 SIZED2(_hash)(struct nbperf *nbperf, struct SIZED(graph) *graph)
221 SIZED2(_add_edge)(graph, i);
225 return SIZED2(_check_duplicates)(nbperf, graph)
    [all...]
graph2.h 64 #define SIZED2(n) SIZED2_(graph, GRAPH_SIZE, n)
84 void SIZED2(_setup)(struct SIZED(graph) *, uint32_t, uint32_t);
85 void SIZED2(_free)(struct SIZED(graph) *);
87 int SIZED2(_hash)(struct nbperf *, struct SIZED(graph) *);
88 int SIZED2(_output_order)(struct SIZED(graph) *graph);

Completed in 11 milliseconds