Searched refs:LZ4_HASHLOG (Results 1 – 2 of 2) sorted by relevance
564 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE - 2) macro566 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG) /* required as macro for static allocation */
920 return ((sequence * 2654435761U) >> ((MINMATCH * 8) - (LZ4_HASHLOG + 1))); in LZ4_hash4()922 return ((sequence * 2654435761U) >> ((MINMATCH * 8) - LZ4_HASHLOG)); in LZ4_hash4()927 const U32 hashLog = (tableType == byU16) ? LZ4_HASHLOG + 1 : LZ4_HASHLOG; in LZ4_hash5()