Home
last modified time | relevance | path

Searched refs:dictStartIndex (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_double_fast.c82 const U32 dictStartIndex = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() local
87 dictBase + dictStartIndex : NULL; in ZSTD_compressBlock_doubleFast_generic()
375 const U32 dictStartIndex = lowLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
380 const BYTE* const dictStart = dictBase + dictStartIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
387 if (prefixStartIndex == dictStartIndex) in ZSTD_compressBlock_doubleFast_extDict_generic()
410 & (repIndex > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
417 if ((matchLongIndex > dictStartIndex) && (MEM_read64(matchLong) == MEM_read64(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
428 } else if ((matchIndex > dictStartIndex) && (MEM_read32(match) == MEM_read32(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
435 if ( (matchIndex3 > dictStartIndex) && (MEM_read64(match3) == MEM_read64(ip+1)) ) { in ZSTD_compressBlock_doubleFast_extDict_generic()
478 & (repIndex2 > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
Dzstd_fast.c230 const U32 dictStartIndex = dms->window.dictLimit; in ZSTD_compressBlock_fast_dictMatchState_generic() local
232 const BYTE* const dictStart = dictBase + dictStartIndex; in ZSTD_compressBlock_fast_dictMatchState_generic()
280 if (dictMatchIndex <= dictStartIndex || in ZSTD_compressBlock_fast_dictMatchState_generic()
391 const U32 dictStartIndex = lowLimit; in ZSTD_compressBlock_fast_extDict_generic() local
392 const BYTE* const dictStart = dictBase + dictStartIndex; in ZSTD_compressBlock_fast_extDict_generic()
404 if (prefixStartIndex == dictStartIndex) in ZSTD_compressBlock_fast_extDict_generic()
421 …)((prefixStartIndex-1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > dictStartIndex)) in ZSTD_compressBlock_fast_extDict_generic()
430 if ( (matchIndex < dictStartIndex) || in ZSTD_compressBlock_fast_extDict_generic()
456 …if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) & (repIndex2 > dictStartIndex)) /* intention… in ZSTD_compressBlock_fast_extDict_generic()