Searched refs:ins_pos (Results 1 – 1 of 1) sorted by relevance
1723 … = (d->m_lookahead_pos + d->m_lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK, ins_pos = d->m_lookahead_… in tdefl_compress_normal() local1724 …mz_uint hash = (d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ d->m_dict[(… in tdefl_compress_normal()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()1739 ins_pos++; in tdefl_compress_normal()1754 mz_uint ins_pos = d->m_lookahead_pos + (d->m_lookahead_size - 1) - 2; in tdefl_compress_normal() local1755 …mz_uint hash = ((d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << (TDEFL_LZ_HASH_SHIFT * 2)) ^ (d->… 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()