Searched refs:code (Results 76 - 100 of 2487) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinftree9.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon2750
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon2766
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsbb.h20 #define error_message(code) strerror((int) (code & ((1<<ERRCODE_RANGE)-1)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmt.c57 const struct mt_opcodes *code = opcodes; local
75 while (code->name != 0) {
76 if (strcmp(code->name, argv[1]) == 0)
78 code++;
81 if (code->name == 0) {
86 op.mt_op = code->value;
92 switch (code->value) {
107 switch (code->value) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdrw.c91 int size, left, code, pix; local
106 code = *buf++;
107 if (code & 0x80 ) { /* run */
109 if ((out + (257 - code)) > (outdata + p->linesize[0]))
111 memset(out, pix, 257 - code);
112 out += 257 - code;
113 tsize += 257 - code;
116 if ((out + code) > (outdata + p->linesize[0]))
118 if (buf_end - buf < code + 1)
120 memcpy(out, buf, code
[all...]
H A Dqpeg.c42 int code; local
53 code = bytestream2_get_byte(&qctx->buffer);
55 if(code == 0xFC) /* end-of-picture code */
57 if(code >= 0xF8) { /* very long run */
60 run = ((code & 0x7) << 16) + (c0 << 8) + c1 + 2;
61 } else if (code >= 0xF0) { /* long run */
63 run = ((code & 0xF) << 8) + c0 + 2;
64 } else if (code >= 0xE0) { /* short run */
65 run = (code
119 int code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-rc.c25 /* code from device: 0x4501...0x451f */
59 /* code from device: 0x4540...0x4542 */
69 /* code from device: 0x0300...0x031f */
104 /* code from device: 0x0340...0x0354 */
173 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) argument
177 if (code >= 0x0300 && code <= 0x031f)
178 code = keycode[code - 0x0300];
179 else if (code >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent_rpcgen.py6 # Generates marshaling code based on libevent.
52 def PrintIdented(self, file, ident, code):
54 for entry in code:
354 code = [ 'int %s(struct %s *, %s *);' % (
356 return code
359 code = (
369 code = '\n'.join(code)
370 code = code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfilter.h16 * Current version of the filter code architecture.
23 * the BPF code definitions which need to match so you can share filters
27 __u16 code; /* Actual filter code */ member in struct:sock_filter
42 #define BPF_CLASS(code) ((code) & 0x07)
53 #define BPF_SIZE(code) ((code) & 0x18)
57 #define BPF_MODE(code) ((code)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind_decoder.c29 * UNW_DEC_BAD_CODE(code)
85 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) argument
102 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) argument
120 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) argument
140 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) argument
161 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) argument
163 int body = (code & 0x20) != 0;
166 rlen = (code & 0x1f);
172 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) argument
179 mask = ((code
187 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) argument
197 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) argument
206 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) argument
255 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) argument
268 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) argument
367 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) argument
379 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) argument
389 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) argument
453 unsigned char code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dfpa11.c100 unsigned int code; local
105 code = opcode & 0x00000f00;
106 if (code == 0x00000100 || code == 0x00000200) {
108 code = opcode & 0x0e000000;
109 if (code == 0x0e000000) {
120 } else if (code == 0x0c000000) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1509.c36 CURLcode code; local
54 code = curl_easy_perform(curl);
55 if(CURLE_OK != code) {
57 "with code %d (%s)\n",
58 __FILE__, __LINE__, (int)code, curl_easy_strerror(code));
63 code = curl_easy_getinfo(curl, CURLINFO_HEADER_SIZE, &headerSize);
64 if(CURLE_OK != code) {
66 "with code %d (%s)\n",
67 __FILE__, __LINE__, (int)code, curl_easy_strerro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dautopppd65 my $code = {
121 elsif (defined($code->{$pppd_code}) && $code->{$pppd_code}{"action"} == 0) {
122 syslog('err', "pppd returned: ".$code->{$pppd_code}{"message"}." ($pppd_code), immediate retry");
125 elsif (defined($code->{$pppd_code}) && $code->{$pppd_code}{"action"} == 1) {
126 syslog('err', "pppd returned: ".$code->{$pppd_code}{"message"}." ($pppd_code), delayed retry");
129 elsif (defined($code->{$pppd_code}) && $code->{$pppd_code}{"action"} >= 2) {
130 syslog('err', "pppd returned: ".$code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/rangecoder/
H A Drange_decoder.h22 uint32_t code; member in struct:__anon19445
36 rc->code = (rc->code << 8) | in[*in_pos];
66 (range_decoder).code = 0; \
71 /// When decoding has been properly finished, rc.code is always zero unless
75 ((range_decoder).code == 0)
89 rc.code = (rc.code << RC_SHIFT_BITS) | in[rc_in_pos++]; \
108 if (rc.code < rc_bound)
125 rc.code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dunwind.h25 /* Unwind reason code according the the ARM EABI documents */
64 #define UNWIND(code...) code
66 #define UNWIND(code...)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/rangecoder/
H A Drange_decoder.h22 uint32_t code; member in struct:__anon20439
36 rc->code = (rc->code << 8) | in[*in_pos];
66 (range_decoder).code = 0; \
71 /// When decoding has been properly finished, rc.code is always zero unless
75 ((range_decoder).code == 0)
89 rc.code = (rc.code << RC_SHIFT_BITS) | in[rc_in_pos++]; \
108 if (rc.code < rc_bound)
125 rc.code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqpeg.c40 int code; local
51 code = *src++;
54 if(code == 0xFC) /* end-of-picture code */
56 if(code >= 0xF8) { /* very long run */
60 run = ((code & 0x7) << 16) + (c0 << 8) + c1 + 2;
61 } else if (code >= 0xF0) { /* long run */
64 run = ((code & 0xF) << 8) + c0 + 2;
65 } else if (code >= 0xE0) { /* short run */
66 run = (code
123 int code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dh261dec.c37 uint32_t code = AV_RB64(&p->buf[FFMAX(i-1, 0)]) >> (24+shift); local
38 if ((code & 0xffff0000) == 0x10000) {
39 int gn= (code>>12)&0xf;
41 src_fmt= code&8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
37 LENLENS, /* i: waiting for code length code lengths */
38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
41 DIST, /* i: waiting for distance code */
99 /* for table and code decoding */
101 /* fixed and dynamic code tables */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dlang-table.h25 const char *code; member in struct:language_table_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
37 LENLENS, /* i: waiting for code length code lengths */
38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
41 DIST, /* i: waiting for distance code */
99 /* for table and code decoding */
101 /* fixed and dynamic code tables */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
37 LENLENS, /* i: waiting for code length code lengths */
38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
41 DIST, /* i: waiting for distance code */
99 /* for table and code decoding */
101 /* fixed and dynamic code tables */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-cookies-401.px13 # code, msg, headers, content
16 code => "401",
23 code => "200",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dproto.h24 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);

Completed in 300 milliseconds

1234567891011>>