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

/external/bzip2/
H A Dbzlib.h51 unsigned int avail_in; member in struct:__anon740
/external/kernel-headers/original/linux/
H A Dzlib.h86 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
106 The application must update next_in and avail_in when avail_in has
222 - Compress more input starting at next_in and update next_in and avail_in
224 enough room in the output buffer), next_in and avail_in are updated and
235 more output, and updating avail_in or avail_out accordingly; avail_out
245 avail_in is zero after the call if enough output space has been provided
270 0.1% larger than avail_in plus 12 bytes. If deflate does not return
286 (for example avail_in or avail_out was zero).
315 next_in, avail_in, an
[all...]
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs33 public uint avail_in; field in struct:DotZLib.ZStream
/external/chromium/sdch/open-vcdiff/src/
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/qemu/distrib/zlib-1.2.3/
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/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
346 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
370 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
371 the caller. If next_in is not Z_NULL and avail_in i
[all...]
/external/valgrind/main/exp-ptrcheck/tests/
H A Dhackedbz2.c189 unsigned int avail_in; member in struct:__anon11198
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:__anon11371
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:__anon11385
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:__anon11467
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:__anon11480
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 352 milliseconds