OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/adventure/
vocab.c
143
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
)
hdr.h
78
#define
HTSIZE
512 /* max number of vocab words */
82
} voc[
HTSIZE
];
init.c
73
struct hashtab voc[
HTSIZE
];
Completed in 127 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025