Home
last modified time | relevance | path

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

/u-boot/include/u-boot/
A Dzlib.h104 # define Bytef z_Bytef macro
325 # define Bytef Byte FAR macro
327 typedef Byte FAR Bytef; typedef
422 typedef void (*cb_func) OF((Bytef *buf, uInt len));
427 Bytef *next_in; /* next input byte */
430 Bytef *next_out; /* next output byte should be put there */
456 Bytef *extra; /* pointer to extra field or Z_NULL if none */
534 const Bytef *dictionary,
719 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
720 const Bytef *source, uLong sourceLen));
[all …]
/u-boot/lib/zlib/
A Duncompr.c28 Bytef *dest; in uncompress2()
30 const Bytef *source;
50 stream.next_in = (z_const Bytef *)source;
91 Bytef *dest; in uncompress()
93 const Bytef *source;
A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
113 Bytef *window;
A Ddeflate.c88 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
277 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
351 const Bytef *dictionary;
530 Bytef *str;
991 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1027 Bytef *buf;
1102 register Bytef *match; /* matched string */
1118 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1122 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1250 register Bytef *match; /* matched string */
[all …]
A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
/u-boot/lib/
A Dcrc32.c185 uint32_t __efi_runtime crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp()
234 uint32_t __efi_runtime crc32(uint32_t crc, const Bytef *p, uInt len) in crc32()

Completed in 18 milliseconds