Searched refs:TDEFL_LZ_HASH_BITS (Results 1 – 3 of 3) sorted by relevance
694 …TDEFL_LZ_HASH_BITS = 12, TDEFL_LEVEL1_HASH_SIZE_MASK = 4095, TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_… enumerator696 …TDEFL_LZ_HASH_BITS = 15, TDEFL_LEVEL1_HASH_SIZE_MASK = 4095, TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_… enumerator
667 TDEFL_LZ_HASH_BITS = 12, enumerator669 TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3,670 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS678 TDEFL_LZ_HASH_BITS = 15, enumerator680 TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3,681 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS
1529 …mz_uint hash = (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & TDEFL_LEVEL1… in tdefl_compress_fast()