Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2620 int sym2; in tinfl_decompress() local
2637 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
2638 code_len = sym2 >> 9; in tinfl_decompress()
2644 sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; in tinfl_decompress()
2645 } while (sym2 < 0); in tinfl_decompress()
2647 counter = sym2; in tinfl_decompress()
2661 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
2662 code_len = sym2 >> 9; in tinfl_decompress()
2668 sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; in tinfl_decompress()
2669 } while (sym2 < 0); in tinfl_decompress()
[all …]