Searched refs:uch (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = {
102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Ddeflate.h210 uch depth[2*L_CODES+1];
301 extern uch _length_code[];
302 extern uch _dist_code[];
304 extern const uch _length_code[];
305 extern const uch _dist_code[];
309 { uch cc = (c); \
316 { uch len = (length); \
H A Dtrees.c70 local const uch bl_order[BL_CODES]
102 uch _dist_code[DIST_CODE_LEN];
108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
264 _length_code[length++] = (uch)code;
272 _length_code[length-1] = (uch)code;
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_cod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = {
102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Ddeflate.h210 uch depth[2*L_CODES+1];
301 extern uch _length_code[];
302 extern uch _dist_code[];
304 extern const uch _length_code[];
305 extern const uch _dist_code[];
309 { uch cc = (c); \
316 { uch len = (length); \
H A Dtrees.c70 local const uch bl_order[BL_CODES]
102 uch _dist_code[DIST_CODE_LEN];
108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
264 _length_code[length++] = (uch)code;
272 _length_code[length-1] = (uch)code;
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_cod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dmisc.c36 typedef unsigned char uch; typedef
43 static uch *inbuf; /* input buffer */
44 static uch *window; /* Sliding window buffer */
87 static uch *output_data;
160 uch *in, *out, ch;
190 output_data = (uch *)output_start;
191 input_data = (uch *)input_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c30 typedef unsigned char uch; typedef
37 static uch *inbuf; /* input buffer */
38 static uch window[WSIZE]; /* Sliding window buffer */
82 static uch *output_data;
184 uch *in, *out, ch;
214 output_data = (uch *) (CONFIG_MEMORY_START + 0x2000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcm206.c256 typedef unsigned char uch; /* 8-bits */ typedef
260 uch track, fsm[3], q0;
266 volatile uch ur[UR_SIZE]; /* uart receive buffer fifo */
267 volatile uch ur_w, ur_r; /* write/read buffer index */
268 volatile uch dsb, cc; /* drive status byte and condition (error) code */
283 uch disc_status[7]; /* result of get_disc_status command */
290 uch q[10]; /* Last read q-channel info */
291 uch audio_status[5]; /* last read position on pause */
292 uch media_changed; /* record if media changed */
319 static uch receive_echo_polle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c32 typedef unsigned char uch; typedef
39 static uch *inbuf; /* input buffer */
40 static uch window[WSIZE]; /* Sliding window buffer */
84 static uch *output_data;
203 uch *in, *out, ch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c41 typedef unsigned char uch; typedef
48 static uch *inbuf; /* input buffer */
49 static uch window[WSIZE]; /* Sliding window buffer */
95 static uch *output_data;
197 uch *in, *out, ch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c25 typedef unsigned char uch; typedef
32 static uch *inbuf; /* input buffer */
33 static uch window[WSIZE]; /* Sliding window buffer */
77 static uch *output_data;
181 uch *in, *out, ch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dmisc.c28 typedef unsigned char uch; typedef
35 static uch *inbuf; /* input buffer */
36 static uch window[WSIZE]; /* Sliding window buffer */
80 static uch *output_data;
170 uch *in, *out, ch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h186 uch depth[2*L_CODES+1];
190 uch *l_buf; /* buffer for literals or lengths */
282 put_byte(s, (uch)((w) & 0xff)); \
283 put_byte(s, (uch)((ush)(w) >> 8)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c112 typedef unsigned char uch; typedef
124 static uch *inbuf; /* input buffer */
125 static uch *window; /* Sliding window buffer, (and final output buffer) */
317 uch *in, ch;
339 uch *input_data, unsigned long input_len, uch *output)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dmisc.c118 typedef unsigned char uch; typedef
125 static uch *inbuf; /* input buffer */
126 static uch window[WSIZE]; /* Sliding window buffer */
169 static uch *output_data;
256 uch *in, *out, ch;
288 output_data = (uch *)output_start; /* Points to kernel start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c112 typedef unsigned char uch; typedef
124 static uch *inbuf; /* input buffer */
125 static uch *window; /* Sliding window buffer, (and final output buffer) */
321 uch *in, ch;
343 uch *input_data, unsigned long input_len, uch *output)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dmisc.c175 typedef unsigned char uch; typedef
182 static uch *inbuf; /* input buffer */
183 static uch window[WSIZE]; /* Sliding window buffer */
226 static uch *output_data;
313 uch *in, *out, ch;
349 output_data = (uch *)output_start; /* Points to kernel start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dmisc.c43 typedef unsigned char uch; typedef
50 static uch *inbuf; /* input buffer */
51 static uch window[WSIZE]; /* Sliding window buffer */
97 static uch *output_data;
211 uch *in, *out, ch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c136 uch e; /* number of extra bits or operation */
137 uch b; /* number of bits in this code or subcode */
162 to be usable as if it were declared "uch slide[32768];" or as just
163 "uch *slide;" and then malloc'ed in the latter case. The definition
229 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
464 r.b = (uch)l; /* bits to dump before this table */
465 r.e = (uch)(16 + j); /* bits in this table */
475 r.b = (uch)(k - w);
480 r.e = (uch)(*p < 256 ? 16 : 15); /* 256 is end-of-block code */
486 r.e = (uch)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c137 uch e; /* number of extra bits or operation */
138 uch b; /* number of bits in this code or subcode */
163 to be usable as if it were declared "uch slide[32768];" or as just
164 "uch *slide;" and then malloc'ed in the latter case. The definition
230 #define NEXTBYTE() (uch)get_byte()
442 r.b = (uch)l; /* bits to dump before this table */
443 r.e = (uch)(16 + j); /* bits in this table */
453 r.b = (uch)(k - w);
458 r.e = (uch)(*p < 256 ? 16 : 15); /* 256 is end-of-block code */
464 r.e = (uch)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c187 typedef uint8_t uch; typedef
276 /* DECLARE(uch, l_buf, LIT_BUFSIZE); */
277 DECLARE(uch, l_buf, INBUFSIZ);
280 DECLARE(uch, outbuf, OUTBUFSIZ);
291 DECLARE(uch, window, 2L * WSIZE);
408 static uint32_t updcrc(uch * s, unsigned n)
412 c = G1.crc_32_tab[(uch)(c ^ *s++)] ^ (c >> 8);
603 uch *scan = G1.window + G1.strstart; /* current string */
604 uch *match; /* matched string */
618 uch *stren
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzutil.h20 typedef unsigned char uch; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c299 typedef unsigned char uch; typedef
307 static uch *inbuf;
308 static uch *window;
388 uch *in, ch;
H A Dinitramfs.c380 typedef unsigned char uch; typedef
387 static uch *inbuf;
388 static uch *window;
431 uch *in, ch;

Completed in 356 milliseconds

12