Home
last modified time | relevance | path

Searched refs:graph3_setup (Results 1 – 4 of 4) sorted by relevance

/minix3/usr.bin/nbperf/
H A Dgraph3.h58 void graph3_setup(struct graph3 *, uint32_t, uint32_t);
H A Dnbperf-chm.c246 graph3_setup(&state.graph, v, e); in chm3_compute()
H A Dnbperf-bdz.c277 graph3_setup(&state.graph, v, e); in bpz_compute()
H A Dgraph3.c53 graph3_setup(struct graph3 *graph, uint32_t v, uint32_t e) in graph3_setup() function