Searched refs:repBase (Results 1 - 3 of 3) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c577 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base; local
578 const BYTE* const repMatch = repBase + repIndex;
H A Dzstd_fast.c590 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base; local
591 const BYTE* const repMatch = repBase + repIndex;
H A Dzstd_lazy.c1913 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; local
1914 const BYTE* const repMatch = repBase + repIndex;
1945 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; local
1946 const BYTE* const repMatch = repBase + repIndex;
1977 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; local
1978 const BYTE* const repMatch = repBase + repIndex;
2024 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; local
2025 const BYTE* const repMatch = repBase + repIndex;

Completed in 200 milliseconds