Searched refs:NKEYS (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dtsearch_test.c87 #define NKEYS 1000 macro
89 int keys[NKEYS];
90 for (int i = 0; i < NKEYS; ++i)
95 bool present[NKEYS] = {};
96 for (int i = 0; i < NKEYS * 10; ++i) {
97 int key = nrand48(random_state) % NKEYS;
104 if ((sample % NKEYS) > 3)
147 for (int key = 0; key < NKEYS; ++key)
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.h285 #define NKEYS hdr.nkeys macro
H A Dhash.c223 "NKEYS ", hashp->NKEYS);
279 hashp->NKEYS = 0;
396 hashp->NKEYS, hashp->MAX_BUCKET, hashp->nsegs);
H A Dhash_page.c174 hashp->NKEYS--;
456 hashp->NKEYS++;
458 (hashp->NKEYS / (hashp->MAX_BUCKET + 1) > hashp->FFACTOR))
H A Dhash_bigkey.c264 hashp->NKEYS--;
/freebsd-13-stable/crypto/openssh/
H A Dkex.c990 #define NKEYS 6 macro
996 u_char *keys[NKEYS];
1000 for (i = 0; i < NKEYS; i++) {

Completed in 74 milliseconds