Searched refs:updatewindow (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/zlib/ |
D | inflate.c | 6 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/ |
D | inflate.c | 97 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/ |
D | inflate.c | 97 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/ |
D | inflate.c | 97 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/ |
D | inflate.c | 98 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/ |
D | inflate.c | 98 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);
|