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

  /src/usr.bin/nbperf/
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);
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...]
nbperf-chm.c 278 SIZED2(_setup)(&state.graph, v, e);
279 if (SIZED2(_hash)(nbperf, &state.graph))
281 if (SIZED2(_output_order)(&state.graph))
289 SIZED2(_free)(&state.graph);
nbperf-bdz.c 303 if (SIZED2(_hash)(nbperf, &state.graph))
305 if (SIZED2(_output_order)(&state.graph))
313 SIZED2(_free)(&state.graph);

Completed in 12 milliseconds