Searched refs:ush (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/lib/zlib_deflate/ |
A D | defutil.h | 44 ush freq; /* frequency count */ 45 ush code; /* bit string */ 48 ush dad; /* father node in Huffman tree */ 49 ush len; /* length of bit string */ 66 typedef ush Pos; 178 ush bl_count[MAX_BITS+1]; 216 ush *d_buf; 232 ush bi_buf; 255 ((1 << ((memLevel)+6)) * (sizeof(ush)+2)) 290 put_byte(s, (uch)((ush)(w) >> 8)); \ [all …]
|
A D | deflate.c | 131 ush max_chain; 202 ush *overlay; in zlib_deflateInit2() 267 overlay = (ush *) mem->overlay_memory; in zlib_deflateInit2() 589 register ush scan_start = *(ush*)scan; in longest_match() 590 register ush scan_end = *(ush*)(scan+best_len-1); in longest_match() 625 *(ush*)match != scan_start) continue; in longest_match() 639 } while (*(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match() 640 *(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match() 641 *(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match() 642 *(ush*)(scan+=2) == *(ush*)(match+=2) && in longest_match() [all …]
|
A D | deftree.c | 179 ush bl_count[MAX_BITS+1]; in tr_static_init() 368 ush f; /* frequency */ in gen_bitlen() 382 tree[n].Len = (ush)bits; in gen_bitlen() 426 tree[m].Len = (ush)bits; in gen_bitlen() 544 tree[n].Dad = tree[m].Dad = (ush)node; in build_tree() 921 s->d_buf[s->last_lit] = (ush)dist; 930 Assert((ush)dist < (ush)MAX_DIST(s) && 931 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && 932 (ush)d_code(dist) < (ush)D_CODES, "zlib_tr_tally: bad match"); 1046 put_short(s, (ush)len); [all …]
|
/linux-6.3-rc2/block/partitions/ |
A D | sun.c | 26 __be16 *ush; in sun_partition() local 83 ush = ((__be16 *) (label+1)) - 1; in sun_partition() 84 for (csum = 0; ush >= ((__be16 *) label);) in sun_partition() 85 csum ^= *ush--; in sun_partition()
|
/linux-6.3-rc2/lib/ |
A D | inflate.c | 143 ush n; /* literal, length base, or distance base */ 151 const ush *, const ush *, struct huft **, int *)); 176 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ 180 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */ 183 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ 187 static const ush cpdext[] = { /* Extra bits for distance codes */ 227 STATIC const ush mask_bits[] = { 326 const ush *d, /* list of base values for non-simple codes */ in huft_build() 327 const ush *e, /* list of extra bits for non-simple codes */ in huft_build() 524 r.v.n = (ush)(*p); /* simple code is just the value */ in huft_build()
|
/linux-6.3-rc2/include/linux/ |
A D | zutil.h | 21 typedef unsigned short ush; typedef
|
/linux-6.3-rc2/arch/alpha/boot/ |
A D | misc.c | 39 typedef unsigned short ush; typedef
|
/linux-6.3-rc2/arch/nios2/boot/compressed/ |
A D | misc.c | 30 typedef unsigned short ush; typedef
|
Completed in 20 milliseconds