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

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms.h154 { ush tag;
155 ush size;
204 ush sig;
205 ush size;
207 ush flags;
208 ush length;
249 ush status;
250 ush count;
279 ush tag_ra; ush len_r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.h184 { ush tag;
185 ush size;
234 ush sig;
235 ush size;
237 ush flags;
238 ush length;
279 ush status;
280 ush count;
309 ush tag_ra; ush len_r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Ddeflate.c61 * void lm_init (int pack_level, ush *flags)
131 typedef ush Pos;
228 ush good_length; /* reduce lazy search above this match length */
229 ush max_lazy; /* do not perform lazy search above this match length */
230 ush nice_length; /* quit search above this match length */
231 ush max_chain;
305 ush *flags; /* general purpose bit flag */
441 register ush scan_start = *(ush far *)scan;
442 register ush scan_en
[all...]
H A Dtrees.c76 * void ct_init (ush *attr, int *method)
221 ush freq; /* frequency count */
222 ush code; /* bit string */
225 ush dad; /* father node in Huffman tree */
226 ush len; /* length of bit string */
276 local ush near bl_count[MAX_BITS+1];
312 local ush far d_buf[DIST_BUFSIZE]; /* buffer for distances */
315 local ush far *d_buf;
346 local ush *file_type; /* pointer to UNKNOWN, BINARY or ASCII */
406 out_buf[out_offset++] = (char) ((ush)(
[all...]
H A Dcrypt.c383 if ((ush)(c0 | (c1<<8)) !=
384 (z->flg & 8 ? (ush) z->tim & 0xffff : (ush)(z->crc >> 16))) {
386 if ((ush)c1 != (z->flg & 8 ? (ush) z->tim >> 8 : (ush)(z->crc >> 24))) {
492 ush b;
624 ush b;
626 ush c;
658 (ush)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmaccfg.h183 ush header; /* 2 bytes */
184 ush data; /* 2 bytes */
193 ush header; /* tag for this extra block type */
194 ush data; /* total data size for this block */
197 ush flags; /* info bits:
207 ush CompType;
255 ush makePPCword(ZCONST uch *b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng.h73 typedef unsigned short ush; typedef
H A Drpng-x.c104 * "ush acopy = (alpha);") */
107 ush temp = ((ush)(fg)*(ush)(alpha) + \
108 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
156 ush reds[256], greens[256], blues[256];
780 ush re
[all...]
H A Drpng2-x.c149 * "ush acopy = (alpha);") */
152 ush temp = ((ush)(fg)*(ush)(alpha) + \
153 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
246 ush type;
1333 ush re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dsun.c18 __be16 *ush; local
76 ush = ((__be16 *) (label+1)) - 1;
77 for (csum = 0; ush >= ((__be16 *) label);)
78 csum ^= *ush--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrypt.c279 ush flag; /* previous flags */
339 ush flag; /* previous flags */
370 if ((ush)(c0 | (c1<<8)) !=
371 (z->flg & 8 ? (ush) z->tim & 0xffff : (ush)(z->crc >> 16))) {
373 if ((ush)c1 != (z->flg & 8 ? (ush) z->tim >> 8 : (ush)(z->crc >> 24))) {
457 ush b;
589 ush
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h67 ush freq; /* frequency count */
68 ush code; /* bit string */
71 ush dad; /* father node in Huffman tree */
72 ush len; /* length of bit string */
89 typedef ush Pos;
203 ush bl_count[MAX_BITS+1];
257 ush bi_buf;
332 ush dist = (distance); \
H A Dtrees.c178 put_byte(s, (uch)((ush)(w) >> 8)); \
202 s->bi_buf |= (ush)value << s->bi_valid;
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |= (ush)(value) << s->bi_valid;\
243 ush bl_count[MAX_BITS+1];
502 ush f; /* frequency */
516 tree[n].Len = (ush)bit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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 */
/netgear-R7000-V1.0.7.12_1.2.5/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 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h67 ush freq; /* frequency count */
68 ush code; /* bit string */
71 ush dad; /* father node in Huffman tree */
72 ush len; /* length of bit string */
89 typedef ush Pos;
203 ush bl_count[MAX_BITS+1];
257 ush bi_buf;
332 ush dist = (distance); \
H A Dtrees.c178 put_byte(s, (uch)((ush)(w) >> 8)); \
202 s->bi_buf |= (ush)value << s->bi_valid;
204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
207 s->bi_buf |= (ush)value << s->bi_valid;
217 s->bi_buf |= (ush)val << s->bi_valid;\
219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
222 s->bi_buf |= (ush)(value) << s->bi_valid;\
243 ush bl_count[MAX_BITS+1];
502 ush f; /* frequency */
516 tree[n].Len = (ush)bit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]

Completed in 319 milliseconds

12345