Home
last modified time | relevance | path

Searched refs:arrayend (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopfli/
Dlz77.c238 const unsigned char* arrayend; in ZopfliFindLongestMatch() local
273 arrayend = &array[pos] + limit; in ZopfliFindLongestMatch()
274 arrayend_safe = arrayend - 8; in ZopfliFindLongestMatch()
313 scan = GetMatch(scan, match, arrayend, arrayend_safe); in ZopfliFindLongestMatch()