| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ 92 uLong total_out; /* total number of bytes output so far */ 102 uLong adler; /* adler32 value of the uncompressed data */ 103 uLong reserved; /* reserved for future use */ 114 uLong time; /* modification time */ 698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 699 uLong sourceLen)); 1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, [all …]
|
| H A D | zconf.h | 147 # define uLong z_uLong macro 375 typedef unsigned long uLong; /* 32 bits or more */ typedef 386 typedef uLong FAR uLongf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ 92 uLong total_out; /* total number of bytes output so far */ 102 uLong adler; /* adler32 value of the uncompressed data */ 103 uLong reserved; /* reserved for future use */ 114 uLong time; /* modification time */ 698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 699 uLong sourceLen)); 1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, [all …]
|
| H A D | zconf.h | 147 # define uLong z_uLong macro 375 typedef unsigned long uLong; /* 32 bits or more */ typedef 386 typedef uLong FAR uLongf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ 92 uLong total_out; /* total number of bytes output so far */ 102 uLong adler; /* adler32 value of the uncompressed data */ 103 uLong reserved; /* reserved for future use */ 114 uLong time; /* modification time */ 698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 699 uLong sourceLen)); 1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, [all …]
|
| H A D | zconf.h | 147 # define uLong z_uLong macro 375 typedef unsigned long uLong; /* 32 bits or more */ typedef 386 typedef uLong FAR uLongf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ 92 uLong total_out; /* total number of bytes output so far */ 102 uLong adler; /* adler32 value of the uncompressed data */ 103 uLong reserved; /* reserved for future use */ 114 uLong time; /* modification time */ 698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 699 uLong sourceLen)); 1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 1161 const Bytef *source, uLong sourceLen)); 1175 const Bytef *source, uLong sourceLen, [all …]
|
| H A D | zconf.h | 147 # define uLong z_uLong macro 375 typedef unsigned long uLong; /* 32 bits or more */ typedef 386 typedef uLong FAR uLongf;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zlib.h | 86 uLong avail_in; /* number of bytes available at next_in */ 87 uLong total_in; /* total nb of input bytes read so far */ 90 uLong avail_out; /* remaining free space at next_out */ 91 uLong total_out; /* total nb of bytes output so far */ 99 uLong adler; /* adler32 value of the uncompressed data */ 100 uLong reserved; /* reserved for future use */
|
| H A D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, 78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32()
|
| H A D | zconf.h | 54 typedef unsigned long uLong; /* 32 bits or more */ typedef
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 103 # define uLong z_uLong macro 315 typedef unsigned long uLong; /* 32 bits or more */ typedef 326 typedef uLong FAR uLongf; 423 uLong total_in; /* total nb of input bytes read so far */ 426 uLong total_out; /* total nb of bytes output so far */ 435 uLong adler; /* adler32 value of the uncompressed data */ 436 uLong reserved; /* reserved for future use */ 447 uLong time; /* modification time */ 543 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 544 uLong sourceLen)); [all …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc.h | 96 uLong level_mask; /* Levels on which to use DFLTCC */ 97 uLong block_size; /* New block each X bytes */ 98 uLong block_threshold; /* New block after total_in > X */ 99 uLong dht_threshold; /* New block only if avail_in >= X */
|
| H A D | dfltcc_util.h | 93 uLong level_mask in dfltcc_are_params_ok()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
| H A D | deflate.c | 486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() 488 uLong sourceLen; 491 uLong complen, wraplen;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 166 -uLong ZEXPORT zlibCompileFlags() 167 +uLong ZEXPORT zlibCompileFlags(void) 169 uLong flags;
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | crc32.c | 63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table() 74 c = (uLong)n; in make_crc_table()
|
| /OK3568_Linux_fs/buildroot/boot/optee-os/3.13.0/ |
| H A D | 0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch | 42 @@ -487,6 +487,11 @@ typedef uLong FAR uLongf;
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch | 1601 uLong src_len = (uLong)strlen(s_pStr); 1602 - uLong cmp_len = compressBound(src_len); 1603 uLong uncomp_len = src_len; 1604 + uLong cmp_len;
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | spectrogram.c | 779 uLong font_len = 96 * font_y; in stop()
|