Searched defs:nbperf (Results 1 – 6 of 6) sorted by relevance
/minix3/usr.bin/nbperf/ |
H A D | nbperf.h | 36 struct nbperf { struct 49 void (*seed_hash)(struct nbperf *); argument 50 void (*print_hash)(struct nbperf *, const char *, const char *, const char *, argument 52 void (*compute_hash)(struct nbperf *, const void *, size_t, argument 57 int chm_compute(struct nbperf *); argument
|
H A D | nbperf.c | 69 mi_vector_hash_seed_hash(struct nbperf *nbperf) in mi_vector_hash_seed_hash() 79 mi_vector_hash_compute(struct nbperf *nbperf, const void *key, size_t keylen, in mi_vector_hash_compute() 86 mi_vector_hash_print_hash(struct nbperf *nbperf, const char *indent, in mi_vector_hash_print_hash() 95 set_hash(struct nbperf *nbperf, const char *arg) in set_hash() 112 struct nbperf nbperf = { in main() local
|
H A D | nbperf-chm.c | 137 print_hash(struct nbperf *nbperf, struct state *state) in print_hash() 198 chm3_compute(struct nbperf *nbperf) in chm3_compute()
|
H A D | graph2.c | 80 graph2_check_duplicates(struct nbperf *nbperf, struct graph2 *graph) in graph2_check_duplicates() 109 graph2_hash(struct nbperf *nbperf, struct graph2 *graph) in graph2_hash()
|
H A D | graph3.c | 80 graph3_check_duplicates(struct nbperf *nbperf, struct graph3 *graph) in graph3_check_duplicates() 110 graph3_hash(struct nbperf *nbperf, struct graph3 *graph) in graph3_hash()
|
H A D | nbperf-bdz.c | 137 print_hash(struct nbperf *nbperf, struct state *state) in print_hash() 256 bpz_compute(struct nbperf *nbperf) in bpz_compute()
|