Searched refs:P2 (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dmemcpy.S37 P2 = R2 ; /* length */ define
57 P2 = P2 >> 2; define
58 CC = P2 <= 2;
61 P2 = R2; define
62 LSETUP(.Lthree_start, .Lthree_end) LC0=P2;
72 P2 += -1; /* because we unroll one iteration */
73 LSETUP(.Lword_loops, .Lword_loope) LC0=P2;
94 .Lbytes_left: P2 = R3;
97 LSETUP (.Lbyte_start, .Lbyte_end) LC0=P2;
[all...]
H A Dmemmove.S23 P2 = R2; /* P2 = count */ define
24 CC = P2 == 0; /* Check zero count*/
42 P1 = P2 >> 2; /* count = n/4 */
46 P2 = R2; /* set remainder */ define
62 CC = P2 == 0; /* any remaining bytes? */
68 .Lbytes: LSETUP (.Lbyte2_s, .Lbyte2_e) LC0=P2;
76 P2 += -1;
77 P0 = P0 + P2;
78 P3 = P3 + P2;
[all...]
H A Douts.S18 P2 = R2; /* P2 = count */ define
20 LSETUP( .Llong_loop_s, .Llong_loop_e) LC0 = P2;
29 P2 = R2; /* P2 = count */ define
31 LSETUP( .Lword_loop_s, .Lword_loop_e) LC0 = P2;
40 P2 = R2; /* P2 = count */ define
42 LSETUP( .Lbyte_loop_s, .Lbyte_loop_e) LC0 = P2;
51 P2 define
[all...]
H A Dmemset.S28 P2 = R2 ; /* P2 = count */ define
39 P1 = P2 >> 2; /* count = n/4 */
43 P2 = R3; define
49 CC = P0 == P2;
57 P2 = R2; define
60 CC = P2 == 0; /* Check zero count */
64 LSETUP (.Lbyte_loop , .Lbyte_loop) LC0=P2;
81 P2 -= P1; /* reduce count */
H A Dmemcmp.S25 P2 = R2 ; /* P2 = count */ define
34 P1 = P2 >> 2; /* count = n/4 */
37 P2 = R2; /* set remainder */ define
54 CC = P2 == 0; /* Check zero count*/
58 LSETUP (.Lbyte_loop_s, .Lbyte_loop_e) LC0=P2;
83 P2 += 4; /* remainder count*/
H A Dmemchr.S23 P2 = R2; /* P2 = count */ define
29 LSETUP (.Lbyte_loop_s, .Lbyte_loop_e) LC0=P2;
H A Dstrncpy.S30 P2 = R2 ; /* size */ define
34 LSETUP (1f, 2f) LC0 = P2;
H A Dins.S79 P2 = R2; /* P2 = count */ \ define
82 LSETUP(1f, 2f) LC0 = P2; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dmod_dep.com6 $! P2.
12 $! Strip any device:[directory] from P2.
14 $ obj_name = f$parse( P2, , , "NAME", "SYNTAX_ONLY")+ -
15 f$parse( P2, , , "TYPE", "SYNTAX_ONLY")
H A Dcollect_deps.com9 $! P2 = output file specification.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dmod_dep.com6 $! P2.
12 $! Strip any device:[directory] from P2.
14 $ obj_name = f$parse( P2, , , "NAME", "SYNTAX_ONLY")+ -
15 f$parse( P2, , , "TYPE", "SYNTAX_ONLY")
H A Dcollect_deps.com9 $! P2 = output file specification.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Don26.c41 #define P2 w2(5);w2(7);w2(5);w2(4); macro
55 case 0: w0(1); P1; w0(r); P2; w0(0); P1;
61 case 1: w0(1); P1; w0(r); P2; w0(0); P1;
85 case 1: w0(1); P1; w0(r); P2; w0(0); P1;
86 w0(val); P2; w0(val); P2;
112 w0(2); P1; w0(8); P2;
113 w0(2); P1; w0(x); P2;
152 w0(2); P1; w0(0); P2;
153 w0(3); P1; w0(0); P2;
[all...]
H A Ddstr.c38 #define P2 w2(5);w2(7);w2(5);w2(4); macro
55 P2; w0(r); P1;
82 P2; w0(r); P1;
121 P2; w0(0x82); P1; P3; w0(0x20); P1;
163 P2; w0(0x82); P1; P3; w0(0x20); P1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscopeguard.h194 template <class F, class P1, class P2>
198 static wxScopeGuardImpl2<F, P1, P2> MakeGuard(F fun, P1 p1, P2 p2)
200 return wxScopeGuardImpl2<F, P1, P2>(fun, p1, p2);
208 wxScopeGuardImpl2(F fun, P1 p1, P2 p2) : m_fun(fun), m_p1(p1), m_p2(p2) { }
212 const P2 m_p2;
217 template <class F, class P1, class P2>
218 inline wxScopeGuardImpl2<F, P1, P2> wxMakeGuard(F fun, P1 p1, P2 p2)
220 return wxScopeGuardImpl2<F, P1, P2>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Didct_bfin.S117 P2 = 8 (X); define
143 LSETUP (.0, .1) LC0 = P2; // perform 8 1d idcts
145 P2 = 112 (X); define
146 P1 = P1 + P2; // P1 points to element (7, 0) of temp buffer.
147 P2 = -94(X); define
203 A1=R7.H*R0.H, A0=R7.H*R0.H (IS) || W[P0++P2]= R3.H || R1.H = W[I0--];
216 P2 = 8 (X); define
238 LSETUP (.2, .3) LC0 = P2; // peform 8 1d idcts
239 P2 = 112 (X); define
240 P1 = P1 + P2;
241 P2 = -94(X); define
[all...]
H A Dvp3_idct_bfin.S90 P2 = 8 (X); define
116 LSETUP (.0, .1) LC0 = P2; // perform 8 1d idcts
118 P2 = 112 (X); define
119 P1 = P1 + P2; // P1 points to element (7, 0) of temp buffer.
120 P2 = -94(X); define
176 A1=R7.H*R0.H, A0=R7.H*R0.H (IS) || W[P0++P2]= R3.H || R1.H = W[I0--];
189 P2 = 8 (X); define
211 LSETUP (.2, .3) LC0 = P2; // peform 8 1d idcts
212 P2 = 112 (X); define
213 P1 = P1 + P2;
214 P2 = -94(X); define
[all...]
H A Dfdct_bfin.S60 R0, R1, R2, R3, R4, R5, R6,R7, P0, P1, P2, P3, P4, P5, A0, A1.
173 P2 = 16; define
206 R7 = [P1++P2] || R2 = [I2++]; // P1 points to temporary array
248 lsetup (.row0, .row1) LC1 = P2 >> 1; // 1d dct, loops 8x
311 A1=R4.H*R7.H, A0=R4.L*R7.H || W[P0++P2]=R6.L || R1.H=W[I0++];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ionsp.h149 // 08-0B 3-byte commands: ==== P1 ==== ==== P2 ====
155 // 0C-0D 4-byte commands. P1 = extended cmd and P2,P3 = params
159 // P2 = extended cmd, P3..Pn = parameters.
171 // P2 = Parameter
175 // or may not use parameter P2.
239 // P2 = Bit mask as follows:
260 // P2 = Bit mask as follows:
295 // P2 = 0x11
308 // P2 = 0x13
329 // P2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com21 $! Specify which compiler at P2 to try to compile under.
536 $! Check To See If P2 Is Blank.
538 $ IF (P2.EQS."")
551 $ P2 = "GNUC"
564 $ P2 = "DECC"
572 $ P2 = "VAXC"
642 $ IF (P2.EQS."VAXC").OR.(P2.EQS."DECC").OR.(P2.EQS."GNUC")
647 $ IF (P2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dmakevms.com97 $! P2 = Command to make it
127 $ write sys$output P2
128 $ 'P2
/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
224 faddx TANP2,%fp2 | ...P2+SP3
227 fmulx %fp1,%fp2 | ...S(P2+SP3)
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))
262 faddx TANP2,%fp2 | ...P2+SP3
265 fmulx %fp0,%fp2 | ...S(P2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dmakevms.com57 $! P2 = Command to make it
87 $ write sys$output P2
88 $ 'P2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dopenssl_startup.com12 $! P2 "64", to use executables which were built with 64-bit pointers.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dinstall-apps.com7 $! P2 "64" for 64-bit pointers.

Completed in 271 milliseconds

1234