Searched refs:p5 (Results 1 - 25 of 119) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c33 SSd p5 = { { 19.47 } }; local
34 bar(p1, p2, p4, p5);
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5, %struct.s5* %p5, i32 0, i32 0
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type.pass.cpp38 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 };
39 static_assert ( std::get<int>(p5) == 1, "" );
40 static_assert ( std::get<const int>(p5) == 2, "" );
44 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 };
45 const int &i1 = std::get<int>(p5);
46 const int &i2 = std::get<const int>(p5);
/external/libnfc-nci/src/include/
H A Dbt_trace.h174 UINT32 p3, UINT32 p4, UINT32 p5);
176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
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), \
599 (UINT32)(p5))
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), \
602 (UINT32)(p5),(UINT32)(p6))
616 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYER_HCI, TRACE_TYPE_ERROR, m,p1,p2,p3,p4,p5);}
617 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYER_HCI, TRACE_TYPE_ERROR, m,p1,p2,p3,p4,p5,p
[all...]
H A Dgki_target.h395 #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)
403 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5)
404 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6)
413 #define GKI_TRACE_ERROR_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3,p4,p5)
414 #define GKI_TRACE_ERROR_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3,p4,p5,p
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
397 p5 = *((uint32_t *)(s5));
400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6,
442 p5 = *((uint32_t *)(s5));
445 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6,
487 p5 = *((uint32_t *)(s5));
490 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6,
532 p5 = *((uint32_t *)(s5));
535 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6,
565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p 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/hal/include/
H A Dnfc_hal_target.h182 #define NCI_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
184 (UINTPTR)(p5))
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), \
187 (UINTPTR)(p5),(UINTPTR)(p6))
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,p5);}
195 #define HAL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_6(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1,p2,p3,p4,p5,p6);}
202 #define HAL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_WARNING) NCI_TRACE_5(TRACE_LAYER_HAL, TRACE_TYPE_WARNING, m,p1,p2,p3,p4,p5);}
[all...]
H A Dgki_hal_target.h257 #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)
265 #define GKI_TRACE_5(m,p1,p2,p3,p4,p5)
266 #define GKI_TRACE_6(m,p1,p2,p3,p4,p5,p6)
275 #define GKI_TRACE_ERROR_5(m,p1,p2,p3,p4,p5) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3,p4,p5)
276 #define GKI_TRACE_ERROR_6(m,p1,p2,p3,p4,p5,p6) LogMsg(TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_ERROR,m,p1,p2,p3,p4,p5,p
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h145 const T5& p5) {
146 new(space()) Type(p1, p2, p3, p4, p5);
152 const T5& p5, const T6& p6) {
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
159 const T5& p5, const T6& p6, const T7& p7) {
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
166 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
173 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
175 new(space()) Type(p1, p2, p3, p4, p5, p
144 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5) argument
151 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6) argument
158 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
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/v8/src/ia32/
H A Dsimulator-ia32.h24 #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.h24 #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.h24 #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/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp38 auto p5 = make_unique<std::tuple<int, int, int, int, int>>(0, 1, 2, 3, 4); local
39 EXPECT_TRUE((bool)p5);
40 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4), *p5);
/external/valgrind/memcheck/tests/
H A Dleak-cases.c12 // p5 -?-> AAA (y)DR, (n)DL / P
62 Node* p5; variable
78 p5 = mk(NULL); // Case 5: 16/1 possibly lost (ok)
79 p5++;
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h1189 #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##_type, typename p5##_type, \
1204 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1207 typename p5##_typ
[all...]
H A Dgmock-generated-matchers.h1770 #define MATCHER_P6(name, p0, p1, p2, p3, p4, p5, description)\
1772 typename p3##_type, typename p4##_type, typename p5##_type>\
1779 p3##_type gmock_p3, p4##_type gmock_p4, p5##_type gmock_p5)\
1781 p4(gmock_p4), p5(gmock_p5) {}\
1795 p5##_type p5;\
1805 p4##_type, p5##_type>(p0, p1, p2, p3, p4, p5)));\
1812 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5));\
1816 p5##_typ
[all...]
/external/v8/test/webkit/fast/js/
H A DPromise-static-all.js34 var p5 = new Promise(function() {});
40 Promise.all([p1, p2, p5]).then(function(result) {
41 testFailed('Promise.all([p1, p2, p5]) is fulfilled.');
43 testFailed('Promise.all([p1, p2, p5]) is rejected.');
69 return Promise.all([p1, p6, p5]).then(function(localResult) {
70 testFailed('Promise.all([p1, p6, p5]) is fulfilled.');
72 testPassed('Promise.all([p1, p6, p5]) is rejected.');
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp4.cpp55 auto parens5 = [p5(2, 3)] {}; // expected-error {{initializer for lambda capture 'p5' contains multiple expressions}}
/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp29 // CHECK: const char *p5 = 1.0E+12_baz;
30 const char *p5 = 1e12_baz; variable
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dintra4x4_predict_v6.asm305 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+2*p5+p6]
314 uxtab16 r7, r7, r12 ; [p6+2*p7+p8+2 | p4+2*p5
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(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
83 "lw %[p5], (%[s5]) \n\t"
86 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5),
92 pm1, p0, p3, p4, p5, p6,
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
162 p5 = *((uint32_t *)(s2));
192 /* transpose p3, p4, p5, p6 */
194 "precrq.qb.ph %[prim1], %[p6], %[p5] \n\t"
195 "precr.qb.ph %[prim2], %[p6], %[p5] \
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable
/external/v8/test/mjsunit/compiler/
H A Dregress-loadfield.js55 a.p5 = "";

Completed in 1009 milliseconds

12345