Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2322 code_len = temp >> 9; \
2323 if ((code_len) && (num_bits >= code_len)) \
2328 code_len = TINFL_FAST_LOOKUP_BITS; \
2331 temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; \
2332 } while ((temp < 0) && (num_bits >= (code_len + 1))); \
2351 …mz_uint code_len, c; …
2366code_len = temp >> 9, temp &= 511; …
2369code_len = TINFL_FAST_LOOKUP_BITS; …
2372 …temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; …
2376 …bit_buf >>= code_len; …
[all …]