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

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c316 U32 matchIndexS = hashSmall[h]; local
318 const BYTE* match = base + matchIndexS;
356 if (matchIndexS > prefixLowestIndex) {
365 matchIndexS = dictMatchIndexS + dictIndexDelta;
408 if (matchIndexS < prefixLowestIndex) {
410 offset = (U32)(curr - matchIndexS);

Completed in 160 milliseconds