Searched refs:LZ4_HASHTABLESIZE (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ | ||
D | lz4.h | 490 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE) macro |
D | lz4.c | 624 MEM_INIT(cctx->hashTable, 0, LZ4_HASHTABLESIZE); in LZ4_prepareTable() |