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

/linux-master/include/linux/
H A Dzconf.h53 typedef unsigned int uInt; /* 16 bits or more */ typedef
H A Dzutil.h48 uInt len);
80 uInt len)
/linux-master/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 strstar
[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
356 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
357 uInt level_flags = (s->level-1) >> 1;
369 putShortMSB(s, (uInt)(strm->adler >> 16));
370 putShortMSB(s, (uInt)(strm->adler & 0xffff));
457 putShortMSB(s, (uInt)(strm->adler >> 16));
458 putShortMSB(s, (uInt)(strm->adler & 0xffff));
565 static uInt longest_matc
[all...]
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_util.h91 uInt window_bits,
H A Ddfltcc_deflate.c128 uInt masked_avail_in;
/linux-master/lib/zlib_inflate/
H A Dinflate.c789 uInt saved_ao = z->avail_out;

Completed in 168 milliseconds