Searched refs:HASHSIZE (Results 1 – 16 of 16) sorted by relevance
45 #define HASHSIZE 128 macro46 #define HASHKEY(pgno) ((pgno - 1 + HASHSIZE) % HASHSIZE)64 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
33 #define HASHSIZE (1 << HASHSHIFT) macro37 & (HASHSIZE - 1)))47 static struct sleepqueue_chain sc_table[HASHSIZE];54 for (i = 0; i < HASHSIZE; ++i) { in _sleepq_init()
139 #define HASHSIZE 16 /* Dont change this without changing HASH() */ macro151 struct filterhead hashtable[HASHSIZE];184 for (i = 0; i < HASHSIZE; i++) { in ng_etf_constructor()457 for (i = 0; i < HASHSIZE; i++) { in ng_etf_disconnect()
114 #define HASHSIZE 1009 macro115 static struct sock *sockhash[HASHSIZE];412 hash = (int)((uintptr_t)sock->socket % HASHSIZE); in gather_sctp()523 hash = (int)((uintptr_t)sock->socket % HASHSIZE); in gather_sctp()685 hash = (int)((uintptr_t)sock->socket % HASHSIZE); in gather_inet()780 hash = (int)((uintptr_t)sock->socket % HASHSIZE); in gather_unix()1004 for (hash = 0; hash < HASHSIZE; ++hash) { in displaysock()1073 hash = (int)((uintptr_t)xf->xf_data % HASHSIZE); in display()1099 for (hash = 0; hash < HASHSIZE; hash++) { in display()
44 EXTERN struct symbol *global_sym_chain[HASHSIZE];
46 #define HASHSIZE 127 /* Size of things hashed via macro
1091 return (hash(name,strlen(name)) % HASHSIZE); in hashname()
4247 for (hash = 0; hash < HASHSIZE; hash++) in scan_file_globals()4252 if (hash >= HASHSIZE) in scan_file_globals()4336 for (hash = 0; hash < HASHSIZE; hash++) in scan_file_globals()
125 static struct symbol *opaque_type_chain[HASHSIZE];
68 #define HASHSIZE 1000 macro69 #define INOHASH(val) (val % HASHSIZE)76 static struct inotab *inotab[HASHSIZE];
680 #if !defined HASHSIZE /* Default size of hash table. For most uniform */681 #define HASHSIZE 241 /* performance, use a prime number! */ macro
116 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE); in ficlInitSystemEx()
86 for (entry = 0; entry < HASHSIZE; ++entry) in mpool_open()
14292 * cpphash.c (HASHSIZE): Increase to 4096.26317 all_include_files of type 'struct htab *'. Delete HASHSIZE26342 (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
127167 #define HASHSIZE 128127181 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */ 127432 ) % HASHSIZE;
152692 #define HASHSIZE 97152743 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */ 153041 return iNode % HASHSIZE;