Home
last modified time | relevance | path

Searched defs:match_dist (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/
H A Dminiz.c1278 …mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); pLZ_codes += 3; in tdefl_compress_lz_codes() local
1360 …mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); pLZ_codes += … in tdefl_compress_lz_codes() local
1714 … MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match_dist) in tdefl_record_match()
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A Dminiz.c1136 mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); in tdefl_compress_lz_codes() local
1222 mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); in tdefl_compress_lz_codes() local
1725 … MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match_dist) in tdefl_record_match()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3526 match_dist = *(const mz_uint16 *)(pLZ_codes + 1); in tdefl_compress_lz_codes() local
3608 match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); in tdefl_compress_lz_codes() local
4074 mz_uint match_dist) { in tdefl_record_match()