Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1104 mz_uint s0, s1, n0, n1, sym, num_extra_bits; in tdefl_compress_lz_codes() local
1118 num_extra_bits = (match_dist < 512) ? n0 : n1; in tdefl_compress_lz_codes()
1122 TDEFL_PUT_BITS_FAST(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); in tdefl_compress_lz_codes()
1187 mz_uint sym, num_extra_bits; in tdefl_compress_lz_codes() local
1198 num_extra_bits = s_tdefl_small_dist_extra[match_dist]; in tdefl_compress_lz_codes()
1203 num_extra_bits = s_tdefl_large_dist_extra[match_dist >> 8]; in tdefl_compress_lz_codes()
1207 TDEFL_PUT_BITS(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); in tdefl_compress_lz_codes()