Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/gzip/
A Dinfutil.h69 #define UPDATE {UPDBITS UPDIN UPDOUT} macro
70 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
A Dinfcodes.c107 UPDATE in inflate_codes()
A Dinfblock.c339 UPDATE in inflate_blocks()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinflate.c412 # define UPDATE(check, buf, len) \ macro
415 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1167 UPDATE(state->check, put - out, out);
1229 UPDATE(state->check, strm->next_out - out, out);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.c450 # define UPDATE(check, buf, len) \ macro
453 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1205 UPDATE(state->check, put - out, out);
1268 UPDATE(state->check, strm->next_out - out, out);

Completed in 9 milliseconds