Searched refs:HTSIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/adventure/
H A Dvocab.c143 hash %= HTSIZE; /* put it into range of table */
146 if (adr == HTSIZE)
199 for (i = 0; i < HTSIZE / 10 + 1; i++) {
202 if (i * 10 + j >= HTSIZE)
H A Dhdr.h78 #define HTSIZE 512 /* max number of vocab words */ macro
82 } voc[HTSIZE];
H A Dinit.c73 struct hashtab voc[HTSIZE];
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dtarg.c145 #define HTSIZE 191 /* initial size of hash table */ macro
171 Hash_InitTable(&targets, HTSIZE);

Completed in 70 milliseconds