Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c954 base + repIndex; in ZSTD_compressBlock_lazy_generic()
996 base + repIndex; in ZSTD_compressBlock_lazy_generic()
1031 base + repIndex; in ZSTD_compressBlock_lazy_generic()
1084 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic() local
1087 base + repIndex; in ZSTD_compressBlock_lazy_generic()
1249 const U32 repIndex = (U32)(curr+1 - offset_1); in ZSTD_compressBlock_lazy_extDict_generic() local
1252 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > windowLow)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
1283 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > windowLow)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
1314 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > windowLow)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
1357 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic() local
[all …]
H A Dzstd_fast.c264 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic() local
265 const BYTE* repMatch = (repIndex < prefixStartIndex) ? in ZSTD_compressBlock_fast_dictMatchState_generic()
266 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_fast_dictMatchState_generic()
267 base + repIndex; in ZSTD_compressBlock_fast_dictMatchState_generic()
270 …if ( ((U32)((prefixStartIndex-1) - repIndex) >= 3) /* intentional underflow : ensure repIndex isn'… in ZSTD_compressBlock_fast_dictMatchState_generic()
272 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_dictMatchState_generic()
414 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_extDict_generic() local
415 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic()
416 const BYTE* const repMatch = repBase + repIndex; in ZSTD_compressBlock_fast_extDict_generic()
421 …if ( (((U32)((prefixStartIndex-1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > dict… in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dzstd_double_fast.c137 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_doubleFast_generic() local
139 && repIndex < prefixLowestIndex) ? in ZSTD_compressBlock_doubleFast_generic()
140 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_doubleFast_generic()
141 base + repIndex; in ZSTD_compressBlock_doubleFast_generic()
146 && ((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */) in ZSTD_compressBlock_doubleFast_generic()
148 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_generic()
405 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */ in ZSTD_compressBlock_doubleFast_extDict_generic() local
406 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic()
407 const BYTE* const repMatch = repBase + repIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
412 & (repIndex > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
H A Dzstd_opt.c568 U32 const repIndex = curr - repOffset; in ZSTD_insertBtAndGetAllMatches() local
575 …if ((repIndex >= windowLow) & (ZSTD_readMINMATCH(ip, minMatch) == ZSTD_readMINMATCH(ip - repOffset… in ZSTD_insertBtAndGetAllMatches()
580 dmsBase + repIndex - dmsIndexDelta : in ZSTD_insertBtAndGetAllMatches()
581 dictBase + repIndex; in ZSTD_insertBtAndGetAllMatches()
585 …& (((U32)((dictLimit-1) - repIndex) >= 3) ) /* intentional overflow : do not test positions overla… in ZSTD_insertBtAndGetAllMatches()
591 …& ((U32)((dictLimit-1) - repIndex) >= 3) ) /* intentional overflow : do not test positions overlap… in ZSTD_insertBtAndGetAllMatches()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17505 base + repIndex; in ZSTD_compressBlock_doubleFast_generic()
17776 & (repIndex > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
18154 base + repIndex; in ZSTD_compressBlock_fast_dictMatchState_generic()
18308 …if ( (((U32)((prefixStartIndex-1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > dict… in ZSTD_compressBlock_fast_extDict_generic()
19086 base + repIndex; in ZSTD_compressBlock_lazy_generic()
19128 base + repIndex; in ZSTD_compressBlock_lazy_generic()
19220 base + repIndex; in ZSTD_compressBlock_lazy_generic()
19363 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > windowLow)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
19394 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > windowLow)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
19425 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > windowLow)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
[all …]