Searched refs:code (Results 176 - 200 of 2487) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-x86_64.pl6 # Licence: I hereby disclaim the copyright on this code and place it
12 my $code;
22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
24 $code .= <<EOF;
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= <<EOF;
72 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_lzw.c33 * This code is derived from the compress program whose code is
46 * implements. Specifically, Aldus does code length transitions
47 * one code earlier than should be done (for real LZW).
57 #define LZW_COMPAT /* include backwards compatibility code */
61 * check for end-of-strip w/o seeing this code. This makes the
64 #define LZW_CHECKEOS /* include checks for strips w/o EOI code */
74 #define CODE_CLEAR 256 /* code to clear string table */
75 #define CODE_EOI 257 /* end-of-information code */
76 #define CODE_FIRST 258 /* first free code entr
179 int code; local
305 hcode_t code; local
507 int code, nbits; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-x86_64.pl28 # Opteron... For reference, 1x in this case is RC4_CHAR C-code
35 # Intel P4 EM64T core was found to run the AMD64 code really slow...
38 # compose blended code, which would perform even within 30% marginal
52 # provided that loads are reordered even more aggressively! Both code
57 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than
58 # RC4_INT code-path. While if executed on Opteron, it's only 25%
60 # is not implemented, then this final RC4_CHAR code-path should be
65 # Intel Core2 was observed to perform poorly on both code paths:-( It
70 # fit for Core2 and therefore the code was modified to skip cloop8 on
81 # The only code pat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl28 # Opteron... For reference, 1x in this case is RC4_CHAR C-code
35 # Intel P4 EM64T core was found to run the AMD64 code really slow...
38 # compose blended code, which would perform even within 30% marginal
52 # provided that loads are reordered even more aggressively! Both code
57 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than
58 # RC4_INT code-path. While if executed on Opteron, it's only 25%
60 # is not implemented, then this final RC4_CHAR code-path should be
65 # Intel Core2 was observed to perform poorly on both code paths:-( It
70 # fit for Core2 and therefore the code was modified to skip cloop8 on
81 # The only code pat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dkgv1dec.c92 int code = AV_RL16(buf); local
95 if (!(code & 0x8000)) {
96 AV_WN16A(&out[2 * outcnt], code); // rgb555 pixel coded directly
101 if ((code & 0x6000) == 0x6000) {
103 int oidx = (code >> 10) & 7;
106 count = (code & 0x3FF) + 3;
129 int offset = (code & 0x1FFF) + 1;
131 if (!(code & 0x6000)) {
133 } else if ((code & 0x6000) == 0x2000) {
H A Dh261enc.c137 int sign, code; local
139 code = 0;
140 put_bits(&s->pb, ff_h261_mv_tab[code][1], ff_h261_mv_tab[code][0]);
147 code = sign ? -val : val;
148 put_bits(&s->pb, ff_h261_mv_tab[code][1], ff_h261_mv_tab[code][0]);
171 int level, run, i, j, last_index, last_non_zero, sign, slevel, code; local
216 code = get_rl_index(rl, 0 /*no last in H.261, EOB is used*/,
219 code
335 int len, code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dkgv1dec.c86 int code = AV_RL16(buf); local
89 if (!(code & 0x8000)) {
90 out[outcnt++] = code; // rgb555 pixel coded directly
96 if ((code & 0x6000) == 0x6000) {
98 int oidx = (code >> 10) & 7;
101 count = (code & 0x3FF) + 3;
125 int offset = (code & 0x1FFF) + 1;
127 if (!(code & 0x6000)) {
129 } else if ((code & 0x6000) == 0x2000) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dvmlinux.lds.S15 code PT_LOAD;
37 code : {
38 } :code
69 NOTES :code :note /* put .notes in text and mark in PT_NOTE */
71 } : code /* switch back to regular program... */
103 } :code :unwind
105 } : code
114 * Initialization code and data:
246 code : {
247 } :code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_icmp6.c83 " (or numeric type or type/code)\n");
94 parse_icmpv6(const char *icmpv6type, uint8_t *type, uint8_t code[]) argument
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max;
136 "Invalid ICMPv6 code `%s'\n",
138 code[0] = code[1] = number;
140 code[0] = 0;
141 code[1] = 0xFF;
150 icmpv6info->code[
[all...]
H A Dlibipt_icmp.c107 "[!] --icmp-type type[/code] (or numeric type or type/code)\n");
118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) argument
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max;
160 "Invalid ICMP code `%s'\n",
162 code[0] = code[1] = number;
164 code[0] = 0;
165 code[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Ddistribution.c165 float code; local
172 while(!flag && sscanf(line,"%f",&code)==1){
174 min=max=code;
178 while(line && sscanf(line,"%f",&code)==1){
181 if(code<min)min=code;
182 if(code>max)max=code;
208 float code; local
212 while(line && sscanf(line,"%f",&code)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcheck_multiple_LDAP_entries.pl60 $res->code && die "failed to bind: ", $res->error;
74 $res->code && die "failed to search: ", $res->error;
84 $local_res->code && die "failed to search: ", $local_res->error;
114 $res->code && die "failed to search: ", $res->error;
125 $local_res->code && die "failed to search: ", $local_res->error;
163 $res->code && die "failed to search: ", $res->error;
175 $local_res->code && die "failed to search: ", $local_res->error;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Doptions.c19 /* name[10] flags code */
70 unsigned char *get_option(struct dhcpMessage *packet, int code) argument
96 if (optionptr[i + OPT_CODE] == code) {
149 /* add an option string to the options (an option string contains an option code,
155 /* end position + string length + option code/length + end option */
168 int add_simple_option(unsigned char *optionptr, unsigned char code, u_int32_t data) argument
181 for (i = 0; options[i].code; i++)
182 if (options[i].code == code) {
187 DEBUG(LOG_ERR, "Could not add option 0x%02x", code);
205 find_option(struct option_set *opt_list, char code) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c32 /* Nothing needed here since we link code at .intrpt1 */
42 * the correct address from inside the single_step code.
119 int sig, code, maxcode; local
188 code = (get_Imm16_X0(bundle) >> 6) & 0xf;
189 if (code <= 0 || code > maxcode)
194 *codep = code | __SI_FAULT;
202 int signo, code; local
234 if (!special_ill(instr, &signo, &code)) {
236 code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibip6t_icmp6.c83 " (or numeric type or type/code)\n");
94 parse_icmpv6(const char *icmpv6type, uint8_t *type, uint8_t code[]) argument
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max;
136 "Invalid ICMPv6 code `%s'\n",
138 code[0] = code[1] = number;
140 code[0] = 0;
141 code[1] = 0xFF;
150 icmpv6info->code[
[all...]
H A Dlibipt_icmp.c107 "[!] --icmp-type type[/code] (or numeric type or type/code)\n");
118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) argument
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max;
160 "Invalid ICMP code `%s'\n",
162 code[0] = code[1] = number;
164 code[0] = 0;
165 code[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_icmp6.c83 " (or numeric type or type/code)\n"
94 parse_icmpv6(const char *icmpv6type, u_int8_t *type, u_int8_t code[]) argument
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max;
136 "Invalid ICMPv6 code `%s'\n",
138 code[0] = code[1] = number;
140 code[0] = 0;
141 code[1] = 0xFF;
152 icmpv6info->code[
[all...]
H A Dlibipt_icmp.c107 " (or numeric type or type/code)\n"
118 parse_icmp(const char *icmptype, u_int8_t *type, u_int8_t code[]) argument
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max;
160 "Invalid ICMP code `%s'\n",
162 code[0] = code[1] = number;
164 code[0] = 0;
165 code[1] = 0xFF;
177 icmpinfo->code[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Doptions.c19 /* name[10] flags code */
64 unsigned char *get_option(struct dhcpMessage *packet, int code) argument
78 if (optionptr[i + OPT_CODE] == code) {
131 /* add an option string to the options (an option string contains an option code,
137 /* end position + string length + option code/length + end option */
150 int add_simple_option(unsigned char *optionptr, unsigned char code, u_int32_t data) argument
163 for (i = 0; options[i].code; i++)
164 if (options[i].code == code) {
169 DEBUG(LOG_ERR, "Could not add option 0x%02x", code);
187 find_option(struct option_set *opt_list, char code) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgifdecod.cpp235 // Reads the next code from the file stream, with size 'bits'
240 unsigned int code; // code (result) local
244 code = (m_lastbyte >> (8 - m_restbits)) & mask;
257 * that the decoder sees an ab_fin code.
261 code = ab_fin;
269 code = ab_fin;
270 return code;
278 code = code
331 int code, readcode, lastcode, abcabca; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dmach-smartq7.c63 .code = KEY_POWER,
71 .code = KEY_FN,
79 .code = KEY_KPMINUS,
87 .code = KEY_KPPLUS,
95 .code = KEY_ENTER,
103 .code = KEY_ESC,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-win.h47 int code);
73 void _dbus_win_set_error_from_win_error (DBusError *error, int code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dbpf_dump.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
48 printf("%u %u %u %u\n", insn->code,
56 insn->code, insn->jt, insn->jf, insn->k);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dbpf_dump.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
44 printf("%u %u %u %u\n", insn->code,
52 insn->code, insn->jt, insn->jf, insn->k);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.h45 unsigned int Decode(code_t code, /* out */ value_t &value) const;
53 CodeInfo(code_t code=0, unsigned int len=0, value_t value=0) : code(code), len(len), value(value) {} argument
54 inline bool operator<(const CodeInfo &rhs) const {return code < rhs.code;}
55 code_t code; member in struct:HuffmanDecoder::CodeInfo
75 static code_t NormalizeCode(code_t code, unsigned int codeBits);

Completed in 237 milliseconds

1234567891011>>