Searched refs:p4 (Results 1 - 25 of 124) sorted by relevance

12345

/external/clang/test/Analysis/
H A DMalloc+MismatchedDeallocator_intersections.cpp25 int *p4 = new int; local
26 delete p4;
27 int j = *p4; // no-warning
H A DNewDelete+MismatchedDeallocator_intersections.cpp26 int *p4 = (int *)malloc(sizeof(int)); local
27 free(p4);
28 int j = *p4; // no warn
H A DNewDelete-variadic.cpp22 int *p4 = new (x) int[0]; // no warn local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
363 p4 = 0;
387 p4 = *((uint32_t *)(s4));
389 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
392 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0)))
400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6,
407 vp8_filter_mips(mask, hev, &p1, &p2, &p3, &p4);
413 *((uint32_t *)s4) = p4;
432 p4 = *((uint32_t *)(s4));
434 /* if (p1 - p4
565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
682 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1032 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1643 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1788 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
1915 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
2125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
/external/libnfc-nci/src/include/
H A Dbt_trace.h172 UINT32 p3, UINT32 p4);
174 UINT32 p3, UINT32 p4, UINT32 p5);
176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
595 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
596 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
597 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
598 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
600 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
601 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
615 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) {i
[all...]
H A Dgki_target.h394 #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)
402 #define GKI_TRACE_4(m,p1,p2,p3,p4)
403 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5)
404 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6)
412 #define GKI_TRACE_ERROR_4(m,p1,p2,p3,p4) LogMs
[all...]
/external/v8/src/ia32/
H A Dsimulator-ia32.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/v8/src/x64/
H A Dsimulator-x64.h16 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
17 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/v8/src/x87/
H A Dsimulator-x87.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c32 SSf p4 = { { 22.63f } }; local
34 bar(p1, p2, p4, p5);
42 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4, %struct.s4* %p4, i32 0, i32 0
/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
71 "lw %[p4], (%[s4]) \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);
104 "sw %[p4], (%[s4]) \n\t"
107 : [p1] "r" (p1), [p2] "r" (p2), [p3] "r" (p3), [p4] "
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
[all...]
H A Dvp9_convolve8_avg_horiz_dspr2.c35 uint32_t p1, p2, p3, p4; local
60 "preceu.ph.qbl %[p4], %[tp2] \n\t"
65 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
77 "dpa.w.ph $ac2, %[p4], %[vector3b] \n\t"
129 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4),
157 uint32_t p1, p2, p3, p4, n1; local
184 "preceu.ph.qbl %[p4], %[tp2] \n\t"
189 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
200 "dpa.w.ph $ac2, %[p4],
347 uint32_t p1, p2, p3, p4, p5; local
658 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve8_horiz_dspr2.c35 uint32_t p1, p2, p3, p4; local
60 "preceu.ph.qbl %[p4], %[tp2] \n\t"
65 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
77 "dpa.w.ph $ac2, %[p4], %[vector3b] \n\t"
118 [p1] "=&r" (p1), [p2] "=&r" (p2), [p3] "=&r" (p3), [p4] "=&r" (p4),
146 uint32_t p1, p2, p3, p4, n1; local
173 "preceu.ph.qbl %[p4], %[tp2] \n\t"
178 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
187 "dpa.w.ph $ac2, %[p4],
313 uint32_t p1, p2, p3, p4, p5; local
583 uint32_t p1, p2, p3, p4, p5; local
[all...]
/external/libnfc-nci/src/hal/include/
H A Dnfc_hal_target.h180 #define NCI_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
181 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4))
182 #define NCI_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
183 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4), \
185 #define NCI_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
186 (UINTPTR)(p2),(UINTPTR)(p3),(UINTPTR)(p4), \
193 #define HAL_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_4(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1,p2,p3,p4);}
194 #define HAL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_5(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1,p2,p3,p4,p
[all...]
H A Dgki_hal_target.h256 #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)
264 #define GKI_TRACE_4(m,p1,p2,p3,p4)
265 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5)
266 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6)
274 #define GKI_TRACE_ERROR_4(m,p1,p2,p3,p4) LogMs
[all...]
/external/v8/test/webkit/fast/js/
H A DPromise-static-race.js33 var p4 = new Promise(function() {});
40 Promise.race([p4, p5]).then(function(localResult) {
41 testFailed('Promise.race([p4, p5]) is fulfilled.');
43 testFailed('Promise.race([p4, p5]) is rejected.');
64 return Promise.race([p4, p1, p6]).then(function(localResult) {
65 testPassed('Promise.race([p4, p1, p6]) is fulfilled.');
69 testFailed('Promise.race([p4, p1, p6]) is rejected.');
72 return Promise.race([p4, p6, p1]).then(function(localResult) {
73 testFailed('Promise.race([p4, p6, p1]) is fulfilled.');
75 testPassed('Promise.race([p4, p
[all...]
/external/compiler-rt/test/tsan/
H A Daligned_vs_unaligned_race.cc19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1); local
20 (*p4).val++;
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h139 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, p4, p5, p6, p7);
165 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, argument
167 new(space()) Type(p1, p2, p3, p4, p
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/webrtc/src/system_wrappers/interface/
H A Dref_count.h58 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/valgrind/memcheck/tests/
H A Dvarinfo3.c40 void bar ( char* p1, char* p2, char* p3, char* p4 )
45 croak(p4);
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp34 auto p4 = make_unique<std::tuple<int, int, int, int>>(0, 1, 2, 3); local
35 EXPECT_TRUE((bool)p4);
36 EXPECT_EQ(std::make_tuple(0, 1, 2, 3), *p4);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h1186 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \
1188 typename p3##_type, typename p4##_type
1189 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \
1191 typename p3##_type, typename p4##_type, typename p5##_type
1192 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1194 typename p3##_type, typename p4##_type, typename p5##_type, \
1196 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1198 typename p3##_type, typename p4##_type, typename p5##_type, \
1200 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1202 typename p3##_type, typename p4##_typ
[all...]
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dintra4x4_predict_v6.asm301 add r4, r4, r6 ; [p2+2*p3+p4 | p0+2*p1+p2]
302 uxtab16 r4, r4, r12 ; [p2+2*p3+p4+2 | p0+2*p1+p2+2]
304 add r5, r5, r6, lsl #1 ; [p3+2*p4 | p1+2*p2]
305 add r5, r5, r7 ; [p3+2*p4+p5 | p1+2*p2+p3]
306 uxtab16 r5, r5, r12 ; [p3+2*p4+p5+2 | p1+2*p2+p3+2]
308 add r6, r7, r8, lsl #1 ; [p5+2*p6 | p3+2*p4]
309 add r6, r6, r9 ; [p5+2*p6+p7 | p3+2*p4+p5]
310 uxtab16 r6, r6, r12 ; [p5+2*p6+p7+2 | p3+2*p4+p5+2]
312 add r7, r8, r9, lsl #1 ; [p6+2*p7 | p4+2*p5]
313 add r7, r7, r10 ; [p6+2*p7+p8 | p4
[all...]
/external/skia/gm/
H A Dpolygons.cpp43 SkPoint p4[32]; // circle-like polygons with 32-edges. variable
50 for (size_t i = 0; i < SK_ARRAY_COUNT(p4); ++i) {
51 SkScalar angle = 2 * SK_ScalarPI * i / SK_ARRAY_COUNT(p4);
52 p4[i].set(20 * SkScalarCos(angle) + 20, 20 * SkScalarSin(angle) + 20);
63 { p4, SK_ARRAY_COUNT(p4) },
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp4.cpp54 auto parens4 = [p4(1)] {};

Completed in 4816 milliseconds

12345