OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASHTABLESIZE
(Results
1 - 2
of
2
) sorted by null
/external/lz4/lib/
lz4hc.c
75
#define
HASHTABLESIZE
(1 << HASH_LOG)
76
#define HASH_MASK (
HASHTABLESIZE
- 1)
88
U32 hashTable[
HASHTABLESIZE
];
lz4.c
418
#define
HASHTABLESIZE
(1 << LZ4_MEMORY_USAGE)
[
all
...]
Completed in 344 milliseconds