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

  /src/games/battlestar/
parse.c 43 #define HASHSIZE 256
45 #define HASHMASK (HASHSIZE - 1)
51 static struct wlist *hashtab[HASHSIZE];
  /src/include/
mpool.h 47 #define HASHSIZE 128
48 #define HASHKEY(pgno) ((pgno - 1) % HASHSIZE)
66 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
  /src/usr.bin/rdist/
defs.h 78 #define HASHSIZE 1021
  /src/usr.bin/tsort/
tsort.c 80 #define HASHSIZE 53 /* doesn't need to be big */
  /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/usr.bin/m4/
mdef.h 124 #define HASHSIZE 199 /* maximum size of hashtab */
  /src/sbin/restore/
dirs.c 72 #define HASHSIZE 1000
73 #define INOHASH(val) (val % HASHSIZE)
80 static struct inotab *inotab[HASHSIZE];

Completed in 28 milliseconds