Searched refs:m_hash (Results 1 – 3 of 3) sorted by relevance
738 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE]; member
725 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE]; member
1530 mz_uint probe_pos = d->m_hash[hash]; in tdefl_compress_fast()1531 d->m_hash[hash] = (mz_uint16)lookahead_pos; in tdefl_compress_fast()1736 d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; in tdefl_compress_normal()1737 d->m_hash[hash] = (mz_uint16)(ins_pos); in tdefl_compress_normal()1756 d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; in tdefl_compress_normal()1757 d->m_hash[hash] = (mz_uint16)(ins_pos); in tdefl_compress_normal()1936 MZ_CLEAR_OBJ(d->m_hash); in tdefl_compress()1960 MZ_CLEAR_OBJ(d->m_hash); in tdefl_init()