Searched refs:ZEXPORT (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 276 # define ZEXPORT WINAPI macro 288 # define ZEXPORT __declspec(dllexport) macro 291 # define ZEXPORT __declspec(dllimport) 300 #ifndef ZEXPORT 301 # define ZEXPORT macro 518 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 519 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 521 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 522 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, 526 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | crc32.c | 25 #define ZEXPORT /* empty */ macro 158 const uint32_t * ZEXPORT get_crc_table() 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() 230 uint32_t ZEXPORT crc32_wd (uint32_t crc, in crc32_wd()
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 198 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() 353 int ZEXPORT deflateReset (strm) in deflateReset() 389 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() 400 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() 412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() 451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() 582 int ZEXPORT deflate (strm, flush) in deflate() [all …]
|
| H A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
| H A D | inflate.c | 8 int ZEXPORT inflateReset(z_streamp strm) in inflateReset() 33 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, const char *version, in inflateInit2_() 73 int ZEXPORT inflateInit_(z_streamp strm, const char *version, int stream_size) in inflateInit_() 328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate() 929 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd()
|