Home
last modified time | relevance | path

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

/linux/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 …]
/linux/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
/linux/lib/zlib_dfltcc/
H A Ddfltcc_util.h119 uInt window_bits, in dfltcc_are_params_ok()
H A Ddfltcc_deflate.c128 uInt masked_avail_in; in dfltcc_deflate()
/linux/lib/zlib_inflate/
H A Dinflate.c789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()