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

/freebsd-10-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-10-stable/lib/libthr/thread/
H A Dthr_sleepq.c33 #define HASHSIZE (1 << HASHSHIFT) macro
37 & (HASHSIZE - 1)))
47 static struct sleepqueue_chain sc_table[HASHSIZE];
54 for (i = 0; i < HASHSIZE; ++i) {
/freebsd-10-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-10-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-10-stable/usr.bin/sockstat/
H A Dsockstat.c115 #define HASHSIZE 1009 macro
116 static struct sock *sockhash[HASHSIZE];
413 hash = (int)((uintptr_t)sock->socket % HASHSIZE);
524 hash = (int)((uintptr_t)sock->socket % HASHSIZE);
686 hash = (int)((uintptr_t)sock->socket % HASHSIZE);
781 hash = (int)((uintptr_t)sock->socket % HASHSIZE);
1005 for (hash = 0; hash < HASHSIZE; ++hash) {
1074 hash = (int)((uintptr_t)xf->xf_data % HASHSIZE);
1100 for (hash = 0; hash < HASHSIZE; hash++) {
/freebsd-10-stable/sbin/restore/
H A Ddirs.c68 #define HASHSIZE 1000 macro
69 #define INOHASH(val) (val % HASHSIZE)
76 static struct inotab *inotab[HASHSIZE];
/freebsd-10-stable/sys/boot/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-10-stable/lib/libc/db/mpool/
H A Dmpool.c86 for (entry = 0; entry < HASHSIZE; ++entry)
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c127167 #define HASHSIZE macro
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c160062 #define HASHSIZE macro
[all...]

Completed in 824 milliseconds