Symbol: SIZED2
usr.bin/nbperf/graph2.c
105
SIZED2(_check_duplicates)(struct nbperf *nbperf, struct SIZED(graph) *graph)
usr.bin/nbperf/graph2.c
135
SIZED2(_add_edge)(struct SIZED(graph) *graph, uint32_t edge)
usr.bin/nbperf/graph2.c
149
SIZED2(_remove_edge)(struct SIZED(graph) *graph, uint32_t edge)
usr.bin/nbperf/graph2.c
163
SIZED2(_remove_vertex)(struct SIZED(graph) *graph, uint32_t vertex)
usr.bin/nbperf/graph2.c
171
SIZED2(_remove_edge)(graph, e);
usr.bin/nbperf/graph2.c
176
SIZED2(_hash)(struct nbperf *nbperf, struct SIZED(graph) *graph)
usr.bin/nbperf/graph2.c
221
SIZED2(_add_edge)(graph, i);
usr.bin/nbperf/graph2.c
225
return SIZED2(_check_duplicates)(nbperf, graph);
usr.bin/nbperf/graph2.c
240
SIZED2(_remove_vertex)(graph, i);
usr.bin/nbperf/graph2.c
245
SIZED2(_remove_vertex)(graph, e2->vertices[j]);
usr.bin/nbperf/graph2.c
51
SIZED2(_setup)(struct SIZED(graph) *graph, uint32_t v, uint32_t e)
usr.bin/nbperf/graph2.h
84
void SIZED2(_setup)(struct SIZED(graph) *, uint32_t, uint32_t);
usr.bin/nbperf/graph2.h
85
void SIZED2(_free)(struct SIZED(graph) *);
usr.bin/nbperf/graph2.h
87
int SIZED2(_hash)(struct nbperf *, struct SIZED(graph) *);
usr.bin/nbperf/graph2.h
88
int SIZED2(_output_order)(struct SIZED(graph) *graph);
usr.bin/nbperf/nbperf-bdz.c
303
if (SIZED2(_hash)(nbperf, &state.graph))
usr.bin/nbperf/nbperf-bdz.c
305
if (SIZED2(_output_order)(&state.graph))
usr.bin/nbperf/nbperf-bdz.c
313
SIZED2(_free)(&state.graph);
usr.bin/nbperf/nbperf-chm.c
278
SIZED2(_setup)(&state.graph, v, e);
usr.bin/nbperf/nbperf-chm.c
279
if (SIZED2(_hash)(nbperf, &state.graph))
usr.bin/nbperf/nbperf-chm.c
281
if (SIZED2(_output_order)(&state.graph))
usr.bin/nbperf/nbperf-chm.c
289
SIZED2(_free)(&state.graph);