Home
last modified time | relevance | path

Searched defs:repBase (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
Dzstd_opt.h751 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_opt_extDict_generic() local
864 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_opt_extDict_generic() local
Dcompress.c1143 const BYTE *repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local
1430 const BYTE *repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local
2096 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
2130 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
2165 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
2220 const BYTE *const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_lazy.c1913 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
1945 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
1977 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
2024 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_fast.c590 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_double_fast.c577 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local