Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinflate.c182 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) macro
712 UPDATE(state->check, put - out, out); in zlib_inflate()
755 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate()
805 UPDATE(state->check, z->next_in, z->avail_in); in zlib_inflateIncomp()