Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.c18 static int updatewindow(PREFIX3(stream) *strm, const uint8_t *end, uint32_t len, int32_t cksum);
240 static int32_t updatewindow(PREFIX3(stream) *strm, const uint8_t *end, uint32_t len, int32_t cksum)… in updatewindow() function
1074 if (updatewindow(strm, strm->next_out, out - strm->avail_out, state->wrap & 4)) { in PREFIX()
1144 ret = updatewindow(strm, dictionary + dictLength, dictLength, 0); in PREFIX()
/external/libwebsockets/win32port/zlib/
Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
358 local int updatewindow(strm, out) in updatewindow() function
1218 if (updatewindow(strm, out)) {
1275 if (updatewindow(strm, strm->avail_out)) {
/external/zlib/contrib/optimizations/
Dinflate.c98 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
401 local int updatewindow(strm, end, copy) in updatewindow() function
1319 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1401 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/tflite-support/third_party/zlib/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
397 local int updatewindow(strm, end, copy) in updatewindow() function
1259 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1341 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/rust/crates/libz-sys/src/zlib/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
396 local int updatewindow(strm, end, copy) in updatewindow() function
1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/tflite-support/third_party/zlib/contrib/optimizations/
Dinflate.c98 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
398 local int updatewindow(strm, end, copy) in updatewindow() function
1279 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1361 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/python/cpython2/Modules/zlib/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
396 local int updatewindow(strm, end, copy) in updatewindow() function
1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/freetype/src/gzip/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
405 local int updatewindow( in updatewindow() function
1290 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
1374 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
/external/zlib/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
400 local int updatewindow(strm, end, copy) in updatewindow() function
1286 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1368 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/freetype/src/gzip/patches/
Dfreetype-zlib.diff137 @@ -99,8 +99,10 @@ local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
DREADME.md97 window on its own, calling `updatewindow()` is suppressed using