Searched refs:TDEFL_LZ_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
694 …E_MASK = 4095, TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3, TDEFL_LZ_HASH_SIZE = 1 << TDEFL… enumerator696 …E_MASK = 4095, TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3, TDEFL_LZ_HASH_SIZE = 1 << TDEFL… enumerator738 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE];
670 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS enumerator681 TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS enumerator725 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE];
1735 hash = ((hash << TDEFL_LZ_HASH_SHIFT) ^ c) & (TDEFL_LZ_HASH_SIZE - 1); in tdefl_compress_normal()1755 …t[(ins_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ c) & (TDEFL_LZ_HASH_SIZE - 1); in tdefl_compress_normal()