Searched refs:uInt (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/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 strstar [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_matc [all...] |
/kernel/linux/linux-6.6/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 strstar [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() 565 static uInt longest_matc [all...] |
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 91 uInt window_bits, in dfltcc_are_params_ok()
|
H A D | dfltcc_deflate.c | 128 uInt masked_avail_in; in dfltcc_deflate()
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | inflate.c | 789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | inflate.c | 789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()
|
Completed in 9 milliseconds