Searched refs:code (Results 251 - 275 of 2487) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl14 # On PA-7100LC performance is >30% better than gcc 3.2 generated code
64 $code.=<<___ if ($i<15);
75 $code.=<<___ if ($i>=15); # with forward Xupdate
95 $code.=<<___ if ($i<79);
109 $code.=<<___ if ($i==79); # with context load
129 $code.=<<___;
147 $code=<<___;
189 $code.="\tldw `4*$i`($t0),@X[$i]\n"; }
190 $code.=<<___;
196 $code
[all...]
H A Dsha1-ppc.pl76 $code.=<<___ if (!$LITTLE_ENDIAN);
79 $code.=<<___ if ($LITTLE_ENDIAN);
95 $code.=<<___ if ($i<15);
106 $code.=<<___ if ($i>=15);
126 $code.=<<___ if ($i<79);
140 $code.=<<___ if ($i==79);
160 $code.=<<___;
178 $code=<<___;
291 $code.=<<___;
295 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbethsoftvid.c101 int code; local
153 code = avio_r8(pb);
154 vidbuf_start[vidbuf_nbytes++] = code;
156 if(code >= 0x80){ // rle sequence
159 } else if(code){ // plain sequence
160 if (avio_read(pb, &vidbuf_start[vidbuf_nbytes], code) != code) {
164 vidbuf_nbytes += code;
166 bytes_copied += code & 0x7F;
177 } while(code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DXPM.cxx1 // Scintilla source code edit control
49 void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) { argument
50 if ((code != codeTransparent) && (startX != x)) {
52 surface->FillRectangle(rc, ColourFromCode(code));
130 for (int code=0; code<256; code++) {
131 colourCodeTable[code] = 0;
188 int code = lines[y+nColours+1][x]; local
189 if (code !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-x86_64.pl23 # Opteron... For reference, 1x in this case is RC4_CHAR C-code
28 # Intel P4 EM64T core was found to run the AMD64 code really slow...
31 # compose blended code, which would perform even within 30% marginal
41 # provided that loads are reordered even more aggressively! Both code
46 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than
47 # RC4_INT code-path. While if executed on Opteron, it's only 25%
49 # is not implemented, then this final RC4_CHAR code-path should be
65 $code=<<___;
92 $code.=<<___;
108 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-np.px79 # code, msg, headers, content
82 code => "200",
90 code => "200",
98 code => "200",
106 code => "200",
114 code => "200",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dbethsoftvid.c106 int code; local
135 code = avio_r8(pb);
136 vidbuf_start[vidbuf_nbytes++] = code;
138 if(code >= 0x80){ // rle sequence
141 } else if(code){ // plain sequence
142 if(avio_read(pb, &vidbuf_start[vidbuf_nbytes], code) != code)
144 vidbuf_nbytes += code;
146 bytes_copied += code & 0x7F;
155 } while(code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Duninorm-filter.c183 filter->composer (sortbuf[0].code, sortbuf[j].code);
188 sortbuf[0].code = combined;
201 filter->composer (sortbuf[0].code, uc);
217 ucs4_t muc = sortbuf[j].code;
250 filter->sortbuf[sortbuf_count].code = uc;
310 filter->composer (sortbuf[0].code, sortbuf[j].code);
315 sortbuf[0].code = combined;
330 ucs4_t muc = sortbuf[j].code;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c23 * binary code trees.
32 * Each code tree is stored in the ZIP file in a compressed form
34 * all the code strings (in ascending order by source values).
35 * The actual code strings are reconstructed from the lengths in
46 * left-to-right output (useful for code strings from the tree routines),
99 * local unsigned bi_reverse (unsigned code, int len)
140 /* number of length codes, not counting the special END_BLOCK code */
146 /* end of block literal code */
149 /* number of Literal or Length codes, including the END_BLOCK code */
158 local int near extra_lbits[LENGTH_CODES] /* extra bits for each length code */
222 ush code; /* bit string */ member in union:ct_data::__anon7702
479 int code; /* code value */ local
729 ush code = 0; /* running code value */ local
1207 unsigned code; /* the code to send */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl18 # AESNI code is weaved into it. As SHA256 dominates execution time,
30 # (*) there are XOP, AVX1 and AVX2 code pathes, meaning that
107 $code=<<___;
117 $code.=<<___;
125 $code.=<<___ if ($shaext);
129 $code.=<<___;
136 $code.=<<___ if ($avx>1);
141 $code.=<<___;
147 $code.=<<___;
201 # SIMD code path
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl18 # AESNI code is weaved into it. As SHA256 dominates execution time,
30 # (*) there are XOP, AVX1 and AVX2 code pathes, meaning that
107 $code=<<___;
117 $code.=<<___;
125 $code.=<<___ if ($shaext);
129 $code.=<<___;
136 $code.=<<___ if ($avx>1);
141 $code.=<<___;
147 $code.=<<___;
201 # SIMD code path
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Denough.c1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
19 Clean up code indentation
24 maximum code length in bits to determine the maximum table size for zilb's
29 in the same code for the counting, as do permutations of the assignments of
32 We build a code from shorter to longer lengths, determining how many symbols
34 be coded, what the last code length used was, and how many bit patterns of
35 that length remain unused. Then we add one to the code length and double the
36 number of unused patterns to graduate to the next code length. We then
37 assign all portions of the remaining symbols to that code length that
38 preserve the properties of a correct and eventually complete code
174 local int *code; /* number of symbols assigned to each bit length */ variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Denough.c1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
21 maximum code length in bits to determine the maximum table size for zilb's
26 in the same code for the counting, as do permutations of the assignments of
29 We build a code from shorter to longer lengths, determining how many symbols
31 be coded, what the last code length used was, and how many bit patterns of
32 that length remain unused. Then we add one to the code length and double the
33 number of unused patterns to graduate to the next code length. We then
34 assign all portions of the remaining symbols to that code length that
35 preserve the properties of a correct and eventually complete code. Those
45 entry is pointed to regardless of the bits that follow the short code
171 local int *code; /* number of symbols assigned to each bit length */ variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261enc.c128 int sign, code; local
130 code = 0;
131 put_bits(&s->pb,h261_mv_tab[code][1],h261_mv_tab[code][0]);
139 code = sign ? -val : val;
140 put_bits(&s->pb,h261_mv_tab[code][1],h261_mv_tab[code][0]);
260 int level, run, i, j, last_index, last_non_zero, sign, slevel, code; local
304 code = get_rl_index(rl, 0 /*no last in H.261, EOB is used*/, run, level);
306 code
[all...]
H A Damrwbdec.c264 // the nearest integer to *lag_int (minus 8), but the ref code
360 * @param[in] code Pulse index (no. of bits varies, see below)
364 static inline void decode_1p_track(int *out, int code, int m, int off) argument
366 int pos = BIT_STR(code, 0, m) + off; ///code: m+1 bits
368 out[0] = BIT_POS(code, m) ? -pos : pos;
371 static inline void decode_2p_track(int *out, int code, int m, int off) ///code: 2m+1 bits argument
373 int pos0 = BIT_STR(code, m, m) + off;
374 int pos1 = BIT_STR(code,
381 decode_3p_track(int *out, int code, int m, int off) argument
390 decode_4p_track(int *out, int code, int m, int off) argument
426 decode_5p_track(int *out, int code, int m, int off) argument
436 decode_6p_track(int *out, int code, int m, int off) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_lca.c4 * Written by David Mosberger (davidm@cs.arizona.edu) with some code
6 * bios code.
131 unsigned long flags, code, stat0; local
147 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
149 if (code != 1) {
169 unsigned long flags, code, stat0; local
184 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
186 if (code != 1) {
375 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT;
380 code >
373 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtraps.c117 asmlinkage void nmi(struct pt_regs *regs, enum exception_code code) argument
121 if (gdbstub_intercept(regs, code))
250 /* when in-kernel, we also print out the stack and code at the
282 void die(const char *str, struct pt_regs *regs, enum exception_code code) argument
287 str, code & 0xffff);
303 * happens due to something kernel code did
306 enum exception_code code)
311 peripheral_leds_display_exception(code);
313 switch (code) {
331 if (notify_die(DIE_BREAKPOINT, str, regs, code,
305 die_if_no_fixup(const char *str, struct pt_regs *regs, enum exception_code code) argument
354 unsupported_syscall(struct pt_regs *regs, enum exception_code code) argument
455 uninitialised_exception(struct pt_regs *regs, enum exception_code code) argument
477 __set_intr_stub(enum exception_code code, void *handler) argument
496 set_intr_stub(enum exception_code code, void *handler) argument
518 set_jtag_stub(enum exception_code code, void *handler) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtraps.c99 int sig, code; local
114 sig = SIGILL; code = ILL_ILLOPC;
118 sig = SIGFPE; code = FPE_INTDIV;
122 sig = SIGFPE; code = FPE_INTOVF;
126 sig = SIGFPE; code = FPE_FLTSUB;
130 sig = SIGSEGV; code = SEGV_MAPERR;
134 sig = SIGSEGV; code = BUS_ADRALN;
138 sig = SIGFPE; code = __FPE_DECOVF;
142 sig = SIGFPE; code = __FPE_DECDIV;
146 sig = SIGFPE; code
431 unsigned long code, error = isr, iip; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-ppc.pl76 $code.=<<___ if (!$LITTLE_ENDIAN);
79 $code.=<<___ if ($LITTLE_ENDIAN);
95 $code.=<<___ if ($i<15);
106 $code.=<<___ if ($i>=15);
126 $code.=<<___ if ($i<79);
140 $code.=<<___ if ($i==79);
160 $code.=<<___;
178 $code=<<___;
291 $code.=<<___;
295 $code
[all...]
H A Dsha512p8-ppc.pl89 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
93 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
96 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
99 $code.=<<___;
122 $code=<<___;
177 $code.=<<___ if ($LENDIAN);
183 $code.=<<___ if ($SZ==4);
193 $code.=<<___ if ($SZ==8);
203 $code.=<<___;
225 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsecurity.c1 /* This source code was modified by Martin Hedenfalk <mhe@stacken.kth.se> for
6 * it not use globals, pollute name space and more. This source code awaits a
21 * 1. Redistributions of source code must retain the above copyright
150 CURLcode code; local
154 code = Curl_read_plain(fd, to_p, len, &nread);
155 if(code == CURLE_OK) {
161 if(code == CURLE_AGAIN)
163 return code;
178 CURLcode code; local
182 code
419 int code; local
[all...]
H A Dsocks.c120 CURLcode code; local
162 /* ignores the return code, but 'dns' remains NULL on failure */
238 code = Curl_write_plain(conn, sock, (char *)socksreq,
241 if((code != CURLE_OK) || (written != packetsize + hostnamelen)) {
248 code = Curl_write_plain(conn, sock, (char *)hostname, hostnamelen,
250 if((code != CURLE_OK) || (written != hostnamelen)) {
274 * VN is the version of the reply code and should be 0. CD is the result
275 * code with one of the following values:
375 CURLcode code; local
432 code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_lib.c13 * 1. Redistributions of source code must retain the above copyright
1215 STORE_ATTR_TYPES code)
1217 if (ATTR_IS_SET(attrs, code)) {
1218 switch (code) {
1222 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1229 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1233 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1236 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1255 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1262 if (ATTR_IS_SET(attrs, code))
1214 STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1268 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1282 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1296 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1310 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1328 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1365 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1383 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1399 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1433 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c12 * 1. Redistributions of source code must retain the above copyright
1286 STORE_ATTR_TYPES code)
1288 if (ATTR_IS_SET(attrs,code))
1290 switch(code)
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1327 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1335 if (ATTR_IS_SET(attrs,code))
1285 STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1341 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1356 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1370 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1384 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1404 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1426 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1446 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1466 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1483 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1500 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1517 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_lib.c13 * 1. Redistributions of source code must retain the above copyright
1215 STORE_ATTR_TYPES code)
1217 if (ATTR_IS_SET(attrs, code)) {
1218 switch (code) {
1222 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1229 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1233 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1236 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1255 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1262 if (ATTR_IS_SET(attrs, code))
1214 STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1268 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1282 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1296 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1310 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1328 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1365 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1383 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1399 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1433 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
[all...]

Completed in 315 milliseconds

<<11121314151617181920>>