Searched refs:sourceLen (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 699 uLong sourceLen)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, 1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1198 const Bytef *source, uLong sourceLen));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 699 uLong sourceLen)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, 1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1198 const Bytef *source, uLong sourceLen));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 699 uLong sourceLen)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, 1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1198 const Bytef *source, uLong sourceLen));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 699 uLong sourceLen)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, 1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1198 const Bytef *source, uLong sourceLen));
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bzlib.h | 257 unsigned int sourceLen, 267 unsigned int sourceLen,
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument 488 uLong sourceLen; 495 complen = sourceLen + 496 ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 5; 539 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + 540 (sourceLen >> 25) + 13 - 6 + wraplen;
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib.c | 1279 unsigned int sourceLen, in BZ_API() 1304 strm.avail_in = sourceLen; in BZ_API() 1331 unsigned int sourceLen, in BZ_API() 1349 strm.avail_in = sourceLen; in BZ_API()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 544 uLong sourceLen));
|