Searched refs:matchLow (Results 1 – 2 of 2) sorted by relevance
538 U32 const matchLow = windowLow ? windowLow : 1; in ZSTD_insertBtAndGetAllMatches() local611 if ((matchIndex3 >= matchLow) in ZSTD_insertBtAndGetAllMatches()642 while (nbCompares-- && (matchIndex >= matchLow)) { in ZSTD_insertBtAndGetAllMatches()
585 U32 const matchLow = windowLow ? windowLow : 1; in ZSTD_insertBtAndGetAllMatches() local658 if ((matchIndex3 >= matchLow) in ZSTD_insertBtAndGetAllMatches()689 for (; nbCompares && (matchIndex >= matchLow); --nbCompares) { in ZSTD_insertBtAndGetAllMatches()