Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1022 static const mz_uint8 s_tdefl_small_dist_sym[512] = { variable
1285 s0 = s_tdefl_small_dist_sym[match_dist & 511]; in tdefl_compress_lz_codes()
1368 … sym = s_tdefl_small_dist_sym[match_dist]; num_extra_bits = s_tdefl_small_dist_extra[match_dist]; in tdefl_compress_lz_codes()
1638 s0 = s_tdefl_small_dist_sym[cur_match_dist & 511]; in tdefl_compress_fast()
1730 …s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127… in tdefl_record_match()