Searched refs:LZ4_HASHTABLESIZE (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/lz4/ | ||
D | lz4.h | 687 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE) macro |
D | lz4.c | 885 MEM_INIT(cctx->hashTable, 0, LZ4_HASHTABLESIZE); in LZ4_prepareTable() |