HomeSort by: relevance | last modified time | path
    Searched defs:build_hash (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/nbperf/
nbperf.c 133 int (*build_hash)(struct nbperf *) = chm_compute; local in function:main
142 build_hash = chm_compute;
144 build_hash = chm3_compute;
147 build_hash = bpz_compute;
251 rv = (*build_hash)(&nbperf);

Completed in 650 milliseconds