Home
last modified time | relevance | path

Searched refs:next_in (Results 101 - 125 of 175) sorted by relevance

1234567

/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinflate.c144 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
154 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL) in inflate()
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc143 stream.next_in = (z_const Bytef*)input; in zlib_compress()
172 stream.next_in = (z_const Bytef*)input.data(); in zlib_uncompress()
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c521 crc_fold_copy(strm->state, dst, strm->next_in, size); in copy_with_crc()
525 zmemcpy(dst, strm->next_in, size); in copy_with_crc()
H A Ddeflate.c228 /* To do: ignore strm->next_in if we use it as window */
463 next = strm->next_in;
465 strm->next_in = (z_const Bytef *)dictionary;
484 strm->next_in = next;
822 (strm->avail_in != 0 && strm->next_in == Z_NULL) ||
1205 * allocating a large strm->next_in buffer and copying from it.
1226 zmemcpy(buf, strm->next_in, len);
1230 strm->next_in += len;
1717 * maximizes the opportunites to have a single copy from next_in to next_out.
1795 /* Copy uncompressed bytes directly from next_in t
[all...]
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas29 next_in: PChar; (* next input byte *)
30 avail_in: Integer; (* number of bytes available at next_in *)
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c200 zcpr.next_in = FilePtr; in main()
241 zcpr.next_in = CprPtr; in main()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dunzip.c197 Read a byte from a gz_stream; update next_in and avail_in. Return EOF
1557 pfile_in_zip_read_info->stream.next_in = (voidpf)0; in unzOpenCurrentFile3()
1577 pfile_in_zip_read_info->stream.next_in = 0; in unzOpenCurrentFile3()
1751 pfile_in_zip_read_info->stream.next_in = in unzReadCurrentFile()
1772 *(pfile_in_zip_read_info->stream.next_in+i); in unzReadCurrentFile()
1783 pfile_in_zip_read_info->stream.next_in += uDoCopy; in unzReadCurrentFile()
1794 pfile_in_zip_read_info->bstream.next_in = (char*)pfile_in_zip_read_info->stream.next_in; in unzReadCurrentFile()
1817 pfile_in_zip_read_info->stream.next_in = (Bytef*)pfile_in_zip_read_info->bstream.next_in; in unzReadCurrentFile()
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c197 Read a byte from a gz_stream; update next_in and avail_in. Return EOF
1557 pfile_in_zip_read_info->stream.next_in = (voidpf)0; in unzOpenCurrentFile3()
1577 pfile_in_zip_read_info->stream.next_in = 0; in unzOpenCurrentFile3()
1751 pfile_in_zip_read_info->stream.next_in = in unzReadCurrentFile()
1772 *(pfile_in_zip_read_info->stream.next_in+i); in unzReadCurrentFile()
1783 pfile_in_zip_read_info->stream.next_in += uDoCopy; in unzReadCurrentFile()
1794 pfile_in_zip_read_info->bstream.next_in = (char*)pfile_in_zip_read_info->stream.next_in; in unzReadCurrentFile()
1817 pfile_in_zip_read_info->stream.next_in = (Bytef*)pfile_in_zip_read_info->bstream.next_in; in unzReadCurrentFile()
[all...]
/third_party/zlib/contrib/minizip/
H A Dunzip.c1759 pfile_in_zip_read_info->stream.next_in = (voidpf)0; in unzOpenCurrentFile3()
1780 pfile_in_zip_read_info->stream.next_in = 0; in unzOpenCurrentFile3()
1954 pfile_in_zip_read_info->stream.next_in = in unzReadCurrentFile()
1975 *(pfile_in_zip_read_info->stream.next_in+i); in unzReadCurrentFile()
1986 pfile_in_zip_read_info->stream.next_in += uDoCopy; in unzReadCurrentFile()
1997 pfile_in_zip_read_info->bstream.next_in = (char*)pfile_in_zip_read_info->stream.next_in; in unzReadCurrentFile()
2020 pfile_in_zip_read_info->stream.next_in = (Bytef*)pfile_in_zip_read_info->bstream.next_in; in unzReadCurrentFile()
/third_party/ffmpeg/libavcodec/
H A Dlclenc.c93 zstream->next_in = p->data[0] + p->linesize[0] * i; in encode_frame()
H A Dzerocodec.c66 zstream->next_in = avpkt->data; in zerocodec_decode_frame()
H A Dtscc.c87 zstream->next_in = buf; in decode_frame()
H A Dmwsc.c107 zstream->next_in = buf; in decode_frame()
/third_party/ffmpeg/tools/
H A Dcws2fws.c102 zstream.next_in = &buf_in[0]; in main()
/third_party/node/deps/brotli/c/include/brotli/
H A Ddecode.h212 * bytes addressable at @p *next_in and @p *next_out respectively.
216 * bytes consumed, and the @p *next_in pointer will be incremented by that
224 * @note Input is never overconsumed, so @p next_in and @p available_in could be
230 * @param[in, out] next_in pointer to the next compressed byte
247 BrotliDecoderState* state, size_t* available_in, const uint8_t** next_in,
/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Ddecode.h212 * bytes addressable at @p *next_in and @p *next_out respectively.
216 * bytes consumed, and the @p *next_in pointer will be incremented by that
224 * @note Input is never overconsumed, so @p next_in and @p available_in could be
230 * @param[in, out] next_in pointer to the next compressed byte
247 BrotliDecoderState* state, size_t* available_in, const uint8_t** next_in,
/third_party/node/deps/zlib/
H A Ddeflate.c209 * allocating a large strm->next_in buffer and copying from it.
229 zmemcpy(buf, strm->next_in, len); in read_buf()
233 strm->next_in += len; in read_buf()
387 /* To do: ignore strm->next_in if we use it as window */ in deflateInit_()
626 next = strm->next_in; in deflateSetDictionary()
628 strm->next_in = (z_const Bytef *)dictionary; in deflateSetDictionary()
647 strm->next_in = next; in deflateSetDictionary()
994 (strm->avail_in != 0 && strm->next_in == Z_NULL) || in deflate()
1682 * maximizes the opportunities to have a single copy from next_in to next_out.
1757 /* Copy uncompressed bytes directly from next_in t in deflate_stored()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c233 /* To do: ignore strm->next_in if we use it as window */
468 next = strm->next_in;
470 strm->next_in = (z_const Bytef *)dictionary;
489 strm->next_in = next;
828 (strm->avail_in != 0 && strm->next_in == Z_NULL) ||
1213 * allocating a large strm->next_in buffer and copying from it.
1234 zmemcpy(buf, strm->next_in, len);
1238 strm->next_in += len;
1727 * maximizes the opportunites to have a single copy from next_in to next_out.
1805 /* Copy uncompressed bytes directly from next_in t
[all...]
/third_party/zlib/
H A Ddeflate.c216 * allocating a large strm->next_in buffer and copying from it.
228 zmemcpy(buf, strm->next_in, len); in read_buf()
237 strm->next_in += len; in read_buf()
378 /* To do: ignore strm->next_in if we use it as window */ in deflateInit_()
588 next = strm->next_in; in deflateSetDictionary()
590 strm->next_in = (z_const Bytef *)dictionary; in deflateSetDictionary()
613 strm->next_in = next; in deflateSetDictionary()
964 (strm->avail_in != 0 && strm->next_in == Z_NULL) || in deflate()
1636 * maximizes the opportunities to have a single copy from next_in to next_out.
1712 /* Copy uncompressed bytes directly from next_in t in deflate_stored()
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
442 next = strm->next_in; \
453 strm->next_in = next; \
613 (strm->next_in == Z_NULL && strm->avail_in != 0))
1374 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1376 strm->next_in += len;
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c126 const uint8_t* next_in; member
804 context->next_in = NULL; in InitializeBuffers()
821 context->next_in = context->input; in ProvideInput()
913 &context->next_in, &context->available_out, &context->next_out, 0); in DecompressFile()
954 &context->available_in, &context->next_in, in CompressFile()
/third_party/curl/src/
H A Dmkhelp.pl167 z.next_in = (unsigned char *)hugehelpgz + headerlen;
/third_party/elfutils/libelf/
H A Delf_compress.c143 z.next_in = cdata.d_buf; in __libelf_compress()
234 .next_in = buf_in, in __libelf_decompress()
/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c302 priv->inflate.next_in = Z_NULL; in lws_fops_zip_reset_inflate()
543 priv->inflate.next_in = priv->rbuf; in lws_fops_zip_read()
/third_party/zlib/contrib/infback9/
H A Dinfback9.c206 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
254 next = strm->next_in; in inflateBack9()
592 strm->next_in = next; in inflateBack9()

Completed in 30 milliseconds

1234567