Searched refs:TDEFL_LZ_DICT_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 1444 TDEFL_PUT_BITS(d->m_dict[(d->m_lz_code_buf_dict_pos + i) & TDEFL_LZ_DICT_SIZE_MASK], 8); in tdefl_flush_block() 1506 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() 1519 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match() 1540 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() 1553 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match() 1573 mz_uint cur_pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 1578 mz_uint dst_pos = (lookahead_pos + lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 1590 dst_pos = (dst_pos + n) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 1606 …= dict_size) && ((*(const mz_uint32 *)(d->m_dict + (probe_pos &= TDEFL_LZ_DICT_SIZE_MASK)) & 0xFFF… in tdefl_compress_fast() 1657 cur_pos = (cur_pos + cur_match_len) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() [all …]
|
D | miniz.h | 664 …= 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_L… enumerator
|