HomeSort by: relevance | last modified time | path
    Searched refs:HASHSIZE (Results 1 - 9 of 9) sorted by relevancy

  /src/include/
mpool.h 47 #define HASHSIZE 128
48 #define HASHKEY(pgno) ((pgno - 1) % HASHSIZE)
66 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
  /src/games/battlestar/
parse.c 43 #define HASHSIZE 256
45 #define HASHMASK (HASHSIZE - 1)
51 static struct wlist *hashtab[HASHSIZE];
  /src/usr.bin/rdist/
lookup.c 54 static struct syment *hashtab[HASHSIZE];
138 n %= HASHSIZE;
defs.h 78 #define HASHSIZE 1021
  /src/usr.bin/sockstat/
sockstat.c 95 #define HASHSIZE 1009
96 struct socklist sockhash[HASHSIZE];
401 hash = (int)(kp[i].ki_sockaddr % HASHSIZE);
465 hash = (int)(f->ki_fdata % HASHSIZE);
  /src/sbin/restore/
dirs.c 72 #define HASHSIZE 1000
73 #define INOHASH(val) (val % HASHSIZE)
80 static struct inotab *inotab[HASHSIZE];
  /src/usr.bin/tsort/
tsort.c 80 #define HASHSIZE 53 /* doesn't need to be big */
  /src/lib/libc/db/mpool/
mpool.c 98 for (entry = 0; entry < HASHSIZE; ++entry)
  /src/usr.bin/m4/
main.c 64 ndptr hashtab[HASHSIZE]; /* hash table for macros etc. */
219 { "hashsize", required_argument, 0, 'H' },

Completed in 21 milliseconds