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

  /src/usr.bin/nbperf/
nbperf-chm3.c 3 #define GRAPH_SIZE 3
graph3.c 3 #define GRAPH_SIZE 3
graph2.h 55 #ifndef GRAPH_SIZE
56 #define GRAPH_SIZE 2
61 #define SIZED(n) SIZED_(n, GRAPH_SIZE)
64 #define SIZED2(n) SIZED2_(graph, GRAPH_SIZE, n)
71 uint32_t vertices[GRAPH_SIZE];
graph2.c 87 for (i = 0; i < GRAPH_SIZE; ++i) {
141 for (i = 0; i < GRAPH_SIZE; ++i) {
155 for (i = 0; i < GRAPH_SIZE; ++i) {
182 #if GRAPH_SIZE == 2
198 for (j = 0; j < GRAPH_SIZE; ++j) {
206 #if GRAPH_SIZE == 3
244 for (j = 0; j < GRAPH_SIZE; ++j)
nbperf-chm.c 82 #if GRAPH_SIZE == 3
193 #if GRAPH_SIZE == 3
201 #if GRAPH_SIZE == 3
210 #if GRAPH_SIZE == 3
226 #if GRAPH_SIZE == 3
236 #if GRAPH_SIZE == 3
259 #if GRAPH_SIZE == 3
nbperf-bdz.c 69 #define GRAPH_SIZE 3

Completed in 13 milliseconds