Searched refs:p0 (Results 126 - 150 of 323) sorted by relevance

1234567891011>>

/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c151 struct params p0; variable in typeref:struct:params
154 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
155 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
157 OPT_STRING('G', "mb_global" , &p0.mb_global_str, "MB", "global memory (MBs)"),
158 OPT_STRING('P', "mb_proc" , &p0.mb_proc_str, "MB", "process memory (MBs)"),
159 OPT_STRING('L', "mb_proc_locked", &p0.mb_proc_locked_str,"MB", "process serialized/locked memory access (MBs), <= process_memory"),
160 OPT_STRING('T', "mb_thread" , &p0.mb_thread_str, "MB", "thread memory (MBs)"),
162 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run"),
163 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run"),
164 OPT_UINTEGER('u', "usleep" , &p0
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc32 SimplifiedLoweringTester(MachineType p0 = kMachNone,
37 : GraphBuilderTester<ReturnType>(p0, p1, p2, p3, p4),
304 Node* p0 = t.Parameter(0); local
305 t.StoreField(access, t.PointerConstant(smis), p0);
306 t.Return(p0);
361 Node* p0 = t.Parameter(0); local
364 t.Int32Constant(static_cast<int>(arraysize(smis))), p0);
365 t.Return(p0);
641 Node* p0; member in class:TestingGraph
660 p0
1009 Node* p0 = t.ExampleWithOutput(kMachFloat64); local
1080 Node* p0 = t.ExampleWithOutput(kMachFloat64); local
[all...]
H A Dgraph-builder-tester.h83 explicit GraphBuilderTester(MachineType p0 = kMachNone,
93 p0, p1, p2, p3, p4)),
H A Dcodegen-tester.h24 MachineAssemblerTester(MachineType return_type, MachineType p0, argument
30 MakeMachineSignature(main_zone(), return_type, p0, p1, p2, p3, p4)),
33 MakeMachineSignature(main_zone(), return_type, p0, p1, p2, p3, p4),
86 RawMachineAssemblerTester(MachineType p0 = kMachNone,
92 ReturnValueTraits<ReturnType>::Representation(), p0, p1, p2, p3,
128 param0(T->LoadFromPointer(&p0, rep)),
130 p0(static_cast<CType>(0)),
139 p0 = a0;
170 CType p0; member in class:v8::internal::compiler::BinopTester
195 p0
[all...]
/external/libcxx/test/std/thread/futures/futures.promise/
H A Dget_future.pass.cpp44 std::promise<double> p0 = std::move(p); local
/external/lldb/scripts/
H A Dbuild-lldb-llvm-clang36 patch -p0 < "$patch_file"
44 patch -p0 < "$patch_file"
/external/skia/tests/
H A DGeometryTest.cpp41 SkDebugf("%s [%d %g] p0 [%10.8f %10.8f] p1 [%10.8f %10.8f]\n",
73 SkPoint p0, p1; local
74 conic.evalAt(t, &p0, NULL);
76 check_pairs(reporter, 0, t, "conic-pos", p0.fX, p0.fY, p1.fX, p1.fY);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_points.c57 const GLfloat p0 = ctx->Point.Params[0]; local
66 const GLfloat q = p0 + dist * (p1 + dist * p2);
/external/v8/src/mips/
H A Dsimulator-mips.h26 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
27 entry(p0, p1, p2, p3, p4)
37 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
39 p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8))
388 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
390 FUNCTION_ADDR(entry), 5, p0, p1, p2, p3, p4))
392 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
394 entry, 10, p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8)
/external/deqp/framework/delibs/decpp/
H A DdeUniquePtr.hpp176 inline MovePtr<T> newMovePtr (P0 p0) { return MovePtr<T>(new T(p0)); } argument
178 inline MovePtr<T> newMovePtr (P0 p0, P1 p1) { return MovePtr<T>(new T(p0, p1)); } argument
180 inline MovePtr<T> newMovePtr (P0 p0, P1 p1, P2 p2) { return MovePtr<T>(new T(p0, p1, p2)); } argument
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm111 movdqa xmm4, [rsi+rax] ; p0
114 movlps xmm4, [rsi + rcx*2] ; p0
119 movdqa xmm5, xmm4 ; p0
120 psubusb xmm4, xmm6 ; p0-=p1
122 psubusb xmm6, xmm5 ; p1-=p0
124 por xmm6, xmm4 ; abs(p1 - p0)
144 movdqa xmm6, xmm5 ; p0
147 psubusb xmm5, xmm3 ; p0-=q0
148 psubusb xmm3, xmm6 ; q0-=p0
149 por xmm5, xmm3 ; abs(p0
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c28 uc p3, uc p2, uc p1, uc p0,
34 mask |= (abs(p1 - p0) > limit);
38 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit);
43 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) argument
46 hev |= (abs(p1 - p0) > thresh) * -1;
282 static signed char vp8_simple_filter_mask(uc blimit, uc p1, uc p0, uc q0, uc q1) argument
288 signed char mask = (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 <= blimit) * -1;
296 signed char p0 = (signed char) * op0 ^ 0x80; local
302 filter_value = vp8_signed_char_clamp(filter_value + 3 * (q0 - p0));
313 u = vp8_signed_char_clamp(p0
27 vp8_filter_mask(uc limit, uc blimit, uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3) argument
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h25 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
26 (entry(p0, p1, p2, p3, p4))
36 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
38 p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8))
424 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
426 FUNCTION_ADDR(entry), 5, p0, p1, p2, p3, p4))
428 #define CALL_GENERATED_FP_INT(entry, p0, p1) \
430 FUNCTION_ADDR(entry), p0, p1)
432 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
434 entry, 10, p0, p
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c66 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
68 // mask |= (abs(p1 - p0) > limit) * -1;
402 __m128i p4, p3, p2, p1, p0, q0, q1, q2, q3, q4; local
416 p0 = _mm_loadu_si128((__m128i *) (s - 1 * p));
424 const __m128i abs_p1p0 = _mm_or_si128(_mm_subs_epu8(p1, p0),
425 _mm_subs_epu8(p0, p1));
430 __m128i abs_p0q0 = _mm_or_si128(_mm_subs_epu8(p0, q0),
431 _mm_subs_epu8(q0, p0));
443 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
445 // mask |= (abs(p1 - p0) > limi
[all...]
H A Dvp9_loopfilter_intrin_sse2.c66 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
68 // mask |= (abs(p1 - p0) > limit) * -1;
388 __m128i p4, p3, p2, p1, p0, q0, q1, q2, q3, q4; local
396 p0 = _mm_loadu_si128((__m128i *)(s - 1 * p));
407 _mm_store_si128((__m128i *)&ap[0 * 16], p0);
416 const __m128i abs_p1p0 = _mm_or_si128(_mm_subs_epu8(p1, p0),
417 _mm_subs_epu8(p0, p1));
422 __m128i abs_p0q0 = _mm_or_si128(_mm_subs_epu8(p0, q0),
423 _mm_subs_epu8(q0, p0));
435 // mask |= (abs(p0
874 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
1107 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
1346 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
[all...]
/external/opencv/cv/src/
H A Dcvsamplers.cpp634 worktype p0 = cvt(ptr[0])*a1 + cvt(ptr[1])*a; \
639 dst[x] = cast_macro(p0 + b * (p1 - p0)); \
649 worktype p0, p1; \
659 p0 = cvt(ptr0[ixs])*a1 + cvt(ptr0[ixs+1])*a; \
665 p0 = cvt(ptr0[ixs]); p1 = cvt(ptr1[ixs]); \
667 dst[x] = cast_macro(p0 + b * (p1 - p0)); \
710 worktype p0, p1; \
714 p0
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_mb_lpf_neon.asm47 vld1.u8 {d7}, [r8@64], r1 ; p0
299 ; d7 p0
314 vabd.u8 d21, d6, d7 ; abs(p1 - p0)
321 vmax.u8 d20, d21, d22 ; max(abs(p1 - p0), abs(q1 - q0))
325 vabd.u8 d24, d7, d8 ; abs(p0 - q0)
330 vqadd.u8 d24, d24, d24 ; b = abs(p0 - q0) * 2
336 vabd.u8 d25, d7, d5 ; abs(p0 - p2)
338 vabd.u8 d27, d4, d7 ; abs(p3 - p0)
342 vmax.u8 d25, d25, d26 ; max(abs(p0 - p2), abs(q0 - q2))
343 vmax.u8 d26, d27, d28 ; max(abs(p3 - p0), ab
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp172 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
173 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const;
174 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
175 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const;
176 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const;
177 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& color) const;
293 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const argument
297 p0.x(), p0.y(), p0
337 renderTriangle(const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const argument
342 renderTriangle(const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const argument
350 renderTriangle(const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const argument
355 renderQuad(const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const argument
361 renderQuad(const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& color) const argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h42 const GLfloat *p0 = v0->attrib[FRAG_ATTRIB_WPOS]; variable
119 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane);
123 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane);
124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane);
126 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane);
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
155 compute_plane(p0, p1, p2, a0, a1, a2, attrPlane[attr][c]);
/external/ppp/pppd/
H A Dccp.c696 u_char *p0 = p; local
725 if (p != p0) {
745 if (p != p0 && go->deflate_correct && go->deflate_draft) {
757 if (p != p0) {
782 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
791 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
798 go->method = (p > p0)? p0[0]: -1;
800 *lenp = p - p0;
814 u_char *p0 local
1076 u_char *p0, *retp; local
1495 u_char *p0, *optend; local
[all...]
/external/boringssl/src/crypto/cipher/
H A De_rc2.c125 uint16_t *p0, *p1; local
139 p0 = p1 = &key->data[0];
141 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
143 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
145 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
147 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
169 uint16_t *p0, *p1; local
183 p0 = &key->data[63];
187 x3 = (t - (x0 & ~x2) - (x1 & x2) - *(p0--)) & 0xffff;
189 x2 = (t - (x3 & ~x1) - (x0 & x1) - *(p0
[all...]
/external/libvpx/libvpx/vp8/common/ppc/
H A Drecon_altivec.asm17 lvx v1, 0, \Pred ;# v1 = pred = p0..p15
19 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7
57 lvx v1, 0, \Pred ;# v1 = pred = p0..p15
58 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7
144 lvx v1, 0, r10; ;# v1 = pred = p0..p15
150 vmrghb v2, v0, v1; ;# v2 = 16-bit p0..p7
/external/skia/gm/
H A Dpolygons.cpp38 SkPoint p0[] = {{0, 0}, {60, 0}, {90, 40}}; // triangle variable
59 { p0, SK_ARRAY_COUNT(p0) },
/external/webp/src/enc/
H A Dtree.c491 const uint8_t p0 = probas->coeffs_[t][b][c][p]; local
492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
494 VP8PutValue(bw, p0, 8);
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_macros_dspr2.h352 "preceu.ph.qbl %[p0_l], %[p0] \n\t" \
362 : [p3] "r" (p3), [p2] "r" (p2), [p1] "r" (p1), [p0] "r" (p0), \
392 "preceu.ph.qbr %[p0_r], %[p0] \n\t" \
402 : [p3] "r" (p3), [p2] "r" (p2), [p1] "r" (p1), [p0] "r" (p0), \
431 "precr.qb.ph %[p0], %[p0_l], %[p0_r] \n\t" \
436 : [p2] "=&r" (p2), [p1] "=&r" (p1), [p0] "=&r" (p0), \

Completed in 1832 milliseconds

1234567891011>>