Searched refs:p3 (Results 26 - 50 of 359) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c27 // OUT PULONG p3,
38 void* p3 // 4 bytes
47 void* p3, // 4 bytes
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dref_count.h55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} argument
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} argument
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} argument
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} argument
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-hash.js51 var p3 = create(handler)
52 fix(p3)
59 assertFalse(s.has(p3));
65 assertFalse(s.has(p3));
70 assertFalse(s.has(p3));
88 var p3 = create(handler)
89 fix(p3)
96 assertFalse(m.has(p3));
104 assertFalse(m.has(p3));
111 assertFalse(m.has(p3));
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
70 "lw %[p3], (%[s3]) \n\t"
73 : [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4)
77 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
79 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
92 pm1, p0, p3, p4, p5, p6,
98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
103 "sw %[p3], (%[s3]) \n\t"
107 : [p1] "r" (p1), [p2] "r" (p2), [p3] "
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.c32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
70 "lw %[p3], (%[s3]) \n\t"
73 : [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4)
77 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
79 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
92 pm1, p0, p3, p4, p5, p6,
98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
103 "sw %[p3], (%[s3]) \n\t"
107 : [p1] "r" (p1), [p2] "r" (p2), [p3] "
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dpromises.js166 var p3 = Promise.accept(p2)
167 p3.chain(
177 var p3 = Promise.accept(p2)
178 p3.then(
188 var p3 = Promise.accept(p2)
189 p3.chain(
199 var p3 = Promise.accept(p2)
200 p3.then(
210 var p3 = Promise.accept(p2)
211 p3
[all...]
/external/chromium_org/cc/resources/
H A Dlayer_quad_unittest.cc16 gfx::PointF p3(0.5f, 0.5f);
19 gfx::QuadF quad_cw(p1, p2, p3, p4);
23 gfx::QuadF quad_ccw(p1, p4, p3, p2);
31 gfx::PointF p3(0.5f, 0.5f);
34 gfx::QuadF quad(p1, p2, p3, p4);
/external/libnfc-nci/src/hal/include/
H A Dgki_hal_target.h255 #define GKI_TRACE_3(m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3)
256 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4)
257 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5)
258 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6)
263 #define GKI_TRACE_3(m,p1,p2,p3)
264 #define GKI_TRACE_4(m,p1,p2,p3,p
[all...]
/external/libnfc-nci/src/include/
H A Dgki_target.h393 #define GKI_TRACE_3(m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3)
394 #define GKI_TRACE_4(m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4)
395 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5)
396 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC,m,p1,p2,p3,p4,p5,p6)
401 #define GKI_TRACE_3(m,p1,p2,p3)
402 #define GKI_TRACE_4(m,p1,p2,p3,p
[all...]
/external/chromium_org/base/memory/
H A Dmanual_constructor.h75 inline void Init(const T1& p1, const T2& p2, const T3& p3) { argument
76 new(space_.void_data()) Type(p1, p2, p3);
80 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { argument
81 new(space_.void_data()) Type(p1, p2, p3, p4);
85 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
87 new(space_.void_data()) Type(p1, p2, p3, p4, p5);
92 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
94 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
99 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
101 new(space_.void_data()) Type(p1, p2, p3, p
106 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dsmart_pointer_test.cc44 Ptr<Foo> p3; local
45 p3 = p1;
48 EXPECT_EQ(size_t(3), p3->ref_count_);
54 EXPECT_EQ(size_t(2), p3->ref_count_);
57 p3.Release();
59 EXPECT_EQ(NULL, p3.p_);
/external/chromium_org/third_party/webrtc/base/
H A Drefcount.h44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { argument
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) argument
49 : T(p1, p2, p3, p4), ref_count_(0) {
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
54 : T(p1, p2, p3, p4, p5), ref_count_(0) {
/external/sfntly/cpp/src/test/
H A Dsmart_pointer_test.cc44 Ptr<Foo> p3; local
45 p3 = p1;
48 EXPECT_EQ(size_t(3), p3->ref_count_);
54 EXPECT_EQ(size_t(2), p3->ref_count_);
57 p3.Release();
59 EXPECT_EQ(NULL, p3.p_);
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h134 inline void Init(const T1& p1, const T2& p2, const T3& p3) { argument
135 new(space()) Type(p1, p2, p3);
139 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) { argument
140 new(space()) Type(p1, p2, p3, p4);
144 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
146 new(space()) Type(p1, p2, p3, p4, p5);
151 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
158 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
160 new(space()) Type(p1, p2, p3, p
165 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
172 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFloatQuadTestHelpers.h47 << std::setprecision(4) << "(" << quad.p3().x() << "f, " << quad.p3().y() << "f),"
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
H A Dmake_unique.array.pass.cpp40 auto p3 = std::make_unique<foo[]>(7); local
42 assert ( p3[i].get () == 3 );
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Downer_before_weak_ptr.pass.cpp23 const std::shared_ptr<int> p3(new int);
26 const std::weak_ptr<int> w3(p3);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall.h53 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { argument
58 (intptr_t)p3,
73 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { argument
78 (intptr_t)p3,
87 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { argument
92 (intptr_t)p3,
100 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) { argument
101 return Call(nr, p0, p1, p2, p3, p4, 0, 0, 0);
105 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3) { argument
106 return Call(nr, p0, p1, p2, p3,
[all...]
/external/chromium_org/v8/test/webkit/
H A Dcyclic-prototypes.js29 var o3 = { p3: 3 };
/external/clang/test/Analysis/
H A DNewDelete+MismatchedDeallocator_intersections.cpp24 int *p3 = (int *)malloc(sizeof(int)); // no warn local
H A DNewDelete-variadic.cpp20 int *p3 = new (x) int; // no warn local
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_server.h183 void* p3);
185 void* p3, void* p4);
187 void* p3, void* p4, void* p5);
189 void* p3, void* p4, void* p5, void* p6);
191 void* p3, void* p4, void* p5, void* p6,
194 void* p3, void* p4, void* p5, void* p6,
197 void* p3, void* p4, void* p5, void* p6,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
60 p3 = 100.0 * (float) lp_count.nr_partially_covered_64 / (float) total_64;
70 debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_64, p3, total_64);
79 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16;
83 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16);
92 p3 = 100.0 * (float) lp_count.nr_partially_covered_4 / (float) total_4;
97 debug_printf("llvmpipe: nr_partially_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_4, p3, total_4);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
60 p3 = 100.0 * (float) lp_count.nr_partially_covered_64 / (float) total_64;
70 debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_64, p3, total_64);
79 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16;
83 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16);
92 p3 = 100.0 * (float) lp_count.nr_partially_covered_4 / (float) total_4;
97 debug_printf("llvmpipe: nr_partially_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_4, p3, total_4);

Completed in 685 milliseconds

1234567891011>>