Searched refs:uchf (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/zlib/ |
H A D | deflate.h | 226 uchf *l_buf; /* buffer for literals/lengths */ 228 uchf *sym_buf; /* buffer for distances and literals/lengths */
|
H A D | zutil.h | 55 typedef uch FAR uchf; typedef
|
H A D | deflate.c | 535 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 D | deflate.h | 227 uchf *l_buf; /* buffer for literals/lengths */ 230 uchf *sym_buf; /* buffer for distances and literals/lengths */
|
H A D | zutil.h | 40 typedef uch FAR uchf; typedef
|
H A D | deflate.c | 499 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 D | zutil.h | 35 typedef uch FAR uchf; typedef
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zutil.h | 38 typedef uch FAR uchf;
typedef
|
H A D | deflate.h | 214 uchf *sym_buf; /* buffer for distances and literals/lengths */
|
H A D | deflate.c | 323 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 D | zutil.h | 55 typedef uch FAR uchf; typedef
|
H A D | deflate.h | 220 uchf *sym_buf; /* buffer for distances and literals/lengths */
|
H A D | deflate.c | 381 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 D | deflate.h | 220 uchf *sym_buf; /* buffer for distances and literals/lengths */
|
H A D | zutil.h | 59 typedef uch FAR uchf; typedef
|
H A D | deflate.c | 376 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4); 1177 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
|
Completed in 23 milliseconds