Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_double_fast.c664 … const BYTE* const lowMatchPtr = matchLongIndex < prefixStartIndex ? dictStart : prefixStart; in ZSTD_compressBlock_doubleFast_extDict_generic() local
682 … const BYTE* const lowMatchPtr = matchIndex3 < prefixStartIndex ? dictStart : prefixStart; in ZSTD_compressBlock_doubleFast_extDict_generic() local
689 … const BYTE* const lowMatchPtr = matchIndex < prefixStartIndex ? dictStart : prefixStart; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_ldm.c421 BYTE const* const lowMatchPtr = in ZSTD_ldm_generateSequences_internal() local
H A Dzstd_fast.c887 const BYTE* const lowMatchPtr = idx < prefixStartIndex ? dictStart : prefixStart; in ZSTD_compressBlock_fast_extDict_generic() local