Searched refs:currentlength (Results 1 – 1 of 1) sorted by relevance
287 unsigned short currentlength = 0; in ZopfliFindLongestMatch() local314 currentlength = scan - &array[pos]; /* The found length. */ in ZopfliFindLongestMatch()317 if (currentlength > bestlength) { in ZopfliFindLongestMatch()320 for (j = bestlength + 1; j <= currentlength; j++) { in ZopfliFindLongestMatch()325 bestlength = currentlength; in ZopfliFindLongestMatch()326 if (currentlength >= limit) break; in ZopfliFindLongestMatch()