Home
last modified time | relevance | path

Searched refs:uchf (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/zlib/
H A Ddeflate.h226 uchf *l_buf; /* buffer for literals/lengths */
228 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Dzutil.h55 typedef uch FAR uchf; typedef
H A Ddeflate.c535 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 5); in deflateInit2_()
537 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); in deflateInit2_()
769 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
1349 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 5); in deflateCopy()
1351 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4); in deflateCopy()
/third_party/zlib/
H A Ddeflate.h227 uchf *l_buf; /* buffer for literals/lengths */
230 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Dzutil.h40 typedef uch FAR uchf; typedef
H A Ddeflate.c499 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); in deflateInit2_()
736 (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()
1317 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); in deflateCopy()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzutil.h35 typedef uch FAR uchf; typedef
/third_party/libwebsockets/win32port/zlib/
H A Dzutil.h38 typedef uch FAR uchf; typedef
H A Ddeflate.h214 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Ddeflate.c323 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1007 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.h55 typedef uch FAR uchf; typedef
H A Ddeflate.h220 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Ddeflate.c381 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1185 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h220 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Dzutil.h59 typedef uch FAR uchf; typedef
H A Ddeflate.c376 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1177 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);

Completed in 21 milliseconds