Home
last modified time | relevance | path

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

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