Searched defs:repMatch (Results 1 - 4 of 4) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_opt.c626 const BYTE* const repMatch = dictMode == ZSTD_dictMatchState ? local
H A Dzstd_lazy.c1547 const BYTE* repMatch = ((dictMode == ZSTD_dictMatchState || dictMode == ZSTD_dedicatedDictSearch) local
1591 const BYTE* repMatch = repIndex < prefixLowestIndex ? local
1627 const BYTE* repMatch = repIndex < prefixLowestIndex ? local
1682 const BYTE* repMatch local
1914 const BYTE* const repMatch = repBase + repIndex; local
1946 const BYTE* const repMatch = repBase + repIndex; local
1978 const BYTE* const repMatch = repBase + repIndex; local
2025 const BYTE* const repMatch = repBase + repIndex; local
[all...]
H A Dzstd_fast.c432 const BYTE* repMatch = (repIndex < prefixStartIndex) ? local
591 const BYTE* const repMatch = repBase + repIndex; local
H A Dzstd_double_fast.c320 const BYTE* repMatch = (repIndex < prefixLowestIndex) ? local
578 const BYTE* const repMatch = repBase + repIndex; local

Completed in 225 milliseconds