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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h42 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;
176 ush bl_count[MAX_BITS+1];
214 ush *d_buf;
230 ush bi_buf;
247 char overlay_memory[(1 << (MAX_MEM_LEVEL + 6)) * (sizeof(ush)+2)];
283 put_byte(s, (uch)((ush)(
[all...]
H A Ddeflate.c107 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;
180 ush *overlay;
222 overlay = (ush *) mem->overlay_memory;
224 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
226 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
227 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
570 register ush scan_star
[all...]
H A Ddeftree.c139 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
196 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
211 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
233 ush bl_count[MAX_BITS+1];
422 ush f; /* frequency */
436 tree[n].Len = (ush)bits;
480 tree[m].Len = (ush)bits;
498 ush *bl_count /* number of codes at each bit length */
501 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
502 ush cod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dsun.c18 __be16 *ush; local
63 ush = ((__be16 *) (label+1)) - 1;
64 for (csum = 0; ush >= ((__be16 *) label);)
65 csum ^= *ush--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h64 ush freq; /* frequency count */
65 ush code; /* bit string */
68 ush dad; /* father node in Huffman tree */
69 ush len; /* length of bit string */
86 typedef ush Pos;
200 ush bl_count[MAX_BITS+1];
254 ush bi_buf;
317 ush dist = (distance); \
H A Dzutil.c226 if (*(ush*)&buf != 0) return buf;
234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
235 *(ush*)&buf = 0;
243 if (*(ush*)&ptr != 0) { /* object < 64K */
H A Dtrees.c182 put_byte(s, (uch)((ush)(w) >> 8)); \
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
223 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
247 ush bl_count[MAX_BITS+1];
504 ush f; /* frequency */
518 tree[n].Len = (ush)bits;
562 tree[m].Len = (ush)bits;
582 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
583 ush code = 0; /* running code value */
679 tree[n].Dad = tree[m].Dad = (ush)nod
[all...]
H A Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
127 ush max_chain;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h64 ush freq; /* frequency count */
65 ush code; /* bit string */
68 ush dad; /* father node in Huffman tree */
69 ush len; /* length of bit string */
86 typedef ush Pos;
200 ush bl_count[MAX_BITS+1];
254 ush bi_buf;
317 ush dist = (distance); \
H A Dzutil.c226 if (*(ush*)&buf != 0) return buf;
234 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
235 *(ush*)&buf = 0;
243 if (*(ush*)&ptr != 0) { /* object < 64K */
H A Dtrees.c182 put_byte(s, (uch)((ush)(w) >> 8)); \
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
223 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
247 ush bl_count[MAX_BITS+1];
504 ush f; /* frequency */
518 tree[n].Len = (ush)bits;
562 tree[m].Len = (ush)bits;
582 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
583 ush code = 0; /* running code value */
679 tree[n].Dad = tree[m].Dad = (ush)nod
[all...]
H A Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
127 ush max_chain;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c188 typedef uint16_t ush; typedef
192 typedef ush Pos;
279 DECLARE(ush, d_buf, DIST_BUFSIZE);
298 DECLARE(ush, prev, 1L << BITS);
373 static void put_16bit(ush w)
459 G1.bi_buf = (ush) value >> (BUF_SIZE - G1.bi_valid);
842 ush freq; /* frequency count */
843 ush code; /* bit string */
846 ush dad; /* father node in Huffman tree */
847 ush le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c139 ush n; /* literal, length base, or distance base */
147 const ush *, const ush *, struct huft **, int *));
172 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */
176 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */
179 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */
183 static const ush cpdext[] = { /* Extra bits for distance codes */
223 STATIC const ush mask_bits[] = {
283 const ush *d, /* list of base values for non-simple codes */
284 const ush *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c140 ush n; /* literal, length base, or distance base */
148 const ush *, const ush *, struct huft **, int *));
173 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */
177 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */
180 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */
184 static const ush cpdext[] = { /* Extra bits for distance codes */
224 STATIC const ush mask_bits[] = {
284 const ush *d; /* list of base values for non-simple codes */
285 const ush *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzutil.h21 typedef unsigned short ush; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c96 unsigned short *ush; local
106 ush = ((unsigned short *) (sunlabel + 1)) - 1;
107 for (csum = 0; ush >= (unsigned short *)sunlabel;) csum ^= *ush--;
340 unsigned short *ush = (unsigned short *)sunlabel; local
342 while (ush < (unsigned short *)(&sunlabel->csum))
343 csum ^= *ush++;
719 unsigned short *ush = (unsigned short *)sunlabel; local
722 while (ush < (unsigned short *)(&sunlabel->csum))
723 csum ^= *ush
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c48 typedef unsigned short ush; typedef
49 typedef ush FAR ushf;
186 ush freq; /* frequency count */
187 ush code; /* bit string */
190 ush dad; /* father node in Huffman tree */
191 ush len; /* length of bit string */
208 typedef ush Pos;
321 ush bl_count[MAX_BITS+1];
375 ush bi_buf;
498 ush good_lengt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c89 typedef unsigned short ush; typedef
90 typedef ush FAR ushf;
311 ush freq; /* frequency count */
312 ush code; /* bit string */
315 ush dad; /* father node in Huffman tree */
316 ush len; /* length of bit string */
333 typedef ush Pos;
446 ush bl_count[MAX_BITS+1];
500 ush bi_buf;
658 ush good_lengt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c33 typedef unsigned short ush; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c31 typedef unsigned short ush; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c42 typedef unsigned short ush; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c26 typedef unsigned short ush; typedef

Completed in 151 milliseconds

12