Searched refs:charf (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/lib/zlib_deflate/ |
D | defutil.h | 270 ulg zlib_tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 273 void zlib_tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
D | deflate.c | 164 memset((charf *)s->head, 0, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 282 memcpy((charf *)s->window, dictionary, length); 833 if (memcmp((charf *)s->window + match, 834 (charf *)s->window + start, length) != EQUAL) { 887 memcpy((charf *)s->window, (charf *)s->window+wsize, 956 (charf *)&s->window[(unsigned)s->block_start] : \ 957 (charf *)Z_NULL), \
|
D | deftree.c | 152 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 785 charf *buf; /* input block */ 846 charf *buf; /* input block, or NULL if too old */ 902 if (buf == (charf*)0) error ("block vanished"); 1075 charf *buf; /* the input data */
|
/linux-2.4.37.9/include/linux/ |
D | zconf.h | 78 typedef char FAR charf; typedef
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.h | 125 typedef char FAR charf; typedef
|
/linux-2.4.37.9/arch/ppc/boot/include/ |
D | zlib.h | 123 typedef char FAR charf; typedef
|