OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HASHTABLESIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
lz4.c
299
#define
HASHTABLESIZE
(1 << HASH_LOG)
300
#define HASH_MASK (
HASHTABLESIZE
- 1)
360
HTYPE hashTable[
HASHTABLESIZE
];
472
HTYPE HashTable[
HASHTABLESIZE
] = { 0 };
/src/usr.sbin/bootp/common/
readfile.c
63
#define
HASHTABLESIZE
257 /* Hash table size (prime) */
300
hwhashtable = hash_Init(
HASHTABLESIZE
);
301
iphashtable = hash_Init(
HASHTABLESIZE
);
302
nmhashtable = hash_Init(
HASHTABLESIZE
);
Completed in 41 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026