Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zlib_deflate/
A Ddefutil.h88 uInt w_bits; /* log2(w_size) (8..16) */
89 uInt w_mask; /* w_size - 1 */
116 uInt hash_bits; /* log2(hash_size) */
117 uInt hash_mask; /* hash_size-1 */
119 uInt hash_shift;
138 uInt prev_length;
143 uInt max_chain_length;
149 uInt max_lazy_match;
163 uInt good_match;
194 uInt lit_bufsize;
[all …]
A Ddeflate.c77 static void putShortMSB (deflate_state *s, uInt b);
321 uInt b in putShortMSB()
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()
565 static uInt longest_match( in longest_match()
582 uInt wmask = s->w_mask; in longest_match()
751 uInt wsize = s->w_size; in fill_window()
[all …]
/linux-6.3-rc2/include/linux/
A Dzutil.h48 uInt len);
80 uInt len) in zlib_adler32()
A Dzconf.h53 typedef unsigned int uInt; /* 16 bits or more */ typedef
/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_util.h91 uInt window_bits, in dfltcc_are_params_ok()
A Ddfltcc_deflate.c128 uInt masked_avail_in; in dfltcc_deflate()
/linux-6.3-rc2/lib/zlib_inflate/
A Dinflate.c789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()

Completed in 10 milliseconds