Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c327 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? in ZSTD_compressBlock_fast_dictMatchState_generic() local
455 …const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repInde… in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c275 const BYTE* repMatch2 = dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic() local
478 … const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17639 const BYTE* repMatch2 = dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic() local
17842 … const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
18214 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? in ZSTD_compressBlock_fast_dictMatchState_generic() local
18342 …const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repInde… in ZSTD_compressBlock_fast_extDict_generic() local