Searched refs:Bytef (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 104 # define Bytef z_Bytef macro 319 # define Bytef Byte FAR macro 321 typedef Byte FAR Bytef; typedef 416 typedef void (*cb_func) OF((Bytef *buf, uInt len)); 421 Bytef *next_in; /* next input byte */ 424 Bytef *next_out; /* next output byte should be put there */ 450 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 453 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 455 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 528 const Bytef *dictionary, [all …]
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ 99 Bytef *pending_out; /* next pending byte to output to the stream */ 113 Bytef *window;
|
H A D | deflate.c | 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 195 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 281 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 313 const Bytef *dictionary; 492 Bytef *str; 954 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 992 Bytef *buf; 1066 register Bytef *scan = s->window + s->strstart; /* current string */ 1067 register Bytef *match; /* matched string */ 1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; [all …]
|
H A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
/openbmc/u-boot/lib/ |
H A D | crc32.c | 183 uint32_t __efi_runtime crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp() 225 uint32_t __efi_runtime crc32(uint32_t crc, const Bytef *p, uInt len) in crc32()
|