Searched refs:P1 (Results 26 - 50 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
15 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
H A Dmakeapps.com18 $! Specify DEBUG or NODEBUG as P1 to compile with or without debugger
482 $! Check To See If P1 Is Blank.
484 $ IF (P1.EQS."NODEBUG")
487 $! P1 Is NODEBUG, So Compile Without Debugger Information.
502 $ IF (P1.EQS."DEBUG")
518 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
532 $! End The P1 Check.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes-lib.com650 $ IF (P1.EQS."ALL")
653 $! P1 Is "ALL", So Build Everything.
661 $! Else, Check To See If P1 Has A Valid Arguement.
663 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."DESTEST").OR.(P1.EQS."SPEED") -
664 .OR.(P1.EQS."RPW").OR.(P1.EQS."DES").OR.(P1.EQS."DES_OPTS")
669 $ BUILDALL = P1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dfdct_bfin.S60 R0, R1, R2, R3, R4, R5, R6,R7, P0, P1, P2, P3, P4, P5, A0, A1.
165 * to read the coefficients. P0 and P1 registers are used for writing the output
205 P1 = B2; // P1 points to temporary array. define
206 R7 = [P1++P2] || R2 = [I2++]; // P1 points to temporary array
318 R0=R0+|+R3,R3=R0-|-R3 || W[P1++P3]=R2.H || R2=[I2++];
319 R1=R1+|+R2,R2=R1-|-R2 (CO) || W[P1++P3]=R4.L || R7=[I3++];
320 .row1: R0=R0+|+R1,R1=R0-|-R1 || W[P1++P5]=R4.H || NOP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes-lib.com651 $ IF (P1.EQS."ALL")
654 $! P1 Is "ALL", So Build Everything.
662 $! Else, Check To See If P1 Has A Valid Argument.
664 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."DESTEST").OR.(P1.EQS."SPEED") -
665 .OR.(P1.EQS."RPW").OR.(P1.EQS."DES").OR.(P1.EQS."DES_OPTS")
670 $ BUILDALL = P1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes-lib.com651 $ IF (P1.EQS."ALL")
654 $! P1 Is "ALL", So Build Everything.
662 $! Else, Check To See If P1 Has A Valid Argument.
664 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."DESTEST").OR.(P1.EQS."SPEED") -
665 .OR.(P1.EQS."RPW").OR.(P1.EQS."DES").OR.(P1.EQS."DES_OPTS")
670 $ BUILDALL = P1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
18 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Ddeltree.com6 $ deltree: subroutine ! P1 is a name of a directory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Ddeltree.com6 $ deltree: subroutine ! P1 is a name of a directory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Dsecondary.S37 P1 = R0; define
169 P1.H = hi(SICB_IWR1);
170 P1.L = lo(SICB_IWR1);
172 [P1] = R1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
15 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavsdsp.c36 #define P1 p0_p[-2*stride] macro
46 if(abs(p0-q0)<alpha && abs(P1-p0)<beta && abs(Q1-q0)<beta) {
50 P0 = (P1 + p0 + s) >> 2;
51 P1 = (2*P1 + s) >> 2;
53 P0 = (2*P1 + s) >> 2;
66 if(abs(p0-q0)<alpha && abs(P1-p0)<beta && abs(Q1-q0)<beta) {
67 int delta = av_clip(((q0-p0)*3+P1-Q1+4)>>3,-tc, tc);
71 delta = av_clip(((P0-P1)*3+P2-Q0+4)>>3, -tc, tc);
72 P1
109 #undef P1 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavsdsp.c39 #define P1 p0_p[-2*stride] macro
49 if(abs(p0-q0)<alpha && abs(P1-p0)<beta && abs(Q1-q0)<beta) {
53 P0 = (P1 + p0 + s) >> 2;
54 P1 = (2*P1 + s) >> 2;
56 P0 = (2*P1 + s) >> 2;
69 if(abs(p0-q0)<alpha && abs(P1-p0)<beta && abs(Q1-q0)<beta) {
70 int delta = av_clip(((q0-p0)*3+P1-Q1+4)>>3,-tc, tc);
74 delta = av_clip(((P0-P1)*3+P2-Q0+4)>>3, -tc, tc);
75 P1
112 #undef P1 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcollect_deps.com5 $! For the product named by P1,
H A Dfind_bzip2_lib.com5 $! Find the BZIP2 object library under P1, starting in the [.'P2']
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcollect_deps.com5 $! For the product named by P1,
H A Dfind_bzip2_lib.com5 $! Find the BZIP2 object library under P1, starting in the [.'P2']
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Ddivsi3.S109 P1 = 31; /* Set loop counter */ define
122 LSETUP(.Llst,.Llend) LC0 = P1; /* Setup loop */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dstan.S33 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
39 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
230 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3))
236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3))
241 faddx %fp2,%fp0 | ...R+RS(P1+S(P2+SP3))
268 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
271 fmulx %fp0,%fp2 | ...S(P1+S(P2+SP3))
274 fmulx %fp1,%fp2 | ...RS(P1+S(P2+SP3))
279 faddx %fp2,%fp1 | ...R+RS(P1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Data_piix.c121 P1 = 1, /* port 1 */ enumerator in enum:__anon10740
363 { P0, NA, P1, NA }, /* 000b */
364 { P1, NA, P0, NA }, /* 001b */
367 { P0, P1, IDE, IDE }, /* 100b */
368 { P1, P0, IDE, IDE }, /* 101b */
369 { IDE, IDE, P0, P1 }, /* 110b */
370 { IDE, IDE, P1, P0 }, /* 111b */
379 { P0, P2, P1, P3 }, /* 00b */
380 { IDE, IDE, P1, P3 }, /* 01b */
397 { IDE, IDE, P1, P
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dinstall.com6 $! P1 root of the directory tree
8 $ IF P1 .EQS. ""
15 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dopenssl_startup.com9 $! P1 qualifier(s) for DEFINE. For example, "/SYSTEM" to get the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dinstall-apps.com6 $! P1 root of the directory tree
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestca.com51 $ deltree: subroutine ! P1 is a name of a directory
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dopenssl_startup.com9 $! P1 qualifier(s) for DEFINE. For example, "/SYSTEM" to get the

Completed in 139 milliseconds

12345