Searched refs:HASHSIZE (Results 1 – 15 of 15) sorted by relevance
47 #define HASHSIZE 128 macro48 #define HASHKEY(pgno) ((pgno - 1 + HASHSIZE) % HASHSIZE)66 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
38 #define HASHSIZE 256 macro40 #define HASHMASK (HASHSIZE - 1)46 struct wlist *hashtab[HASHSIZE];
12 #define HASHSIZE 151 macro41 Node *hasharray[HASHSIZE];
41 return (h % HASHSIZE);60 for (i = 0; i < HASHSIZE; i++) in getlist()99 for (i = 0; i < HASHSIZE; i++)513 list, list->list, HASHSIZE, list->next);
47 static struct syment *hashtab[HASHSIZE];128 n %= HASHSIZE; in lookup()
49 #define HASHSIZE 1021 macro
44 EXTERN struct symbol *global_sym_chain[HASHSIZE];
46 #define HASHSIZE 127 /* Size of things hashed via macro
1090 return (hash(name,strlen(name)) % HASHSIZE); in hashname()
4203 for (hash = 0; hash < HASHSIZE; hash++) in scan_file_globals()4208 if (hash >= HASHSIZE) in scan_file_globals()4292 for (hash = 0; hash < HASHSIZE; hash++) in scan_file_globals()
125 static struct symbol *opaque_type_chain[HASHSIZE];
63 #define HASHSIZE 1000 macro64 #define INOHASH(val) (val % HASHSIZE)71 static struct inotab *inotab[HASHSIZE];
78 for (entry = 0; entry < HASHSIZE; ++entry) in mpool_open()
11051 all_include_files of type 'struct htab *'. Delete HASHSIZE11076 (HASHSIZE): new macro.13662 HASHSIZE parameter; return an unsigned int.13664 used. Calculate HASHSIZE modulus here.13665 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
14286 * cpphash.c (HASHSIZE): Increase to 4096.