Searched refs:prefixLowestIndex (Results 1 – 2 of 2) sorted by relevance
66 const BYTE* const prefixLowest = base + prefixLowestIndex; in ZSTD_compressBlock_doubleFast_noDict_generic()140 if (idxl0 > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_noDict_generic()153 if (idxs0 > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_noDict_generic()188 if (idxl1 > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_noDict_generic()274 const BYTE* const prefixLowest = base + prefixLowestIndex; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()320 const BYTE* repMatch = (repIndex < prefixLowestIndex) ? in ZSTD_compressBlock_doubleFast_dictMatchState_generic()335 if (matchIndexL > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()356 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()386 if (matchIndexL3 > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()408 if (matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()[all …]
1489 const U32 prefixLowestIndex = ms->window.dictLimit; in ZSTD_compressBlock_lazy_generic() local1490 const BYTE* const prefixLowest = base + prefixLowestIndex; in ZSTD_compressBlock_lazy_generic()1505 prefixLowestIndex - (U32)(dictEnd - dictBase) : in ZSTD_compressBlock_lazy_generic()1548 && repIndex < prefixLowestIndex) ? in ZSTD_compressBlock_lazy_generic()1551 if (((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */) in ZSTD_compressBlock_lazy_generic()1553 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_lazy_generic()1591 const BYTE* repMatch = repIndex < prefixLowestIndex ? in ZSTD_compressBlock_lazy_generic()1594 if (((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */) in ZSTD_compressBlock_lazy_generic()1596 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_lazy_generic()1627 const BYTE* repMatch = repIndex < prefixLowestIndex ? in ZSTD_compressBlock_lazy_generic()[all …]
Completed in 11 milliseconds