Searched refs:TDEFL_LZ_HASH_BITS (Results 1 – 1 of 1) sorted by relevance
1806 TDEFL_LZ_HASH_BITS = 12, enumerator1808 TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3,1809 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS1816 TDEFL_LZ_HASH_BITS = 15, enumerator1818 TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3,1819 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS3919 (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & in tdefl_compress_fast()