| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 86 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 D | zconf.h | 133 # 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 D | zlib.h | 86 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 D | zconf.h | 133 # 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 D | zlib.h | 86 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 D | zconf.h | 133 # 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 D | zlib.h | 86 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 D | zconf.h | 133 # 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 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | compression.cpp | 43 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 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()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | crc32.c | 179 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 D | CVE-2018-25032.patch | 121 - 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 D | Zip.c | 578 zstream.next_out = (Bytef*) procBuf; in processDeflatedEntry()
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Zip.c | 577 zstream.next_out = (Bytef*) procBuf; in processDeflatedEntry()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | spectrogram.c | 665 static const Bytef fixed[] = {
|