Home
last modified time | relevance | path

Searched refs:HASHSIZE (Results 1 – 15 of 15) sorted by relevance

/openbsd/lib/libc/include/
H A Dmpool.h47 #define HASHSIZE 128 macro
48 #define HASHKEY(pgno) ((pgno - 1 + HASHSIZE) % HASHSIZE)
66 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
/openbsd/games/battlestar/
H A Dparse.c38 #define HASHSIZE 256 macro
40 #define HASHMASK (HASHSIZE - 1)
46 struct wlist *hashtab[HASHSIZE];
/openbsd/gnu/usr.bin/cvs/src/
H A Dhash.h12 #define HASHSIZE 151 macro
41 Node *hasharray[HASHSIZE];
H A Dhash.c41 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);
/openbsd/usr.bin/rdist/
H A Dlookup.c47 static struct syment *hashtab[HASHSIZE];
128 n %= HASHSIZE; in lookup()
H A Dclient.h49 #define HASHSIZE 1021 macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dstabsread.h44 EXTERN struct symbol *global_sym_chain[HASHSIZE];
H A Dbuildsym.h46 #define HASHSIZE 127 /* Size of things hashed via macro
H A Dbuildsym.c1090 return (hash(name,strlen(name)) % HASHSIZE); in hashname()
H A Dstabsread.c4203 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()
H A Dcoffread.c125 static struct symbol *opaque_type_chain[HASHSIZE];
/openbsd/sbin/restore/
H A Ddirs.c63 #define HASHSIZE 1000 macro
64 #define INOHASH(val) (val % HASHSIZE)
71 static struct inotab *inotab[HASHSIZE];
/openbsd/lib/libc/db/mpool/
H A Dmpool.c78 for (entry = 0; entry < HASHSIZE; ++entry) in mpool_open()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.311051 all_include_files of type 'struct htab *'. Delete HASHSIZE
11076 (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
H A DChangeLog.414286 * cpphash.c (HASHSIZE): Increase to 4096.