Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1086 mz_uint8 *pLZ_code_buf_end = d->m_pLZ_code_buf; in tdefl_compress_lz_codes()
1181 for (pLZ_codes = d->m_lz_code_buf; pLZ_codes < d->m_pLZ_code_buf; flags >>= 1) in tdefl_compress_lz_codes()
1248 d->m_pLZ_code_buf -= (d->m_num_flags_left == 8); in tdefl_flush_block()
1332 d->m_pLZ_code_buf = d->m_lz_code_buf + 1; in tdefl_flush_block()
1498 mz_uint8 *pLZ_code_buf = d->m_pLZ_code_buf, *pLZ_flags = d->m_pLZ_flags; in tdefl_compress_fast()
1605 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()
1611 pLZ_code_buf = d->m_pLZ_code_buf; in tdefl_compress_fast()
1644 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()
1650 pLZ_code_buf = d->m_pLZ_code_buf; in tdefl_compress_fast()
1661 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()
[all …]
/hal_espressif-latest/components/esp_rom/include/
Dminiz.h722 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h709 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member