Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *source, uLong sourceLen));
[all …]
H A Dzconf.h133 # define Bytef z_Bytef macro
379 # define Bytef Byte FAR macro
381 typedef Byte FAR Bytef; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *source, uLong sourceLen));
[all …]
H A Dzconf.h133 # define Bytef z_Bytef macro
379 # define Bytef Byte FAR macro
381 typedef Byte FAR Bytef; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *source, uLong sourceLen));
[all …]
H A Dzconf.h133 # define Bytef z_Bytef macro
379 # define Bytef Byte FAR macro
381 typedef Byte FAR Bytef; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *source, uLong sourceLen));
[all …]
H A Dzconf.h133 # define Bytef z_Bytef macro
379 # define Bytef Byte FAR macro
381 typedef Byte FAR Bytef; typedef
/OK3568_Linux_fs/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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dcompression.cpp43 deflate_stream.next_in = (Bytef *)raw.data(); in compress()
51 deflate_stream.next_out = reinterpret_cast<Bytef *>(out); in compress()
78 inflate_stream.next_in = (Bytef *)raw.data(); in decompress()
86 inflate_stream.next_out = reinterpret_cast<Bytef *>(out); in decompress()
/OK3568_Linux_fs/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));
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 Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
/OK3568_Linux_fs/u-boot/lib/
H A Dcrc32.c179 uint32_t ZEXPORT crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp()
221 uint32_t ZEXPORT crc32 (uint32_t crc, const Bytef *p, uInt len) in crc32()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch121 - if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
135 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c578 zstream.next_out = (Bytef*) procBuf; in processDeflatedEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c577 zstream.next_out = (Bytef*) procBuf; in processDeflatedEntry()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspectrogram.c665 static const Bytef fixed[] = {