Searched refs:p1 (Results 251 - 275 of 851) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A Dmd5.c102 byte *p2, *p1; local
103 for(i=0, p1=data, p2=(byte*)correct_words; i < 16; i++, p2 += 4 ) {
104 p2[3] = *p1++;
105 p2[2] = *p1++;
106 p2[1] = *p1++;
107 p2[0] = *p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakevms.com9 $ p1 = f$edit(p1,"UPCASE")
10 $ if p1 .eqs. "CONTRIB"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com32 $!- compile command. If p1="nowarn" suppress the expected warning types
36 $ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
241 $ source_file = p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c110 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
297 cl_engine_init *p1; local
323 if( !(p1 = (cl_engine_init *)DSO_bind_func(
351 p_cl_engine_init = p1;
549 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
556 /* let rr = a1 ^ p1 mod m */
557 if (!cluster_labs_mod_exp(rr,a1,p1,m,ctx)) goto end;
548 cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c114 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2,
298 cl_engine_init *p1; local
323 (p1 =
344 p_cl_engine_init = p1;
526 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2,
534 /* let rr = a1 ^ p1 mod m */
535 if (!cluster_labs_mod_exp(rr, a1, p1, m, ctx))
525 cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkallsyms.c437 unsigned char *p1, *p2; local
442 p1 = table[i].sym;
445 p2 = find_token(p1, len, str);
456 size -= (p2 - p1);
458 p1 = p2;
464 p2 = find_token(p1, size, str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/vms/
H A Dbuild_libxml.com32 $!- compile command. If p1="nowarn" suppress the expected warning types
36 $ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
241 $ source_file = p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Dmotion_est_alpha.c97 uint64_t p1, p2; local
99 p1 = ldq(pix1);
101 result += perr(p1, p2);
108 uint64_t p1, p2; local
110 p1 = ldq(pix1);
112 result += perr(p1, p2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dintrax8dsp.c325 int p0,p1,p2,p3,p4,p5,p6,p7,p8,p9; local
330 p1=ptr[-4*a_stride];
341 (FFABS(p1-p2) <= ql) +
351 (FFABS(p0-p1) <= ql);
355 min=max=p1;
380 x1=(2*p1 - 5*p2 + 5*p3 - 2*p4 + 4)>>3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dintrax8dsp.c326 int p0,p1,p2,p3,p4,p5,p6,p7,p8,p9; local
331 p1=ptr[-4*a_stride];
342 (FFABS(p1-p2) <= ql) +
352 (FFABS(p0-p1) <= ql);
356 min=max=p1;
381 x1=(2*p1 - 5*p2 + 5*p3 - 2*p4 + 4)>>3;
H A Drv40dsp.c396 int sflag, p0, q0, p1, q1; local
419 p1 = (25*src[-4*step] + 26*src[-3*step] + 26*src[-2*step] + 26*p0 +
425 p1 = av_clip(p1, src[-2*step] - lims, src[-2*step] + lims);
429 src[-2*step] = p1;
461 int *p1, int *q1)
473 *p1 = FFABS(sum_p1p0) < (beta << 2);
476 if(!*p1 && !*q1)
487 strong0 = *p1 && (FFABS(sum_p1p2) < beta2);
495 int *p1, in
457 rv40_loop_filter_strength(uint8_t *src, int step, int stride, int beta, int beta2, int edge, int *p1, int *q1) argument
493 rv40_h_loop_filter_strength(uint8_t *src, int stride, int beta, int beta2, int edge, int *p1, int *q1) argument
500 rv40_v_loop_filter_strength(uint8_t *src, int stride, int beta, int beta2, int edge, int *p1, int *q1) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dmd5.c94 byte *p2, *p1; local
95 for(i=0, p1=data, p2=(byte*)correct_words; i < 16; i++, p2 += 4 )
97 p2[3] = *p1++;
98 p2[2] = *p1++;
99 p2[1] = *p1++;
100 p2[0] = *p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd5.c94 byte *p2, *p1; local
95 for(i=0, p1=data, p2=(byte*)correct_words; i < 16; i++, p2 += 4 )
97 p2[3] = *p1++;
98 p2[2] = *p1++;
99 p2[1] = *p1++;
100 p2[0] = *p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp1523 unsigned char *p1, *p2, *ps; local
1531 p1 = img.GetData(), p2 = img.GetData() + 3 * size*2, ps = smallimg.GetData();
1539 if (p1[0] != mr || p1[1] != mg || p1[2] != mb)
1540 sr += p1[0], sg += p1[1], sb += p1[2];
1542 p1 += 3;
1543 if (p1[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c518 pcap_if_t *p1, *p2, *prev, *temp; local
524 p1 = acn_if_list; /* start at the head of the list */
527 while ((p2 = p1->next)) {
528 if (if_sort(p1->name, p2->name) > 0) {
532 p2->next = p1;
533 p1->next = temp;
537 p2->next = p1;
538 p1->next = temp;
540 p1 = p2;
541 prev = p1;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_armv6.S429 .macro usad_y2 p0, p1, p2, p3, n0, n1, n2, n3
439 eor \n3, \p1, \n1
440 uhadd8 \p1, \p1, \n1
443 uadd8 \p1, \p1, \n3
445 usada8 r0, \p1, \p0, r0
450 ldr \p1, [r1, #8]
453 usada8 r0, \p2, \p1, r0
454 eor \p1, \p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-compile.c1568 /* Adds a transition from each position in `p1' to each position in `p2'. */
1570 tre_make_trans(tre_pos_and_tags_t *p1, tre_pos_and_tags_t *p2, argument
1579 while (p1->position >= 0)
1593 position `p1->position'. */
1594 trans = transitions + offs[p1->position];
1598 /* If we find a previous transition from `p1->position' to
1620 /* Use the character ranges, assertions, etc. from `p1' for
1621 the transition from `p1' to `p2'. */
1622 trans->code_min = p1->code_min;
1623 trans->code_max = p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A DMakefile444 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
446 || test -f $$p1 \
448 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dbntest.com22 $ result_file_name = f$edit( p1, "TRIM")
H A Dtestca.com8 $ if (p1 .eqs. "64") then __arch = __arch+ "_64"
H A Dtverify.com8 $ if (p1 .eqs. "64") then __arch = __arch+ "_64"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_msdos.c155 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
157 return (memcmp(p1, p2, (size_t) c));
H A Dtif_unix.c204 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
206 return (memcmp(p1, p2, (size_t) c));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/VMS/
H A Dbuild.com22 $ p1 := 'p1'
25 $ if p1.eqs."LINK" then goto link
31 $ if p1.eqs."GNUC"
36 $ if p1.eqs."DECC"
43 $ if p1.nes."" .and. p1.nes."VAXC" then exit %x002C
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcmd.h109 int8_t p1, int8_t p2);
111 int lbs_set_tpc_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1,

Completed in 157 milliseconds

<<11121314151617181920>>