Searched refs:P0 (Results 1 - 25 of 57) sorted by relevance

123

/external/annotation-tools/annotation-file-utilities/tests/
H A DConstructorReceivers.java22 class P0<K, V> { class in class:ConstructorReceivers
30 public C5(ConstructorReceivers.P0<K, V> ConstructorReceivers.P0.this) {}
32 public C5(ConstructorReceivers.P0<K, V> ConstructorReceivers.P0.this, int i) {}
38 public C6(ConstructorReceivers.P0<K, V> other) {}
42 public C7(ConstructorReceivers.P0<K, V> ConstructorReceivers.P0.this) {}
44 public C7(ConstructorReceivers.P0<K, V> ConstructorReceivers.P0
[all...]
/external/libffi/src/bfin/
H A Dsysv.S87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4]; define
88 P1 = [P0];
89 P3 = [P0+4];
101 P0 = FP; define
102 P0 +=28;
103 P1 = [P0];
105 P3 = [P0+4];
109 of this object is passed to the callee as a hidden argument in register P0.
111 P0 = [FP+24]; define
153 P0 define
158 P0 = [FP+24]; define
163 P0 = [FP+24];// &rvalue define
168 P0 = [FP+24]; define
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4]; define
88 P1 = [P0];
89 P3 = [P0+4];
101 P0 = FP; define
102 P0 +=28;
103 P1 = [P0];
105 P3 = [P0+4];
109 of this object is passed to the callee as a hidden argument in register P0.
111 P0 = [FP+24]; define
153 P0 define
158 P0 = [FP+24]; define
163 P0 = [FP+24];// &rvalue define
168 P0 = [FP+24]; define
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4]; define
88 P1 = [P0];
89 P3 = [P0+4];
101 P0 = FP; define
102 P0 +=28;
103 P1 = [P0];
105 P3 = [P0+4];
109 of this object is passed to the callee as a hidden argument in register P0.
111 P0 = [FP+24]; define
153 P0 define
158 P0 = [FP+24]; define
163 P0 = [FP+24];// &rvalue define
168 P0 = [FP+24]; define
[all...]
/external/swiftshader/src/Renderer/
H A DPolygon.hpp24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) argument
26 P[0][0] = P0;
/external/clang/unittests/Tooling/
H A DFixItTest.cpp42 Expr *P0 = CE->getArg(0);
44 EXPECT_EQ("x", getText(*P0, *Context));
61 Expr *P0 = CE->getArg(0);
63 EXPECT_EQ("", getText(*P0, *Context));
72 Expr *P0 = CE->getArg(0);
74 EXPECT_EQ("x", getText(*P0, *Context));
90 Expr *P0 = CE->getArg(0);
91 FixItHint Hint0 = createRemoval(*P0);
105 Expr *P0 = CE->getArg(0);
106 FixItHint Hint0 = createRemoval(*P0);
[all...]
/external/libgsm/inc/
H A Dunproto.h13 #undef P0 macro
H A Dproto.h25 #undef P0 macro
39 # define P0() (void) macro
53 # define P0() () macro
/external/libgsm/src/
H A Dgsm_create.c34 gsm gsm_create P0() function
H A Dtoast_audio.c57 int audio_init_input P0() function
100 int audio_init_output P0() function
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_pair.pass.cpp36 typedef std::pair<long, char> P0; typedef
38 constexpr P0 p0(2, 'a');
/external/llvm/unittests/IR/
H A DConstantsTest.cpp207 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty); local
208 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
209 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
231 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
234 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
235 CHECK(ConstantExpr::getAdd(P0, P0, fals
[all...]
/external/libgsm/tls/
H A Dtaste.c52 struct spex * new_spex P0() function
100 int read_spex P0() function
133 int main P0() function
/external/llvm/include/llvm/ADT/
H A DVariadicFunction.h154 ResultT operator()(Param0T P0) const {
155 return Func(P0, None);
159 ResultT operator()(Param0T P0, LLVM_COMMA_JOIN ## N(const ArgT &A)) const { \
161 return Func(P0, makeArrayRef(Args)); \
201 ResultT operator()(Param0T P0, Param1T P1) const { argument
202 return Func(P0, P1, None);
206 ResultT operator()(Param0T P0, Param1T P1, \
209 return Func(P0, P1, makeArrayRef(Args)); \
250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const { argument
251 return Func(P0, P
[all...]
/external/skia/tests/
H A DSkPEGTest.cpp250 using P0 =
258 REPORTER_ASSERT(r, !P0::Match(""));
259 REPORTER_ASSERT(r, !P0::Match(","));
260 REPORTER_ASSERT(r, !P0::Match("1,"));
261 REPORTER_ASSERT(r, !P0::Match(",1"));
262 REPORTER_ASSERT(r, P0::Match("1"));
263 REPORTER_ASSERT(r, P0::Match("1,2"));
264 REPORTER_ASSERT(r, !P0::Match("1,2 "));
265 REPORTER_ASSERT(r, P0::Match("123,456"));
/external/skqp/tests/
H A DSkPEGTest.cpp250 using P0 =
258 REPORTER_ASSERT(r, !P0::Match(""));
259 REPORTER_ASSERT(r, !P0::Match(","));
260 REPORTER_ASSERT(r, !P0::Match("1,"));
261 REPORTER_ASSERT(r, !P0::Match(",1"));
262 REPORTER_ASSERT(r, P0::Match("1"));
263 REPORTER_ASSERT(r, P0::Match("1,2"));
264 REPORTER_ASSERT(r, !P0::Match("1,2 "));
265 REPORTER_ASSERT(r, P0::Match("123,456"));
/external/webp/src/dsp/
H A Dlossless_enc_mips32.c295 // P2 = P0 + P1
301 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \
302 "ulw %[temp0], " #A "(%[" #P0 "]) \n\t" \
303 "ulw %[temp1], " #B "(%[" #P0 "]) \n\t" \
304 "ulw %[temp2], " #C "(%[" #P0 "]) \n\t" \
305 "ulw %[temp3], " #D "(%[" #P0 "]) \n\t" \
314 "addiu %[" #P0 "], %[" #P0 "], 16 \n\t" \
323 "bne %[" #P0 "], %[LoopEnd], 1b \n\t" \
/external/deqp/framework/delibs/decpp/
H A DdeUniquePtr.hpp175 template<typename T, typename P0>
176 inline MovePtr<T> newMovePtr (P0 p0) { return MovePtr<T>(new T(p0)); }
177 template<typename T, typename P0, typename P1>
178 inline MovePtr<T> newMovePtr (P0 p0, P1 p1) { return MovePtr<T>(new T(p0, p1)); }
179 template<typename T, typename P0, typename P1, typename P2>
180 inline MovePtr<T> newMovePtr (P0 p0, P1 p1, P2 p2) { return MovePtr<T>(new T(p0, p1, p2)); }
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp103 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
113 // P0 = cmp.eq(Rs,#u2)
116 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
147 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
161 if (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg)
184 assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) ||
192 return (PredReg == Hexagon::P0) ? fp0_jump_nt : fp1_jump_nt;
194 return (PredReg == Hexagon::P0) ? fp0_jump_t : fp1_jump_t;
196 return (PredReg == Hexagon::P0) ? tp0_jump_nt : tp1_jump_nt;
198 return (PredReg == Hexagon::P0)
[all...]
/external/libgsm/tst/
H A Dcod2lin.c23 usage P0() function
H A Dcod2txt.c21 usage P0() function
H A Dgsm2cod.c21 usage P0() function
H A Dlin2cod.c22 usage P0() function
H A Dlin2txt.c20 usage P0() function
/external/skia/src/gpu/ccpr/
H A DGrCCCoverageProcessor.h269 Sk2f P0 = Sk2f::Load(&p0) + trans; local
272 Sk2f::Store3(this, P0, P1, P2);
285 Sk2f P0 = Sk2f::Load(&p0) + trans; local
289 Sk2f::Store4(this, P0, P1, P2, W);

Completed in 1057 milliseconds

123