Home
last modified time | relevance | path

Searched refs:uInt (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.h100 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 Dzutil.c50 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 Ddeflate.c85 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 Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddefutil.h87 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 Ddeflate.c77 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 Dzlib.h102 # 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 Dzlib.h80 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 Dzconf.h145 # 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 Dzlib.h80 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 Dzconf.h145 # 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 Dzlib.h80 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 Dzconf.h145 # 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 Dzlib.h80 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 Dzconf.h145 # 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 Dcrc32.c179 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 Dzutil.h48 uInt len);
80 uInt len) in zlib_adler32()
H A Dzconf.h53 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 Dcompression.cpp44 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 DCVE-2018-25032.patch145 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 Ddfltcc.c28 uInt size in dfltcc_reset()
H A Ddfltcc_util.h91 uInt window_bits, in dfltcc_are_params_ok()
H A Ddfltcc.h111 void dfltcc_reset(z_streamp strm, uInt size);
H A Ddfltcc_deflate.c109 uInt masked_avail_in; in dfltcc_deflate()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()

12