Searched refs:p1 (Results 101 - 125 of 851) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdsp_lpc_template.c45 p1 += MUL(c, s); \
55 sum_type p0 = 0, p1 = 0; local
104 res[i+1] = smp[i+1] - CLIP(p1 >> shift);
118 sum_type p0 = 0, p1 = 0; local
121 p1 += MUL(c, s);
126 res[i+1] = smp[i+1] - CLIP(p1 >> shift);
H A Datrac.c131 float *p1, *p3; local
146 p1 = temp;
152 s1 += p1[i] * qmf_window[i];
153 s2 += p1[i+1] * qmf_window[i+1];
159 p1 += 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dftrace-entry.S38 p1.l = _function_trace_stop;
39 p1.h = _function_trace_stop;
40 r3 = [p1];
88 p1.l = _function_trace_stop;
89 p1.h = _function_trace_stop;
90 r3 = [p1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dhelpers.c180 char *p = s, *p1, c; local
186 p1 = (char *) argStr;
189 argv[n++] = p1;
206 *p1++ = c;
208 *p1++ = '\0';
323 int stricmp(const char *p1, const char *p2) argument
327 while (*p1 && *p2)
329 if (*p1 != *p2)
331 if (isalpha(*p1) && isalpha(*p2))
333 diff = toupper(*p1)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Duniname.c326 const char *p1 = buf; local
331 const char *p2 = p1;
334 word = unicode_name_word_lookup (p1, p2 - p1);
342 p1 = p2 + 1;
349 /* Split the last word [p1..ptr) into three parts:
358 p2 = p1;
382 unsigned int n1 = p2 - p1;
391 if (memcmp (jamo_initial_short_name[index1], p1, n1) == 0
420 && p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dhelpers.c180 char *p = s, *p1, c; local
186 p1 = (char *) argStr;
189 argv[n++] = p1;
206 *p1++ = c;
208 *p1++ = '\0';
323 int stricmp(const char *p1, const char *p2) argument
327 while (*p1 && *p2)
329 if (*p1 != *p2)
331 if (isalpha(*p1) && isalpha(*p2))
333 diff = toupper(*p1)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c323 const char *p1 = buf; local
328 const char *p2 = p1;
331 word = unicode_name_word_lookup (p1, p2 - p1);
339 p1 = p2 + 1;
346 /* Split the last word [p1..ptr) into three parts:
355 p2 = p1;
379 unsigned int n1 = p2 - p1;
388 if (memcmp(jamo_initial_short_name[index1], p1, n1) == 0
417 && p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtpkcs7d29 $cmd -in p7d-f.d -inform d -outform p >p7d-ff.p1
35 cmp p7d-f.p p7d-ff.p1
H A Dtpkcs7d.com15 $ if p1 .nes. "" then t = p1
41 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
47 $ backup/compare f.p ff.p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtpkcs7d29 $cmd -in f.d -inform d -outform p >ff.p1
35 cmp f.p ff.p1
H A Dtpkcs7d.com10 $ if p1 .nes. "" then t = p1
36 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
42 $ backup/compare f.p ff.p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtpkcs7d29 $cmd -in p7d-f.d -inform d -outform p >p7d-ff.p1
35 cmp p7d-f.p p7d-ff.p1
H A Dtpkcs7d.com15 $ if p1 .nes. "" then t = p1
41 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
47 $ backup/compare f.p ff.p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86unix.pl231 local($p1,$p2,$optimize)=@_;
232 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
234 { push(@out,"\tpshufw\t\$0xe4,%$p2,%$p1\n"); }
256 local($name,$p1,$p2)=@_;
263 if ((defined($special{$name})) && defined($regs{$p1}) && ($p2 == 1))
265 $op=$special{$name}|$reg_val{$p1};
272 $p1=&conv($p1);
273 &main'comment("$name $p2 $p1");
284 push(@out,&conv($p1)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_pmeth.c281 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
287 group = EC_GROUP_new_by_curve_name(p1);
302 EC_GROUP_set_asn1_flag(dctx->gen_group, p1);
307 if (p1 == -2) {
315 } else if (p1 < -1 || p1 > 1)
317 dctx->cofactor_mode = p1;
318 if (p1 != -1) {
330 if (p1)
342 if (p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_pmeth.c281 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
287 group = EC_GROUP_new_by_curve_name(p1);
302 EC_GROUP_set_asn1_flag(dctx->gen_group, p1);
307 if (p1 == -2) {
315 } else if (p1 < -1 || p1 > 1)
317 dctx->cofactor_mode = p1;
318 if (p1 != -1) {
330 if (p1)
342 if (p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c286 register const unsigned char *p1 = (const unsigned char *) s1; local
290 if (p1 == p2)
295 c1 = tolower (*p1++);
313 register const wchar_t *p1 = s1; local
317 if (p1 == p2)
322 c1 = towlower (*p1++);
341 register const unsigned char *p1 = (const unsigned char *) s1; local
345 if (p1 == p2)
351 c1 = tolower (*p1++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd008.tcl38 set p1 $key
39 set kvals($p1) $str
66 { {recd008_parent abort ENV DB $method $p1 TXNID 1 1 $breadth $depth}
68 { {recd008_parent commit ENV DB $method $p1 TXNID 1 1 $breadth $depth}
75 recd008_setkval $dbfile $p1
77 recd008_setkval $dbfile $p1
88 proc recd008_setkval { dbfile p1 } {
94 set ret [$db get $p1]
96 set kvals($p1) [lindex [lindex $ret 0] 1]
109 # (children modify p1)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsrledec.c135 int p1, p2, line=avctx->height - 1, pos=0, i; local
143 p1 = bytestream2_get_byteu(gb);
144 if(p1 == 0) { //Escape code
163 p1 = bytestream2_get_byte(gb);
166 pos += p1;
218 if ((pic->linesize[0] > 0 && output + p1 * (depth >> 3) > output_end) ||
219 (pic->linesize[0] < 0 && output + p1 * (depth >> 3) < output_end))
221 for(i = 0; i < p1; i++) {
237 pos += p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstrcasestr.c37 #define CMP_FUNC(p1, p2, l) \
38 strncasecmp ((const char *) (p1), (const char *) (p2), l)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_event.h61 unsigned char p1, p2, p3, p4; member in struct:evrec_extended
70 unsigned char p1, p2; member in struct:evrec_long
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dfault-armv.c219 static int __init check_writebuffer(unsigned long *p1, unsigned long *p2) argument
225 *p1 = one;
229 val = *p1;
245 unsigned long *p1, *p2; local
249 p1 = vmap(&page, 1, VM_IOREMAP, prot);
252 if (p1 && p2) {
253 v = check_writebuffer(p1, p2);
259 vunmap(p1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_pmeth.c160 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
165 if (p1 < 256)
167 dctx->nbits = p1;
171 if (p1 != 160 && p1 != 224 && p1 && p1 != 256)
173 dctx->qbits = p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_pmeth.c160 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
165 if (p1 < 256)
167 dctx->nbits = p1;
171 if (p1 != 160 && p1 != 224 && p1 && p1 != 256)
173 dctx->qbits = p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c224 /* Let p0 < p1 < p2 < p3 < p4 walk through the string. */
228 const char *p1 = p0 + findex->iterator (p0); local
229 if (*p1 != '\0')
231 const char *p2 = p1 + findex->iterator (p1);
262 p0 = p1;
263 p1 = p2;
449 mult_index_compare (const void *p1, const void *p2) argument
451 const struct mult_index *ptr1 = (const struct mult_index *) p1;
494 /* Let p0 < p1 < p
498 const char *p1 = p0 + findex->iterator (p0); local
[all...]

Completed in 159 milliseconds

1234567891011>>