Searched refs:TDEFL_LZ_DICT_SIZE_MASK (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ |
D | miniz.c | 1283 TDEFL_PUT_BITS(d->m_dict[(d->m_lz_code_buf_dict_pos + i) & TDEFL_LZ_DICT_SIZE_MASK], 8); in tdefl_flush_block() 1387 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() 1404 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match() 1440 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() 1457 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match() 1499 mz_uint cur_pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 1504 mz_uint dst_pos = (lookahead_pos + lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 1516 dst_pos = (dst_pos + n) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() 1533 …size) && ((TDEFL_READ_UNALIGNED_WORD32(d->m_dict + (probe_pos &= TDEFL_LZ_DICT_SIZE_MASK)) & 0xFFF… in tdefl_compress_fast() 1594 cur_pos = (cur_pos + cur_match_len) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast() [all …]
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32/rom/ |
D | miniz.h | 706 …= 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_L… enumerator
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/ |
D | miniz.h | 678 …= 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_L… enumerator
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/ |
D | miniz.h | 678 …= 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_L… enumerator
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/ |
D | miniz.h | 691 …= 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_L… enumerator
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/ |
D | miniz.h | 677 …= 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_L… enumerator
|
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/ |
D | miniz.h | 655 TDEFL_LZ_DICT_SIZE_MASK = TDEFL_LZ_DICT_SIZE - 1, enumerator
|