ins_pos 1761 src/punutil/miniz.c mz_uint dst_pos = (d->m_lookahead_pos + d->m_lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK, ins_pos = d->m_lookahead_pos + d->m_lookahead_size - 2; ins_pos 1762 src/punutil/miniz.c mz_uint hash = (d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ d->m_dict[(ins_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK]; ins_pos 1774 src/punutil/miniz.c d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; ins_pos 1775 src/punutil/miniz.c d->m_hash[hash] = (mz_uint16)(ins_pos); ins_pos 1777 src/punutil/miniz.c ins_pos++; ins_pos 1792 src/punutil/miniz.c mz_uint ins_pos = d->m_lookahead_pos + (d->m_lookahead_size - 1) - 2; ins_pos 1793 src/punutil/miniz.c mz_uint hash = ((d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << (TDEFL_LZ_HASH_SHIFT * 2)) ^ (d->m_dict[(ins_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ c) & (TDEFL_LZ_HASH_SIZE - 1); ins_pos 1794 src/punutil/miniz.c d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; ins_pos 1795 src/punutil/miniz.c d->m_hash[hash] = (mz_uint16)(ins_pos);