Searched defs:nbperf (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.bin/nbperf/ |
H A D | nbperf.h | 36 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
|
H A D | nbperf.c | 70 mi_vector_hash_seed_hash(struct nbperf *nbperf) in mi_vector_hash_seed_hash() argument 80 mi_vector_hash_compute(struct nbperf *nbperf, const void *key, size_t keylen, in mi_vector_hash_compute() argument 87 mi_vector_hash_print_hash(struct nbperf * nbperf,const char * indent,const char * key,const char * keylen,const char * hash) mi_vector_hash_print_hash() argument 96 set_hash(struct nbperf * nbperf,const char * arg) set_hash() argument 113 struct nbperf nbperf = { main() local [all...] |
H A D | nbperf-bdz.c | 138 print_hash(struct nbperf *nbperf, struct state *state) in print_hash() 267 bpz_compute(struct nbperf *nbperf) in bpz_compute()
|
H A D | nbperf-chm.c | 147 print_hash(struct nbperf *nbperf, struct state *state) in print_hash() 227 chm3_compute(struct nbperf *nbperf) in chm3_compute()
|