Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c697 const U32 repIndex = (U32)(ip - base) + 1 - offset_1; in ZSTD_compressBlock_lazy_generic() local
740 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
775 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
831 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic() local
975 const U32 repIndex = (U32)(current+1 - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
1007 const U32 repIndex = (U32)(current - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
1039 const U32 repIndex = (U32)(current - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
1086 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_double_fast.c137 const U32 repIndex = current + 1 - offset_1; in ZSTD_compressBlock_doubleFast_generic() local
405 const U32 repIndex = current + 1 - offset_1; /* offset_1 expected <= current +1 */ in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_fast.c264 const U32 repIndex = current + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic() local
414 const U32 repIndex = current + 1 - offset_1; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_opt.c568 U32 const repIndex = current - repOffset; in ZSTD_insertBtAndGetAllMatches() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1548 const U32 repIndex = (U32)(ip - base) + 1 - offset_1; in ZSTD_compressBlock_lazy_generic() local
1592 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
1628 const U32 repIndex = (U32)(ip - base) - offset_1; in ZSTD_compressBlock_lazy_generic() local
1683 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic() local
1914 const U32 repIndex = (U32)(curr+1 - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
1946 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
1978 const U32 repIndex = (U32)(curr - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
2025 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_fast.c431 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic() local
589 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c319 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
576 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */ in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_opt.c615 U32 const repIndex = curr - repOffset; in ZSTD_insertBtAndGetAllMatches() local