Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Dlz77.c239 const unsigned char* arrayend_safe; in ZopfliFindLongestMatch() local
274 arrayend_safe = arrayend - 8; in ZopfliFindLongestMatch()
313 scan = GetMatch(scan, match, arrayend, arrayend_safe); in ZopfliFindLongestMatch()