Home
last modified time | relevance | path

Searched refs:Bytef (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h104 # 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 Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
113 Bytef *window;
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
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;
1067 register Bytef *match; /* matched string */
1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1087 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1215 register Bytef *match; /* matched string */
[all …]
H A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
/openbmc/u-boot/lib/
H A Dcrc32.c183 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()