Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4defs.h82 #define HASH_UNIT sizeof(size_t) macro
Dlz4_compress.c789 if (dictSize < (int)HASH_UNIT) { in LZ4_loadDict()
803 while (p <= dictEnd - HASH_UNIT) { in LZ4_loadDict()