/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 43 # define charf z_charf macro 230 typedef char FAR charf; typedef
|
/third_party/node/deps/zlib/ |
H A D | deflate.h | 310 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 314 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
|
H A D | zconf.h | 159 # define charf z_charf macro 427 typedef char FAR charf; typedef
|
H A D | chromeconf.h | 148 #define charf Cr_z_charf macro
|
H A D | trees.c | 858 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, in _tr_stored_block() 996 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
|
H A D | deflate.c | 1648 (charf *)&s->window[(unsigned)s->block_start] : \ 1649 (charf *)Z_NULL), \ 1852 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); in deflate_stored()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
H A D | zconf.h | 156 # define charf z_charf macro 417 typedef char FAR charf; typedef
|
H A D | chromeconf.h | 145 #define charf Cr_z_charf macro
|
H A D | trees.c | 865 charf *buf; /* input block */ 914 charf *buf; /* input block, or NULL if too old */
|
H A D | deflate.c | 1693 (charf *)&s->window[(unsigned)s->block_start] : \ 1694 (charf *)Z_NULL), \ 1900 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.h | 290 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
293 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
H A D | zconf.h | 113 # define charf z_charf
macro 345 typedef char FAR charf;
typedef
|
H A D | trees.c | 160 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
873 charf *buf; /* input block */
927 charf *buf; /* input block, or NULL if too old */
1202 charf *buf; /* the input data */
|
H A D | deflate.c | 1484 (charf *)&s->window[(unsigned)s->block_start] : \
1485 (charf *)Z_NULL), \
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
H A D | zconf.h | 156 # define charf z_charf macro 417 typedef char FAR charf; typedef
|
H A D | chromeconf.h | 145 #define charf Cr_z_charf macro
|
H A D | trees.c | 865 charf *buf; /* input block */ 913 charf *buf; /* input block, or NULL if too old */
|
H A D | deflate.c | 1683 (charf *)&s->window[(unsigned)s->block_start] : \ 1684 (charf *)Z_NULL), \ 1884 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
/third_party/zlib/ |
H A D | deflate.h | 307 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 311 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
|
H A D | zconf.h | 147 # define charf z_charf macro 404 typedef char FAR charf; typedef
|
H A D | trees.c | 882 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, in _tr_stored_block() 1021 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
|
H A D | deflate.c | 1602 (charf *)&s->window[(unsigned)s->block_start] : \ 1603 (charf *)Z_NULL), \ 1807 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); in deflate_stored()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1201 typedef char charf; typedef
|