Searched refs:candidateDist (Results 1 – 1 of 1) sorted by relevance
290 U32 const candidateDist = DELTANEXTU16(chainTable, matchIndex + pos); in LZ4HC_InsertAndGetWiderMatch() local291 if (candidateDist > distanceToNextMatch) { in LZ4HC_InsertAndGetWiderMatch()292 distanceToNextMatch = candidateDist; in LZ4HC_InsertAndGetWiderMatch()