Searched refs:next_in (Results 1 - 25 of 84) sorted by relevance

1234

/external/skia/src/core/
H A DSkFlate.cpp40 flateData.next_in = NULL;
56 flateData.next_in = inputBuffer;
59 flateData.next_in = input;
81 flateData.next_in = inputBuffer;
/external/chromium/chrome/common/
H A Dbzip2_unittest.cc37 stream.next_in = input;
58 stream.next_in = output;
/external/zlib/src/examples/
H A Dfitblk.c83 def->next_in = raw;
114 def->next_in = raw;
184 inf.next_in = Z_NULL;
194 inf.next_in = blk;
209 inf.next_in = tmp;
H A Dgzjoin.c260 strm->next_in = in->next;
303 strm.next_in = Z_NULL;
311 start = strm.next_in;
319 fwrite(start, 1, strm.next_in - start, out);
352 last = strm.next_in[-1] & pos;
354 strm.next_in[-1] &= ~pos;
360 fwrite(start, 1, strm.next_in - start, out);
365 last = strm.next_in[0] & 1;
367 strm.next_in[0] &= ~1;
374 in->next = strm.next_in;
[all...]
H A Dzpipe.c60 strm.next_in = in;
105 strm.next_in = Z_NULL;
119 strm.next_in = in;
H A Dgun.c196 file, read error, or write error (a write error indicated by strm->next_in
281 strm->next_in = outbuf; /* signal write error */
353 strm->next_in = outbuf; /* signal write error */
398 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
472 strm->next_in = next;
476 next = strm->next_in;
478 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
607 if (strm->next_in != Z_NULL) {
/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c35 stream.next_in = (Bytef*)source;
H A Dcompress.c32 stream.next_in = (Bytef*)source;
H A Dgzio.c114 s->stream.next_in = s->inbuf = Z_NULL;
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
257 Read a byte from a gz_stream; update next_in and avail_in. Return EOF
273 s->stream.next_in = s->inbuf;
276 return *(s->stream.next_in)++;
301 if (len) s->inbuf[0] = s->stream.next_in[0];
306 s->stream.next_in = s->inbuf;
314 if (s->stream.next_in[0] != gz_magic[0] ||
315 s->stream.next_in[1] != gz_magic[1]) {
320 s->stream.next_in
[all...]
/external/zlib/src/
H A Duncompr.c33 stream.next_in = (Bytef*)source;
H A Dcompress.c32 stream.next_in = (Bytef*)source;
H A Dgzwrite.c64 /* Compress whatever is at avail_in and next_in and write to the output file.
84 got = write(state->fd, strm->next_in, strm->avail_in);
155 strm->next_in = state->in;
212 strm->next_in = state->in;
216 memcpy(strm->next_in + strm->avail_in, buf, n);
232 strm->next_in = (voidp)buf;
272 strm->next_in = state->in;
273 strm->next_in[strm->avail_in++] = c;
366 strm->next_in = state->in;
445 strm->next_in
[all...]
H A Dgzread.c61 unsigned char *p = state->in, *q = strm->next_in;
71 strm->next_in = state->in;
110 state->strm.next_in = Z_NULL;
136 strm->next_in[0] == 31 && strm->next_in[1] == 139) {
157 memcpy(state->x.next, strm->next_in, strm->avail_in);
/external/openssh/
H A Dcompress.c100 outgoing_stream.next_in = buffer_ptr(input_buffer);
140 incoming_stream.next_in = buffer_ptr(input_buffer);
/external/zlib/src/test/
H A Dinfcover.c295 strm.next_in = Z_NULL;
316 strm.next_in = in;
357 strm.next_in = Z_NULL;
375 strm.next_in = Z_NULL;
381 strm.next_in = Z_NULL;
415 strm.next_in = Z_NULL;
418 strm.next_in = (void *)"\x63";
431 strm.next_in = (void *)"\x80";
435 strm.next_in = (void *)"\0\0\xff\xff";
455 return 0; /* no input (already provided at next_in) */
[all...]
H A Dexample.c215 c_stream.next_in = (Bytef*)hello;
251 d_stream.next_in = compr;
299 c_stream.next_in = uncompr;
310 c_stream.next_in = compr;
317 c_stream.next_in = uncompr;
347 d_stream.next_in = compr;
390 c_stream.next_in = (Bytef*)hello;
426 d_stream.next_in = compr;
479 c_stream.next_in = (Bytef*)hello;
507 d_stream.next_in
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc56 zcontext_.next_in = NULL;
82 bool first = zcontext_.next_in == NULL;
89 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
212 zcontext_.next_in = NULL;
278 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);
/external/openssl/crypto/comp/
H A Dc_zlib.c151 state->istream.next_in = Z_NULL;
163 state->ostream.next_in = Z_NULL;
202 state->ostream.next_in = in;
230 state->istream.next_in = in;
311 stream.next_in = (Bytef*)source;
494 ctx->zin.next_in = NULL;
500 ctx->zout.next_in = NULL;
554 zin->next_in = ctx->ibuf;
593 zin->next_in = ctx->ibuf;
623 zout->next_in
[all...]
/external/chromium/net/base/
H A Dgzip_filter.cc212 zlib_stream_.get()->next_in = bit_cast<Bytef*>(next_stream_data_);
227 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
254 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
278 zlib_stream_.get()->next_in = bit_cast<Bytef*>(&dummy_head[0]);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c921 char *next_in; member in struct:__anon14232
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 == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in))));
[all...]
/external/libppp/src/
H A Ddeflate.c106 state->cx.next_in = MBUF_CTOP(mi);
128 state->cx.next_in = MBUF_CTOP(mi);
246 state->cx.next_in = MBUF_CTOP(mi);
273 state->cx.next_in = MBUF_CTOP(mi);
329 state->cx.next_in = EMPTY_BLOCK;
372 state->cx.next_in = rp;
399 state->cx.next_in = MBUF_CTOP(mi);
522 state->cx.next_in = NULL;
H A Dmp.h92 u_int32_t next_in; /* next incoming seq to process */ member in struct:mp::__anon8067
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
127 ar.in = strm->next_in;
173 strm->next_in = ar.in;
/external/kernel-headers/original/linux/
H A Dzlib.h85 Byte *next_in; /* next input byte */ member in struct:z_stream_s
86 uInt avail_in; /* number of bytes available at next_in */
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
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
315 next_in, avail_in, and workspace must be initialized before by
316 the caller. If next_in is not NULL and avail_in is large enough (the exact
327 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs171 _ztream.next_in = _hInput.AddrOfPinnedObject();

Completed in 884 milliseconds

1234