| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.h | 100 uInt pending; /* nb of bytes in the pending buffer */ 103 uInt gzindex; /* where in extra, name, or comment */ 109 uInt w_size; /* LZ77 window size (32K by default) */ 110 uInt w_bits; /* log2(w_size) (8..16) */ 111 uInt w_mask; /* w_size - 1 */ 136 uInt ins_h; /* hash index of string to be inserted */ 137 uInt hash_size; /* number of elements in hash table */ 138 uInt hash_bits; /* log2(hash_size) */ 139 uInt hash_mask; /* hash_size-1 */ 141 uInt hash_shift; [all …]
|
| H A D | zutil.c | 50 extern voidp malloc OF((uInt size)); 51 extern voidp calloc OF((uInt items, uInt size)); 60 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc()
|
| H A D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 314 uInt dictLength; 317 uInt length = dictLength; 318 uInt n; 550 uInt b; 653 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; 654 uInt level_flags; 673 putShortMSB(s, (uInt)(strm->adler >> 16)); [all …]
|
| H A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | defutil.h | 87 uInt w_size; /* LZ77 window size (32K by default) */ 88 uInt w_bits; /* log2(w_size) (8..16) */ 89 uInt w_mask; /* w_size - 1 */ 114 uInt ins_h; /* hash index of string to be inserted */ 115 uInt hash_size; /* number of elements in hash table */ 116 uInt hash_bits; /* log2(hash_size) */ 117 uInt hash_mask; /* hash_size-1 */ 119 uInt hash_shift; 131 uInt match_length; /* length of best match */ 134 uInt strstart; /* start of string to insert */ [all …]
|
| H A D | deflate.c | 77 static void putShortMSB (deflate_state *s, uInt b); 79 static uInt longest_match (deflate_state *s, IPos cur_match); 321 uInt b in putShortMSB() 356 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; in zlib_deflate() 357 uInt level_flags = (s->level-1) >> 1; in zlib_deflate() 369 putShortMSB(s, (uInt)(strm->adler >> 16)); in zlib_deflate() 370 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in zlib_deflate() 457 putShortMSB(s, (uInt)(strm->adler >> 16)); in zlib_deflate() 458 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in zlib_deflate() 558 static uInt longest_match( in longest_match() [all …]
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 102 # define uInt z_uInt macro 314 typedef unsigned int uInt; /* 16 bits or more */ typedef 325 typedef uInt FAR uIntf; 414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 415 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt size)); 416 typedef void (*cb_func) OF((Bytef *buf, uInt len)); 422 uInt avail_in; /* number of bytes available at next_in */ 425 uInt avail_out; /* remaining free space at next_out */ 451 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 452 uInt extra_max; /* space at extra (only when reading header) */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 87 uInt avail_in; /* number of bytes available at next_in */ 91 uInt avail_out; /* remaining free space at next_out */ 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 119 uInt extra_max; /* space at extra (only when reading header) */ 121 uInt name_max; /* space at name (only when reading header) */ 123 uInt comm_max; /* space at comment (only when reading header) */ 589 uInt dictLength)); 821 uInt dictLength)); 844 uInt *dictLength)); [all …]
|
| H A D | zconf.h | 145 # define uInt z_uInt macro 374 typedef unsigned int uInt; /* 16 bits or more */ typedef 385 typedef uInt FAR uIntf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 87 uInt avail_in; /* number of bytes available at next_in */ 91 uInt avail_out; /* remaining free space at next_out */ 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 119 uInt extra_max; /* space at extra (only when reading header) */ 121 uInt name_max; /* space at name (only when reading header) */ 123 uInt comm_max; /* space at comment (only when reading header) */ 589 uInt dictLength)); 821 uInt dictLength)); 844 uInt *dictLength)); [all …]
|
| H A D | zconf.h | 145 # define uInt z_uInt macro 374 typedef unsigned int uInt; /* 16 bits or more */ typedef 385 typedef uInt FAR uIntf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 87 uInt avail_in; /* number of bytes available at next_in */ 91 uInt avail_out; /* remaining free space at next_out */ 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 119 uInt extra_max; /* space at extra (only when reading header) */ 121 uInt name_max; /* space at name (only when reading header) */ 123 uInt comm_max; /* space at comment (only when reading header) */ 589 uInt dictLength)); 821 uInt dictLength)); 844 uInt *dictLength)); [all …]
|
| H A D | zconf.h | 145 # define uInt z_uInt macro 374 typedef unsigned int uInt; /* 16 bits or more */ typedef 385 typedef uInt FAR uIntf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 87 uInt avail_in; /* number of bytes available at next_in */ 91 uInt avail_out; /* remaining free space at next_out */ 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 119 uInt extra_max; /* space at extra (only when reading header) */ 121 uInt name_max; /* space at name (only when reading header) */ 123 uInt comm_max; /* space at comment (only when reading header) */ 589 uInt dictLength)); 821 uInt dictLength)); 844 uInt *dictLength)); [all …]
|
| H A D | zconf.h | 145 # define uInt z_uInt macro 374 typedef unsigned int uInt; /* 16 bits or more */ typedef 385 typedef uInt FAR uIntf;
|
| /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() 232 uInt len, uInt chunk_sz) in crc32_wd()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zutil.h | 48 uInt len); 80 uInt len) in zlib_adler32()
|
| H A D | zconf.h | 53 typedef unsigned int uInt; /* 16 bits or more */ typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | compression.cpp | 44 deflate_stream.avail_in = uInt(raw.size()); in compress() 79 inflate_stream.avail_in = uInt(raw.size()); in decompress()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 145 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size); 201 uInt lit_bufsize; 207 - uInt last_lit; /* running index in l_buf */ 214 + uInt sym_next; /* running index in sym_buf */ 215 + uInt sym_end; /* symbol table full when sym_next reaches this */ 338 - Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc.c | 28 uInt size in dfltcc_reset()
|
| H A D | dfltcc_util.h | 91 uInt window_bits, in dfltcc_are_params_ok()
|
| H A D | dfltcc.h | 111 void dfltcc_reset(z_streamp strm, uInt size);
|
| H A D | dfltcc_deflate.c | 109 uInt masked_avail_in; in dfltcc_deflate()
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.c | 789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()
|