HomeSort by relevance Sort by last modified time
    Searched defs:avail_in (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 87 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
255 - Compress more input starting at next_in and update next_in and avail_in
257 enough room in the output buffer), next_in and avail_in are updated and
268 more output, and updating avail_in or avail_out accordingly; avail_out
282 avail_in is zero after the call if enough output space has been provided
325 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 87 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
255 - Compress more input starting at next_in and update next_in and avail_in
257 enough room in the output buffer), next_in and avail_in are updated and
268 more output, and updating avail_in or avail_out accordingly; avail_out
282 avail_in is zero after the call if enough output space has been provided
325 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 166 unsigned int avail_in; member in struct:__anon29438
572 /* remembers avail_in when flush/finish requested */
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 189 unsigned int avail_in; member in struct:__anon29905
595 /* remembers avail_in when flush/finish requested */
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 182 unsigned int avail_in; member in struct:__anon30111
588 /* remembers avail_in when flush/finish requested */
    [all...]
varinfo6.c 220 unsigned int avail_in; member in struct:__anon30127
626 /* remembers avail_in when flush/finish requested */
    [all...]
  /external/valgrind/main/perf/
bz2.c 182 unsigned int avail_in; member in struct:__anon30266
588 /* remembers avail_in when flush/finish requested */
    [all...]
test_input_for_tinycc.c 922 unsigned int avail_in; member in struct:__anon30279
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++;
    [all...]

Completed in 761 milliseconds

1 2 3 45