Searched defs:repMatch2 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_fast.c494 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? local
630 const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; local
H A Dzstd_double_fast.c443 const BYTE* repMatch2 = repIndex2 < prefixLowestIndex ? local
649 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; local

Completed in 146 milliseconds