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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dmpool.h49 #define HASHSIZE 128 macro
50 #define HASHKEY(pgno) ((pgno - 1) % HASHSIZE)
67 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
/macosx-10.10.1/ntp-92/libntp/
H A Dauthkeys.c39 #define HASHSIZE 64 macro
40 #define HASHMASK ((HASHSIZE)-1)
43 struct savekey *key_hash[HASHSIZE];
420 for (i = 0; i < HASHSIZE; i++) {
458 for (i = 0; i < HASHSIZE; i++) {
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c165 #define HASHSIZE 16 macro
167 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */
168 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */
1058 for (i = 0; i < HASHSIZE; i++)
1162 for (i = 0; i < HASHSIZE; i++)
1169 for (i = 0; i < HASHSIZE; i++)
1898 for (i = 0; i < HASHSIZE; i++)
1903 for (i = 0; i < HASHSIZE; i++)
1948 for (i = 0; i < HASHSIZE; i++)
1952 for (i = 0; i < HASHSIZE;
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/mpool/FreeBSD/
H A Dmpool.c86 for (entry = 0; entry < HASHSIZE; ++entry)
/macosx-10.10.1/misc_cmds-33/tsort/
H A Dtsort.c81 #define HASHSIZE 53 /* doesn't need to be big */ macro
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c127167 #define HASHSIZE macro
[all...]

Completed in 280 milliseconds