Searched refs:UPDATE (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infutil.h | 69 #define UPDATE {UPDBITS UPDIN UPDOUT} macro 70 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
|
A D | infcodes.c | 107 UPDATE in inflate_codes()
|
A D | infblock.c | 339 UPDATE in inflate_blocks()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inflate.c | 412 # 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 D | inflate.c | 450 # 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