Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h597 TINFL_FAST_LOOKUP_BITS = 10, TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS enumerator
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h871 TINFL_FAST_LOOKUP_BITS = 10, enumerator
872 TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2326 else if (num_bits > TINFL_FAST_LOOKUP_BITS) \
2328 code_len = TINFL_FAST_LOOKUP_BITS; \
2369 …code_len = TINFL_FAST_LOOKUP_BITS; …
2541 if (code_size <= TINFL_FAST_LOOKUP_BITS) in tinfl_decompress()
2557 rev_code >>= (TINFL_FAST_LOOKUP_BITS - 1); in tinfl_decompress()
2558 for (j = code_size; j > (TINFL_FAST_LOOKUP_BITS + 1); j--) in tinfl_decompress()
2641 code_len = TINFL_FAST_LOOKUP_BITS; in tinfl_decompress()
2665 code_len = TINFL_FAST_LOOKUP_BITS; in tinfl_decompress()