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

1 2 3 4 5 6

  /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/chromium/chrome/browser/resources/
keyboard_overlay_data.js 606 "p5": "71",
613 "p5": "77",
620 "p5": "65",
627 "p5": "72",
634 "p5": "74",
641 "p5": "79",
648 "p5": "75",
655 "p5": "69",
662 "p5": "6F",
669 "p5": "70"
    [all...]
  /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/bluetooth/bluedroid/include/
bt_trace.h 208 UINT32 p3, UINT32 p4, UINT32 p5);
210 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
638 #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), \
640 (UINT32)(p5))
641 #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), \
643 (UINT32)(p5),(UINT32)(p6))
657 #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);}
658 #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 411 #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)
412 #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)
419 #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)
420 #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)
  /external/kernel-headers/original/asm-generic/
xor.h 82 unsigned long *p3, unsigned long *p4, unsigned long *p5)
87 p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0];
88 p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1];
89 p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2];
90 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3];
91 p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4];
92 p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5];
93 p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6];
94 p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7];
99 p5 += 8
    [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...]
  /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/v8/src/ia32/
simulator-ia32.h 47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /external/v8/src/x64/
simulator-x64.h 47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /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/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/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /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))));
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 336 UINT32 p3, UINT32 p4, UINT32 p5)
341 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5);
349 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5);
352 MMI_Echo(strFormat, p1, p2, p3, p4, p5);
357 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5);
362 bte_hcisl_send_traces(maskTraceSet, strFormat, p1, p2, p3, p4, p5);
379 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6)
384 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5, p6);
392 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4, p5, p6);
395 MMI_Echo(strFormat, p1, p2, p3, p4, p5, p6)
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 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+2*p5+p6]
314 uxtab16 r7, r7, r12 ; [p6+2*p7+p8+2 | p4+2*p5+p6+2
    [all...]
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
PackageTest.java 150 Package p5 = getTestPackage("hyts_pq.jar", "p.q.C"); local
153 "p Implementation-Title", p5.getImplementationTitle());
156 "p Implementation-Vendor", p5.getImplementationVendor());
159 "1.1.3", p5.getImplementationVersion());
162 "p Specification-Title", p5.getSpecificationTitle());
165 "p Specification-Vendor", p5.getSpecificationVendor());
168 "2.2.0.0.0.0.0.0.0.0.0", p5.getSpecificationVersion());
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TimeZone.java 75 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) {
  /external/chromium/base/
bind.h 76 typename P5>
78 P5> >
80 const P5& p5) {
82 new internal::InvokerStorage5<Sig, P1, P2, P3, P4, P5>(
83 f, p1, p2, p3, p4, p5));
87 typename P5, typename P6>
89 P5, P6> >
91 const P5& p5, const P6& p6)
    [all...]
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable

Completed in 2498 milliseconds

1 2 3 4 5 6