| /netbsd-src/include/ |
| H A D | mpool.h | 47 #define HASHSIZE 128 macro 48 #define HASHKEY(pgno) ((pgno - 1) % HASHSIZE) 66 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
|
| /netbsd-src/games/battlestar/ |
| H A D | parse.c | 43 #define HASHSIZE 256 macro 45 #define HASHMASK (HASHSIZE - 1) 51 static struct wlist *hashtab[HASHSIZE];
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | hash.c | 46 return h % HASHSIZE; in hashp() 67 for (i = 0; i < HASHSIZE; i++) in getlist() 113 for (i = 0; i < HASHSIZE; i++) in dellist() 576 (void *) list, (void *) list->list, HASHSIZE, (void *) list->next); in printlist() 579 (unsigned long) list, (unsigned long) list->list, HASHSIZE, in printlist()
|
| H A D | hash.h | 17 #define HASHSIZE 151 macro 46 Node *hasharray[HASHSIZE];
|
| /netbsd-src/usr.bin/rdist/ |
| H A D | lookup.c | 54 static struct syment *hashtab[HASHSIZE]; 138 n %= HASHSIZE; in lookup()
|
| H A D | defs.h | 78 #define HASHSIZE 1021 macro
|
| /netbsd-src/usr.bin/sockstat/ |
| H A D | sockstat.c | 95 #define HASHSIZE 1009 macro 96 struct socklist sockhash[HASHSIZE]; 401 hash = (int)(kp[i].ki_sockaddr % HASHSIZE); 465 hash = (int)(f->ki_fdata % HASHSIZE);
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | ht.c | 43 #define HASHSIZE(bits) (UINT64_C(1) << (bits)) 129 while (newcount >= HASHSIZE(newbits) && newbits <= HT_MAX_BITS) { in memcasecmp() 213 ht->size[idx] = HASHSIZE(ht->hashbits[idx]); in hashtable_rehash_one() 42 #define HASHSIZE( global() macro
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | ht.c | 42 #define HASHSIZE(bits) (UINT64_C(1) << (bits)) macro 169 while (newcount >= HASHSIZE(newbits) && newbits <= HT_MAX_BITS) { in rehash_bits() 254 ht->size[idx] = HASHSIZE(ht->hashbits[idx]); in hashtable_new()
|
| /netbsd-src/sbin/restore/ |
| H A D | dirs.c | 72 #define HASHSIZE 1000 macro 73 #define INOHASH(val) (val % HASHSIZE) 80 static struct inotab *inotab[HASHSIZE];
|
| /netbsd-src/usr.bin/m4/ |
| H A D | mdef.h | 124 #define HASHSIZE 199 /* maximum size of hashtab */ macro
|
| H A D | main.c | 64 ndptr hashtab[HASHSIZE]; /* hash table for macros etc. */
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | rbt.c | 74 #define HASHSIZE( global() macro
|
| H A D | rbtdb.c | 321 #define HASHSIZE( global() macro
|
| H A D | resolver.c | 234 #define HASHSIZE( global() macro
|
| H A D | zone.c | 18525 #define HASHSIZE( global() macro
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | rbt.c | 80 #define HASHSIZE(bits) (UINT64_C(1) << (bits)) macro 1081 size_t size = HASHSIZE(rbt->hashbits) * sizeof(dns_rbtnode_t *); in dns_rbt_destroy2() 2378 size = HASHSIZE(rbt->hashbits) * sizeof(dns_rbtnode_t *); in inithash() 2389 while (newcount >= HASHSIZE(newbits) && newbits < RBT_HASH_MAX_BITS) { in rehash_bits() 2410 oldsize = HASHSIZE(oldbits); in rehash() 2414 newsize = HASHSIZE(rbt->hashbits); in rehash() 2449 if (rbt->nodecount >= (HASHSIZE(rbt->hashbits) * RBT_HASH_OVERCOMMIT)) { in hash_node()
|
| H A D | rbtdb.c | 359 #define HASHSIZE(bits) (UINT64_C(1) << (bits)) macro 1346 size = HASHSIZE(version->glue_table_bits) * in allocate_version() 10095 for (i = 0; i < HASHSIZE(version->glue_table_bits); i++) { in free_gluetable() 10111 size = HASHSIZE(version->glue_table_bits) * in free_gluetable() 10123 while (newcount >= HASHSIZE(newbits) && in rehash_bits() 10142 oldcount = HASHSIZE(oldbits); in rehash_gluetable() 10146 newsize = HASHSIZE(newbits) * sizeof(version->glue_table[0]); in rehash_gluetable() 10180 size_t overcommit = HASHSIZE(version->glue_table_bits) * in maybe_rehash_gluetable()
|
| H A D | zone.c | 18465 #define HASHSIZE(bits) (UINT64_C(1) << (bits)) macro 18475 while (count >= HASHSIZE(newbits) && newbits < KEYMGMT_BITS_MAX) { in hash_bits_grow() 18484 while (count <= HASHSIZE(newbits) && newbits > KEYMGMT_BITS_MIN) { in hash_bits_shrink() 18501 size = HASHSIZE(mgmt->bits); in zonemgr_keymgmt_init() 18518 size = HASHSIZE(mgmt->bits); in zonemgr_keymgmt_destroy() 18544 size = HASHSIZE(bits); in zonemgr_keymgmt_resize() 18570 newsize = HASHSIZE(newbits); in zonemgr_keymgmt_resize()
|
| /netbsd-src/usr.bin/tsort/ |
| H A D | tsort.c | 80 #define HASHSIZE 53 /* doesn't need to be big */ macro
|
| /netbsd-src/lib/libc/db/mpool/ |
| H A D | mpool.c | 98 for (entry = 0; entry < HASHSIZE; ++entry) in mpool_open()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 14292 * cpphash.c (HASHSIZE): Increase to 4096. 26317 all_include_files of type 'struct htab *'. Delete HASHSIZE 26342 (HASHSIZE): new macro. 28928 HASHSIZE parameter; return an unsigned int. 28930 used. Calculate HASHSIZE modulus here. 28931 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2018 | 7020 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text) 7023 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2018 | 7020 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text) 7023 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 208652 #define HASHSIZE 97 208720 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */ 209152 return ((unsigned)iNode) % HASHSIZE;
|