Searched defs:avail_in (Results 1 - 19 of 19) sorted by relevance

/external/bzip2/
H A Dbzlib.h51 unsigned int avail_in; member in struct:__anon1744
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.cc79 if (stream_->avail_in > 0)
80 input_queue_.Push(&data[size - stream_->avail_in], stream_->avail_in);
107 int WebSocketInflater::InflateWithFlush(const char* next_in, size_t avail_in) { argument
108 int result = Inflate(next_in, avail_in, Z_NO_FLUSH);
117 stream_->avail_in,
122 size_t avail_in,
125 stream_->avail_in = avail_in;
156 input_queue_.Consume(top.second - stream_->avail_in);
121 Inflate(const char* next_in, size_t avail_in, int flush) argument
[all...]
/external/freetype/src/gzip/
H A Dzlib.h70 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
92 The application must update next_in and avail_in when avail_in has
207 - Compress more input starting at next_in and update next_in and avail_in
209 enough room in the output buffer), next_in and avail_in are updated and
220 more output, and updating avail_in or avail_out accordingly; avail_out
230 avail_in is zero after the call if enough output space has been provided
255 0.1% larger than avail_in plus 12 bytes. If deflate does not return
271 (for example avail_in or avail_out was zero).
292 next_in, avail_in, zallo
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs33 public uint avail_in; field in struct:DotZLib.ZStream
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h84 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
129 The application must update next_in and avail_in when avail_in has
252 - Compress more input starting at next_in and update next_in and avail_in
254 enough room in the output buffer), next_in and avail_in are updated and
265 more output, and updating avail_in or avail_out accordingly; avail_out
279 avail_in is zero after the call if enough output space has been provided
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
347 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/chromium_org/third_party/zlib/
H A Dzlib.h87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
133 The application must update next_in and avail_in when avail_in has dropped
261 - Compress more input starting at next_in and update next_in and avail_in
263 enough room in the output buffer), next_in and avail_in are updated and
274 output, and updating avail_in or avail_out accordingly; avail_out should
288 particular avail_in is zero after the call if enough output space has been
351 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
375 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
376 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/zlib/src/
H A Dzlib.h87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/zlib/
H A Dzlib.h87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h147 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
192 The application must update next_in and avail_in when avail_in has dropped
316 - Compress more input starting at next_in and update next_in and avail_in
318 enough room in the output buffer), next_in and avail_in are updated and
329 output, and updating avail_in or avail_out accordingly; avail_out should
343 particular avail_in is zero after the call if enough output space has been
407 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
431 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
432 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h151 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
196 The application must update next_in and avail_in when avail_in has dropped
320 - Compress more input starting at next_in and update next_in and avail_in
322 enough room in the output buffer), next_in and avail_in are updated and
333 output, and updating avail_in or avail_out accordingly; avail_out should
347 particular avail_in is zero after the call if enough output space has been
411 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
435 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
436 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/libpng/
H A Dpngrutil.c415 png_ptr->zstream.avail_in = 0;
475 png_uint_32 avail_in = *input_size_ptr; local
487 /* avail_in and avail_out are set below from 'size' */
488 png_ptr->zstream.avail_in = 0;
503 /* The setting of 'avail_in' used to be outside the loop; by setting it
510 avail_in += png_ptr->zstream.avail_in; /* not consumed last time */
514 if (avail_in < avail)
515 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX */
517 avail_in
3982 uInt avail_in; local
[all...]
H A Dpngwutil.c406 png_ptr->zstream.avail_in = 0;
522 png_ptr->zstream.avail_in = 0; /* Set below */
530 uInt avail_in = ZLIB_IO_MAX; local
532 if (avail_in > input_len)
533 avail_in = (uInt)input_len;
535 input_len -= avail_in;
537 png_ptr->zstream.avail_in = avail_in;
584 /* Claw back input data that was not consumed (because avail_in is
587 input_len += png_ptr->zstream.avail_in;
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c166 unsigned int avail_in; member in struct:__anon32326
572 /* remembers avail_in when flush/finish requested */
1389 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
1396 s->strm->avail_in--; \
4651 if (s->strm->avail_in == 0) break;
4655 s->strm->avail_in--;
4667 if (s->strm->avail_in == 0) break;
4673 s->strm->avail_in--;
4746 if (s->strm->avail_in == 0) {
4780 s->avail_in_expect = strm->avail_in;
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c189 unsigned int avail_in; member in struct:__anon32816
595 /* remembers avail_in when flush/finish requested */
1413 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
1420 s->strm->avail_in--; \
4675 if (s->strm->avail_in == 0) break;
4679 s->strm->avail_in--;
4691 if (s->strm->avail_in == 0) break;
4697 s->strm->avail_in--;
4770 if (s->strm->avail_in == 0) {
4804 s->avail_in_expect = strm->avail_in;
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c182 unsigned int avail_in; member in struct:__anon33058
588 /* remembers avail_in when flush/finish requested */
1404 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
1411 s->strm->avail_in--; \
4666 if (s->strm->avail_in == 0) break;
4670 s->strm->avail_in--;
4682 if (s->strm->avail_in == 0) break;
4688 s->strm->avail_in--;
4762 if (s->strm->avail_in == 0) {
4795 s->avail_in_expect = strm->avail_in;
[all...]
H A Dvarinfo6.c220 unsigned int avail_in; member in struct:__anon33074
626 /* remembers avail_in when flush/finish requested */
1442 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
1449 s->strm->avail_in--; \
4704 if (s->strm->avail_in == 0) break;
4708 s->strm->avail_in--;
4720 if (s->strm->avail_in == 0) break;
4726 s->strm->avail_in--;
4799 if (s->strm->avail_in == 0) {
4833 s->avail_in_expect = strm->avail_in;
[all...]
/external/valgrind/main/perf/
H A Dbz2.c182 unsigned int avail_in; member in struct:__anon33255
588 /* remembers avail_in when flush/finish requested */
1404 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
1411 s->strm->avail_in--; \
4666 if (s->strm->avail_in == 0) break;
4670 s->strm->avail_in--;
4682 if (s->strm->avail_in == 0) break;
4688 s->strm->avail_in--;
4761 if (s->strm->avail_in == 0) {
4795 s->avail_in_expect = strm->avail_in;
[all...]
H A Dtest_input_for_tinycc.c922 unsigned int avail_in; member in struct:__anon33268
1519 case 10: s->state = 10; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; };
1522 case 11: s->state = 11; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; };
1525 case 12: s->state = 12; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; }
1528 case 13: s->state = 13; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; s->blockSize100k = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; }
1544 case 14: s->state = 14; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in
[all...]

Completed in 1608 milliseconds