Searched refs:charf (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zconf.in.h | 54 # define charf z_charf macro 272 typedef char FAR charf; typedef
|
D | zconf.h | 54 # define charf z_charf macro 272 typedef char FAR charf; typedef
|
D | deflate.h | 284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
D | trees.c | 159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 869 charf *buf; /* input block */ 923 charf *buf; /* input block, or NULL if too old */ 1199 charf *buf; /* the input data */
|
D | deflate.c | 1366 (charf *)&s->window[(unsigned)s->block_start] : \ 1367 (charf *)Z_NULL), \
|
D | ChangeLog | 493 - read_buf buf parameter of type Bytef* instead of charf* 494 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.h | 298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
D | zconf.h | 131 # define charf z_charf macro 379 typedef char FAR charf; typedef
|
D | trees.c | 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 867 charf *buf; /* input block */ 909 charf *buf; /* input block, or NULL if too old */ 1207 charf *buf; /* the input data */
|
D | deflate.c | 1540 (charf *)&s->window[(unsigned)s->block_start] : \ 1541 (charf *)Z_NULL), \
|
D | ChangeLog | 1110 - read_buf buf parameter of type Bytef* instead of charf* 1111 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|