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

/freebsd-11-stable/include/
H A Dmpool.h45 #define HASHSIZE 128 macro
46 #define HASHKEY(pgno) ((pgno - 1 + HASHSIZE) % HASHSIZE)
64 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sleepq.c34 #define HASHSIZE (1 << HASHSHIFT) macro
38 & (HASHSIZE - 1)))
48 static struct sleepqueue_chain sc_table[HASHSIZE];
55 for (i = 0; i < HASHSIZE; ++i) {
/freebsd-11-stable/contrib/gdb/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.c1099 return (hash(name,strlen(name)) % HASHSIZE);
H A Dstabsread.c4255 for (hash = 0; hash < HASHSIZE; hash++)
4260 if (hash >= HASHSIZE)
4344 for (hash = 0; hash < HASHSIZE; hash++)
H A Dcoffread.c125 static struct symbol *opaque_type_chain[HASHSIZE];
/freebsd-11-stable/sys/netgraph/
H A Dng_etf.c139 #define HASHSIZE 16 /* Dont change this without changing HASH() */ macro
151 struct filterhead hashtable[HASHSIZE];
184 for (i = 0; i < HASHSIZE; i++) {
457 for (i = 0; i < HASHSIZE; i++) {
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c117 #define HASHSIZE 1009 macro
118 static struct sock *sockhash[HASHSIZE];
422 HASHSIZE);
548 HASHSIZE);
710 hash = (int)((uintptr_t)sock->socket % HASHSIZE);
805 hash = (int)((uintptr_t)sock->socket % HASHSIZE);
1031 for (hash = 0; hash < HASHSIZE; ++hash) {
1099 hash = (int)((uintptr_t)xf->xf_data % HASHSIZE);
1125 for (hash = 0; hash < HASHSIZE; hash++) {
/freebsd-11-stable/sbin/restore/
H A Ddirs.c68 #define HASHSIZE 1000 macro
69 #define INOHASH(val) (val % HASHSIZE)
76 static struct inotab *inotab[HASHSIZE];
/freebsd-11-stable/stand/ficl/
H A Dficl.h150 ** - Make the main hash table a bigger prime (HASHSIZE)
680 #if !defined HASHSIZE /* Default size of hash table. For most uniform */
681 #define HASHSIZE 241 /* performance, use a prime number! */ macro
H A Dficl.c116 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE);
/freebsd-11-stable/lib/libc/db/mpool/
H A Dmpool.c86 for (entry = 0; entry < HASHSIZE; ++entry)
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c127167 #define HASHSIZE macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c191309 #define HASHSIZE macro
[all...]

Completed in 984 milliseconds