Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1589 const U32 repIndex = (U32)(ip - base) + 1 - offset_1; in ZSTD_compressBlock_lazy_generic() local
1642 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
1678 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
1740 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic() local
1987 const U32 repIndex = (U32)(curr+1 - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2028 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2060 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2114 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_fast.c558 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic() local
793 U32 const repIndex = current2 - offset_1; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c401 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
657 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */ in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_opt.c651 U32 const repIndex = curr - repOffset; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_compress_internal.h1421 MEM_STATIC int ZSTD_index_overlap_check(const U32 prefixLowestIndex, const U32 repIndex) { in ZSTD_index_overlap_check()