Home
last modified time | relevance | path

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

/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dlz77.c225 const unsigned char* arrayend_safe; in ZopfliFindLongestMatch() local
260 arrayend_safe = arrayend - 8; in ZopfliFindLongestMatch()
299 scan = GetMatch(scan, match, arrayend, arrayend_safe); in ZopfliFindLongestMatch()