/external/freetype/src/gzip/ |
D | ftzconf.h | 43 # define charf z_charf macro 230 typedef char FAR charf; typedef
|
/external/u-boot/lib/zlib/ |
D | deflate.h | 295 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
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 */ 1224 charf *buf; /* the input data */
|
D | deflate.c | 1436 (charf *)&s->window[(unsigned)s->block_start] : \ 1437 (charf *)Z_NULL), \
|
/external/zlib/src/ |
D | deflate.h | 301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
D | zconf.h | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|
D | zconf.h.cmakein | 146 # define charf z_charf 404 typedef char FAR charf;
|
D | zconf.h.in | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|
D | trees.c | 865 charf *buf; /* input block */ 913 charf *buf; /* input block, or NULL if too old */
|
D | deflate.c | 1607 (charf *)&s->window[(unsigned)s->block_start] : \ 1608 (charf *)Z_NULL), \ 1808 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
D | ChangeLog | 1153 - read_buf buf parameter of type Bytef* instead of charf* 1154 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
D | zconf.h | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|
D | zconf.h.in | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|
D | zconf.h.cmakein | 146 # define charf z_charf 404 typedef char FAR charf;
|
D | trees.c | 865 charf *buf; /* input block */ 913 charf *buf; /* input block, or NULL if too old */
|
D | deflate.c | 1607 (charf *)&s->window[(unsigned)s->block_start] : \ 1608 (charf *)Z_NULL), \ 1808 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
D | ChangeLog | 1153 - read_buf buf parameter of type Bytef* instead of charf* 1154 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
|
/external/zlib/ |
D | zconf.h | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 105 # define charf z_charf macro 323 typedef char FAR charf; typedef
|