Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1247 *d->m_pLZ_flags = (mz_uint8)(*d->m_pLZ_flags >> d->m_num_flags_left); in tdefl_flush_block()
1333 d->m_pLZ_flags = d->m_lz_code_buf; 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()
1606 d->m_pLZ_flags = pLZ_flags; in tdefl_compress_fast()
1612 pLZ_flags = d->m_pLZ_flags; in tdefl_compress_fast()
1645 d->m_pLZ_flags = pLZ_flags; in tdefl_compress_fast()
1651 pLZ_flags = d->m_pLZ_flags; in tdefl_compress_fast()
1662 d->m_pLZ_flags = pLZ_flags; in tdefl_compress_fast()
1672 *d->m_pLZ_flags = (mz_uint8)(*d->m_pLZ_flags >> 1); in tdefl_record_literal()
1676 d->m_pLZ_flags = d->m_pLZ_code_buf++; in tdefl_record_literal()
[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