Home
last modified time | relevance | path

Searched defs:nbperf (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.bin/nbperf/
Dnbperf.h36 struct nbperf { struct
50 void (*seed_hash)(struct nbperf *); argument
51 void (*print_hash)(struct nbperf *, const char *, const char *, const char *, argument
53 void (*compute_hash)(struct nbperf *, const void *, size_t, argument
58 int chm_compute(struct nbperf *); argument
Dnbperf.c70 mi_vector_hash_seed_hash(struct nbperf *nbperf) in mi_vector_hash_seed_hash()
80 mi_vector_hash_compute(struct nbperf *nbperf, const void *key, size_t keylen, in mi_vector_hash_compute()
87 mi_vector_hash_print_hash(struct nbperf *nbperf, const char *indent, in mi_vector_hash_print_hash()
96 set_hash(struct nbperf *nbperf, const char *arg) in set_hash()
113 struct nbperf nbperf = { in main() local
Dnbperf-bdz.c138 print_hash(struct nbperf *nbperf, struct state *state) in print_hash()
267 bpz_compute(struct nbperf *nbperf) in bpz_compute()
Dnbperf-chm.c147 print_hash(struct nbperf *nbperf, struct state *state) in print_hash()
227 chm3_compute(struct nbperf *nbperf) in chm3_compute()