Home
last modified time | relevance | path

Searched refs:m_dict (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c355 mz_uint8 m_dict[TINFL_LZ_DICT_SIZE]; member
486 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); in mz_inflate()
500 …compress(&pState->m_decomp, pStream->next_in, &in_bytes, pState->m_dict, pState->m_dict + pState->… in mz_inflate()
511 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); in mz_inflate()
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()
1389 const mz_uint16 *s = (const mz_uint16 *)(d->m_dict + pos), *p, *q; in tdefl_find_match()
1390 …mz_uint16 c01 = TDEFL_READ_UNALIGNED_WORD(&d->m_dict[pos + match_len - 1]), s01 = TDEFL_READ_UNALI… in tdefl_find_match()
1405 if (TDEFL_READ_UNALIGNED_WORD(&d->m_dict[probe_pos + match_len - 1]) == c01) \ in tdefl_find_match()
1413 q = (const mz_uint16 *)(d->m_dict + probe_pos); in tdefl_find_match()
1433 c01 = TDEFL_READ_UNALIGNED_WORD(&d->m_dict[pos + match_len - 1]); in tdefl_find_match()
[all …]
/hal_espressif-latest/components/esp_rom/include/
Dminiz.h732 mz_uint8 m_dict[TDEFL_LZ_DICT_SIZE + TDEFL_MAX_MATCH_LEN - 1]; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h719 mz_uint8 m_dict[TDEFL_LZ_DICT_SIZE + TDEFL_MAX_MATCH_LEN - 1]; member