Searched refs:LZ4_HASHLOG (Results 1 – 1 of 1) sorted by relevance
417 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2) macro419 #define HASH_SIZE_U32 (1 << LZ4_HASHLOG) /* required as macro for static allocation */462 return (((sequence) * 2654435761U) >> ((MINMATCH*8)-(LZ4_HASHLOG+1))); in LZ4_hashSequence()464 return (((sequence) * 2654435761U) >> ((MINMATCH*8)-LZ4_HASHLOG)); in LZ4_hashSequence()