Home | History | Annotate | Download | only in nbperf

Lines Matching refs:SIZED

61 #define SIZED(n) SIZED_(n, GRAPH_SIZE)
66 struct SIZED(vertex) {
70 struct SIZED(edge) {
74 struct SIZED(graph) {
75 struct SIZED(vertex) *verts;
76 struct SIZED(edge) *edges;
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);