Home
last modified time | relevance | path

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

/linux/lib/zlib_deflate/
H A Ddefutil.h44 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 …]
H A Ddeftree.c135 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
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()
444 ush *bl_count /* number of codes at each bit length */ in gen_codes()
447 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes()
448 ush code = 0; /* running code value */ in gen_codes()
544 tree[n].Dad = tree[m].Dad = (ush)node; in build_tree()
587 tree[max_code+1].Len = (ush)0xffff; /* guard */ in scan_tree()
[all …]
/linux/block/partitions/
H A Dsun.c26 __be16 *ush; in sun_partition() local
81 ush = ((__be16 *) (label+1)) - 1; in sun_partition()
82 for (csum = 0; ush >= ((__be16 *) label);) in sun_partition()
83 csum ^= *ush--; in sun_partition()
/linux/include/linux/
H A Dzutil.h21 typedef unsigned short ush; typedef
/linux/arch/alpha/boot/
H A Dmisc.c39 typedef unsigned short ush; typedef
/linux/arch/nios2/boot/compressed/
H A Dmisc.c30 typedef unsigned short ush; typedef