Searched refs:ush (Results 1 - 8 of 8) sorted by relevance

/linux-master/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)(
[all...]
H A Ddeflate.c128 ush good_length; /* reduce lazy search above this match length */
129 ush max_lazy; /* do not perform lazy search above this match length */
130 ush nice_length; /* quit search above this match length */
131 ush max_chain;
202 ush *overlay;
267 overlay = (ush *) mem->overlay_memory;
269 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
271 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
272 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
589 register ush scan_star
[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];
368 ush f; /* frequency */
382 tree[n].Len = (ush)bits;
426 tree[m].Len = (ush)bits;
444 ush *bl_count /* number of codes at each bit length */
447 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
448 ush code = 0; /* running code value */
544 tree[n].Dad = tree[m].Dad = (ush)node;
587 tree[max_code+1].Len = (ush)
[all...]
/linux-master/block/partitions/
H A Dsun.c26 __be16 *ush; local
83 ush = ((__be16 *) (label+1)) - 1;
84 for (csum = 0; ush >= ((__be16 *) label);)
85 csum ^= *ush--;
/linux-master/include/linux/
H A Dzutil.h21 typedef unsigned short ush; typedef
/linux-master/lib/
H A Dinflate.c143 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 */
327 const ush *
[all...]
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c30 typedef unsigned short ush; typedef
/linux-master/arch/alpha/boot/
H A Dmisc.c39 typedef unsigned short ush; typedef

Completed in 173 milliseconds