/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in GzipInputStream() 96 zcontext_.next_out = NULL; in Inflate() 109 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in Inflate() 118 *size = ((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_); in DoNextOutput() 119 output_position_ = zcontext_.next_out; in DoNextOutput() 126 if ((!ok) || (zcontext_.next_out == NULL)) { in Next() 129 if (zcontext_.next_out != output_position_) { in Next() 134 if (zcontext_.next_out != NULL) { in Next() 151 if ((zerror_ == Z_STREAM_END) && (zcontext_.next_out == NULL)) { in Next() 182 (((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_)); in ByteCount() [all …]
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 28 next_out: PChar; // next output byte should be put here 300 strm.next_out := OutBuf; 309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); 343 strm.next_out := OutBuf; 352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); 376 strm.next_out := OutBuf; 413 FZRec.next_out := FBuffer; 428 FZRec.next_out := FBuffer; 455 FZRec.next_out := FBuffer; 500 FZRec.next_out := @Buffer;
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 199 c_stream.next_out := compr; 242 d_stream.next_out := uncompr; 284 c_stream.next_out := compr; 343 d_stream.next_out := uncompr; (* discard the output *) 383 c_stream.next_out := compr; 424 d_stream.next_out := uncompr; 465 c_stream.next_out := compr; 501 d_stream.next_out := uncompr;
|
/external/libvncserver/libvncserver/ |
D | zrleoutstream.c | 124 os->zs.next_out = os->out.ptr; in zrleOutStreamFlush() 139 os->zs.next_out - os->out.ptr); in zrleOutStreamFlush() 142 os->out.ptr = os->zs.next_out; in zrleOutStreamFlush() 171 os->zs.next_out = os->out.ptr; in zrleOutStreamOverrun() 186 os->zs.next_out - os->out.ptr); in zrleOutStreamOverrun() 189 os->out.ptr = os->zs.next_out; in zrleOutStreamOverrun()
|
/external/zlib/src/examples/ |
D | fitblk.c | 105 inf->next_out = raw; in recompress() 157 def.next_out = blk; in main() 196 def.next_out = tmp; in main() 211 def.next_out = blk; in main()
|
D | zran.c | 188 strm.next_out = window; in build_index() 298 strm.next_out = buf; in extract() 303 strm.next_out = discard; in extract() 308 strm.next_out = discard; in extract()
|
D | zpipe.c | 66 strm.next_out = out; in def() 124 strm.next_out = out; in inf()
|
/external/zlib/src/test/ |
D | example.c | 216 c_stream.next_out = compr; 253 d_stream.next_out = uncompr; 293 c_stream.next_out = compr; 354 d_stream.next_out = uncompr; /* discard the output */ 391 c_stream.next_out = compr; 432 d_stream.next_out = uncompr; 476 c_stream.next_out = compr; 513 d_stream.next_out = uncompr;
|
/external/libxml2/ |
D | xzlib.c | 558 state->zstrm.next_out = (Bytef *) state->strm.next_out; in xz_decomp() 574 state->strm.next_out = state->zstrm.next_out; in xz_decomp() 594 state->next = strm->next_out - state->have; in xz_decomp() 618 state->strm.next_out = NULL; in xz_decomp() 651 strm->next_out = state->out; in xz_make() 759 strm->next_out = buf; in __libxml2_xzread()
|
/external/skia/tests/ |
D | PDFDeflateWStreamTest.cpp | 45 flateData.next_out = outputBuffer; in stream_inflate() 70 flateData.next_out = outputBuffer; in stream_inflate() 91 flateData.next_out = outputBuffer; in stream_inflate()
|
/external/bzip2/ |
D | bzlib.c | 347 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop() 350 s->strm->next_out++; in copy_output_until_stop() 547 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_FAST() 550 s->strm->next_out++; in unRLE_obuf_to_output_FAST() 599 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST() 677 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST() 717 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 720 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() 766 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 769 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() [all …]
|
/external/freetype/src/gzip/ |
D | infutil.c | 32 p = z->next_out; in inflate_flush() 81 z->next_out = p; in inflate_flush()
|
D | ftgzip.c | 329 zstream->next_out = NULL; in ft_gzip_file_done() 356 zstream->next_out = zip->buffer; in ft_gzip_file_reset() 410 zstream->next_out = zip->cursor; in ft_gzip_file_fill_output() 429 zip->limit = zstream->next_out; in ft_gzip_file_fill_output() 720 stream.next_out = output; in FT_Gzip_Uncompress()
|
/external/squashfs-tools/squashfs-tools/ |
D | lzma_xz_wrapper.c | 55 strm.next_out = dest; in lzma_compress() 125 strm.next_out = dest; in lzma_uncompress()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_zip.c | 159 sp->stream.next_out = op; in ZIPDecode() 236 sp->stream.next_out = tif->tif_rawdata; in ZIPPreEncode() 283 sp->stream.next_out = tif->tif_rawdata; in ZIPEncode() 311 sp->stream.next_out = tif->tif_rawdata; in ZIPPostEncode()
|
D | tif_lzma.c | 177 sp->stream.next_out = op; in LZMADecode() 258 sp->stream.next_out = tif->tif_rawdata; in LZMAPreEncode() 299 sp->stream.next_out = tif->tif_rawdata; in LZMAEncode() 327 sp->stream.next_out = tif->tif_rawdata; in LZMAPostEncode()
|
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 161 sp->stream.next_out = op; in ZIPDecode() 238 sp->stream.next_out = tif->tif_rawdata; in ZIPPreEncode() 286 sp->stream.next_out = tif->tif_rawdata; in ZIPEncode() 314 sp->stream.next_out = tif->tif_rawdata; in ZIPPostEncode()
|
/external/zlib/src/contrib/masmx64/ |
D | inffas8664.c | 129 ar.out = strm->next_out; 174 strm->next_out = ar.out;
|
/external/zlib/src/ |
D | gzwrite.c | 58 strm->next_out = state->out; 59 state->x.next = strm->next_out; 100 have = (unsigned)(strm->next_out - state->x.next); 108 strm->next_out = state->out; 110 state->x.next = strm->next_out;
|
D | uncompr.c | 38 stream.next_out = dest;
|
/external/pdfium/third_party/zlib_v128/ |
D | gzwrite.c | 58 strm->next_out = state->out; in gz_init() 59 state->x.next = strm->next_out; in gz_init() 100 have = (unsigned)(strm->next_out - state->x.next); in gz_comp() 108 strm->next_out = state->out; in gz_comp() 110 state->x.next = strm->next_out; in gz_comp()
|
D | uncompr.c | 38 stream.next_out = dest; in uncompress()
|
/external/opencv3/3rdparty/zlib/ |
D | gzwrite.c | 58 strm->next_out = state->out; 59 state->x.next = strm->next_out; 100 have = (unsigned)(strm->next_out - state->x.next); 108 strm->next_out = state->out; 110 state->x.next = strm->next_out;
|
/external/libmicrohttpd/src/microspdy/ |
D | compression.c | 290 strm->next_out = out; in SPDYF_zlib_deflate() 386 strm->next_out = out; in SPDYF_zlib_inflate()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 165 z.next_out = out_buf + used; in __libelf_compress() 228 .next_out = buf_out, in __libelf_decompress() 234 z.next_out = buf_out + (size_out - z.avail_out); in __libelf_decompress()
|