Searched refs:matchLongIndex (Results 1 - 1 of 1) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c571 const U32 matchLongIndex = hashLong[hLong]; local
572 const BYTE* const matchLongBase = matchLongIndex < prefixStartIndex ? dictBase : base;
573 const BYTE* matchLong = matchLongBase + matchLongIndex;
590 if ((matchLongIndex > dictStartIndex) && (MEM_read64(matchLong) == MEM_read64(ip))) {
591 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend;
592 const BYTE* const lowMatchPtr = matchLongIndex < prefixStartIndex ? dictStart : prefixStart;
595 offset = curr - matchLongIndex;

Completed in 145 milliseconds