Home
last modified time | relevance | path

Searched refs:HASH_UNIT (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4.c935 #define HASH_UNIT sizeof(reg_t) macro
946 if (dictSize < (int)HASH_UNIT) { in LZ4_loadDict()
959 while (p <= dictEnd-HASH_UNIT) { in LZ4_loadDict()