Searched refs:ZEXPORT (Results 1 – 6 of 6) sorted by relevance
/u-boot/include/u-boot/ |
A D | zlib.h | 282 # define ZEXPORT WINAPI macro 294 # define ZEXPORT __declspec(dllexport) macro 297 # define ZEXPORT __declspec(dllimport) 306 #ifndef ZEXPORT 307 # define ZEXPORT macro 527 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 538 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, 544 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, 551 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 555 ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm, [all …]
|
/u-boot/lib/zlib/ |
A D | uncompr.c | 27 int ZEXPORT uncompress2(dest, destLen, source, sourceLen) in uncompress2() 90 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress()
|
A D | deflate.c | 199 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() 312 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() 354 int ZEXPORT deflateReset (strm) in deflateReset() 390 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() 401 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() 413 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() 452 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 487 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() 583 int ZEXPORT deflate (strm, flush) in deflate() 894 int ZEXPORT deflateEnd (strm) in deflateEnd() [all …]
|
A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
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()
|
/u-boot/lib/ |
A D | crc32.c | 163 const uint32_t * ZEXPORT get_crc_table()
|
Completed in 12 milliseconds