Lines Matching defs:SIZED2
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);
232 SIZED2(_output_order)(struct SIZED(graph) *graph)
240 SIZED2(_remove_vertex)(graph, i);
245 SIZED2(_remove_vertex)(graph, e2->vertices[j]);