/linux-2.4.37.9/lib/zlib_deflate/ |
D | defutil.h | 42 ush freq; /* frequency count */ 43 ush code; /* bit string */ 46 ush dad; /* father node in Huffman tree */ 47 ush len; /* length of bit string */ 64 typedef ush Pos; 177 ush bl_count[MAX_BITS+1]; 231 ush bi_buf; 248 char overlay_memory[(1 << (MAX_MEM_LEVEL + 6)) * (sizeof(ush)+2)]; 284 put_byte(s, (uch)((ush)(w) >> 8)); \
|
D | deftree.c | 195 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); 210 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\ 236 ush bl_count[MAX_BITS+1]; in tr_static_init() 421 ush f; /* frequency */ 435 tree[n].Len = (ush)bits; 479 tree[m].Len = (ush)bits; 499 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ 500 ush code = 0; /* running code value */ 595 tree[n].Dad = tree[m].Dad = (ush)node; 637 tree[max_code+1].Len = (ush)0xffff; /* guard */ [all …]
|
D | deflate.c | 107 ush good_length; /* reduce lazy search above this match length */ 108 ush max_lazy; /* do not perform lazy search above this match length */ 109 ush nice_length; /* quit search above this match length */ 110 ush max_chain; 244 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); 246 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); 247 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 608 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush); 609 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize; 708 register ush scan_start = *(ushf*)scan; [all …]
|
/linux-2.4.37.9/fs/partitions/ |
D | sun.c | 30 unsigned short *ush; in sun_partition() local 75 ush = ((unsigned short *) (label+1)) - 1; in sun_partition() 76 for (csum = 0; ush >= ((unsigned short *) label);) in sun_partition() 77 csum ^= *ush--; in sun_partition()
|
/linux-2.4.37.9/lib/ |
D | inflate.c | 134 ush n; /* literal, length base, or distance base */ 142 const ush *, const ush *, struct huft **, int *)); 167 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ 171 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */ 174 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ 178 static const ush cpdext[] = { /* Extra bits for distance codes */ 218 STATIC const ush mask_bits[] = { 278 const ush *d; /* list of base values for non-simple codes */ 279 const ush *e; /* list of extra bits for non-simple codes */ 455 r.v.n = (ush)(*p); /* simple code is just the value */
|
/linux-2.4.37.9/include/linux/ |
D | zutil.h | 28 typedef unsigned short ush; typedef 29 typedef ush FAR ushf;
|
/linux-2.4.37.9/drivers/cdrom/ |
D | cm206.c | 258 typedef unsigned short ush; /* 16-bits */ typedef 267 volatile ush intr_ds; /* data status read on last interrupt */ 268 volatile ush intr_ls; /* uart line status read on last interrupt */ 274 ush sector[READ_AHEAD * RAW_SECTOR_SIZE / 2]; /* buffered cd-sector */ 363 volatile ush fool; in cm206_interrupt() 646 void transport_data(int port, ush * dest, int count) in transport_data() 649 ush *d; in transport_data()
|
/linux-2.4.37.9/arch/alpha/boot/ |
D | misc.c | 37 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | misc.c | 32 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | misc.c | 41 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | misc.c | 32 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | misc.c | 119 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | misc.c | 27 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | misc.c | 39 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/init/ |
D | do_mounts.c | 957 typedef unsigned short ush; typedef
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.c | 65 typedef unsigned short ush; typedef 66 typedef ush FAR ushf;
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | zlib.c | 42 typedef unsigned short ush; typedef 43 typedef ush FAR ushf;
|