HomeSort by relevance Sort by last modified time
    Searched refs:p5 (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_data.js 805 'p5': '71'
808 'p5': '77'
811 'p5': '65',
815 'p5': '72'
818 'p5': '74'
821 'p5': '79'
824 'p5': '75'
827 'p5': '69'
830 'p5': '006F'
833 'p5': '70
    [all...]
  /art/test/700-LoadArgRegs/src/
Main.java 15 static void testI5(int p1, int p2, int p3, int p4, int p5) {
16 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5);
18 static void testI6(int p1, int p2, int p3, int p4, int p5, int p6) {
19 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6);
21 static void testI7(int p1, int p2, int p3, int p4, int p5, int p6, int p7) {
22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7);
24 static void testI8(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) {
25 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8);
27 static void testI9(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9) {
28 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9)
    [all...]
  /external/clang/test/CodeGen/
ppc64-struct-onefloat.c 33 SSd p5 = { { 19.47 } }; local
34 bar(p1, p2, p4, p5);
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %p5, i32 0, i32 0
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.pass.cpp 36 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 };
37 static_assert ( std::get<int>(p5) == 1, "" );
38 static_assert ( std::get<const int>(p5) == 2, "" );
42 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 };
43 const int &i1 = std::get<int>(p5);
44 const int &i2 = std::get<const int>(p5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.pass.cpp 36 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 };
37 static_assert ( std::get<int>(p5) == 1, "" );
38 static_assert ( std::get<const int>(p5) == 2, "" );
42 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 };
43 const int &i1 = std::get<int>(p5);
44 const int &i2 = std::get<const int>(p5);
  /external/libnfc-nci/src/include/
bt_trace.h 174 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,p6);
    [all...]
gki_target.h 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)
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,p6
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 355 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, 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/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 355 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, 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 355 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, 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/hal/include/
nfc_hal_target.h 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), \
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...]
gki_hal_target.h 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)
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,p6
    [all...]
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 145 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, p6, p7, p8, p9)
    [all...]
  /external/chromium_org/base/memory/
manual_constructor.h 86 const T5& p5) {
87 new(space_.void_data()) Type(p1, p2, p3, p4, p5);
93 const T5& p5, const T6& p6) {
94 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
100 const T5& p5, const T6& p6, const T7& p7) {
101 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7);
107 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
108 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall.cc 184 intptr_t p5) {
195 const intptr_t args[6] = {p0, p1, p2, p3, p4, p5};
syscall.h 19 // This performs system call |nr| with the arguments p0 to p5 from a constant
31 intptr_t p5);
46 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) {
53 (intptr_t)p5);
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 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/chromium_org/v8/src/x64/
simulator-x64.h 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/chromium_org/v8/src/x87/
simulator-x87.h 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/chromium_org/media/base/
gmock_callback_support.h 95 AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)) {
96 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5);
101 AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) {
102 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5, p6);
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 29 // CHECK: const char *p5 = 1.0E+12_baz;
30 const char *p5 = 1e12_baz; variable
  /external/llvm/unittests/ADT/
MakeUniqueTest.cpp 38 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/main/memcheck/tests/
leak-cases.c 12 // 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/chromium_org/sandbox/win/src/
crosscall_server.h 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,
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_exp.c 60 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
81 static const double p5 = 0x1.6376972bea4d0p-25; variable
112 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
156 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));

Completed in 1499 milliseconds

1 2 3 4 5 6 7 8 91011>>