Home
last modified time | relevance | path

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

/external/u-boot/lib/zlib/
Dinflate.c6 local int updatewindow OF((z_streamp strm, unsigned out));
100 local int updatewindow(z_streamp strm, unsigned out) in updatewindow() function
910 if (updatewindow(strm, out)) { in inflate()
/external/v8/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/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/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/v8/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/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);