Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_double_fast.c420 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
438 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
445 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_fast.c436 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_ldm.c327 BYTE const* const matchEnd = in ZSTD_ldm_generateSequences_internal() local