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

1 2 3 4 5 6 7 8 910

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_shared_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 assert(p1.owner_before(p3) || p3.owner_before(p1));
27 assert(p3.owner_before(p1) == p3.owner_before(p2));
owner_before_weak_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
30 assert(p3.owner_before(w1) == p3.owner_before(w2));
  /external/kernel-headers/original/asm-generic/
xor.h 39 unsigned long *p3)
44 p1[0] ^= p2[0] ^ p3[0];
45 p1[1] ^= p2[1] ^ p3[1];
46 p1[2] ^= p2[2] ^ p3[2];
47 p1[3] ^= p2[3] ^ p3[3];
48 p1[4] ^= p2[4] ^ p3[4];
49 p1[5] ^= p2[5] ^ p3[5];
50 p1[6] ^= p2[6] ^ p3[6];
51 p1[7] ^= p2[7] ^ p3[7];
54 p3 += 8
    [all...]
  /external/icu4c/test/perf/ubrkperf/
UBrkPerf.pl 45 my $p3; # Latest
50 $p3 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
54 $p3 = $ICUPathLatest."/ubrkperf/ubrkperf";
80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForward"],
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"],
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"],
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"],
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"],
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"],
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/propagation/
exception_ptr.pass.cpp 30 std::exception_ptr p3 = nullptr; local
31 assert(p3 == nullptr);
32 p3 = nullptr;
33 assert(p3 == nullptr);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
lt.pass.cpp 27 const std::shared_ptr<int> p3(ptr2, do_nothing);
29 assert(!(p2 < p3) && !(p3 < p2));
eq.pass.cpp 28 const std::shared_ptr<int> p3(ptr2, do_nothing);
30 assert(p2 == p3);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 41 const std::shared_ptr<int> p3(new int);
44 const std::weak_ptr<int> w3(p3);
52 assert(cs(p1 ,p3) || cs(p3, p1));
53 assert(cs(p3, p1) == cs(p3, p2));
57 assert(cs(p1, w3) || cs(p3, w1));
58 assert(cs(p3, w1) == cs(p3, w2));
71 assert(cs(w1, p3) || cs(w3, p1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 28 typedef std::pair<P1, P2> P3;
29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
31 assert(p3.first == P1(3, nullptr));
32 assert(p3.second == P2(nullptr, 4));
  /external/libnfc-nci/src/include/
bt_trace.h 170 UINT32 p3);
172 UINT32 p3, UINT32 p4);
174 UINT32 p3, UINT32 p4, UINT32 p5);
176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
593 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
594 (UINT32)(p2),(UINT32)(p3))
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),
    [all...]
gki_target.h 393 #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,p4
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 204 UINT32 p3);
206 UINT32 p3, UINT32 p4);
208 UINT32 p3, UINT32 p4, UINT32 p5);
210 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
634 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
635 (UINT32)(p2),(UINT32)(p3))
636 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
637 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
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), \
639 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4),
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 49 uint32_t p3,
66 /* mask |= (abs(p3 - p2) > limit) */
67 "subu_s.qb %[c], %[p3], %[p2] \n\t"
68 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
119 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
362 p3 = 0;
386 p3 = *((uint32_t *)(s3));
389 /* if (p1 - p4 == 0) and (p2 - p3 == 0
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 178 #define NCI_TRACE_3(l,t,m,p1,p2,p3) LogMsg(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINTPTR)(p1), \
179 (UINTPTR)(p2),(UINTPTR)(p3))
180 #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), \
192 #define HAL_TRACE_ERROR3(m,p1,p2,p3) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR) NCI_TRACE_3(TRACE_LAYER_HAL, TRACE_TYPE_ERROR, m,p1,p2,p3);}
    [all...]
gki_hal_target.h 255 #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,p4
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 97 Word16 *p1, *p2, *p3; local
106 p3 = &sig_hi[i - 1];
109 L_tmp1 -= vo_mult32((*p3--), (*p1++));
111 L_tmp1 -= vo_mult32((*p3--), (*p1++));
113 L_tmp1 -= vo_mult32((*p3--), (*p1++));
115 L_tmp1 -= vo_mult32((*p3--), (*p1++));
117 L_tmp1 -= vo_mult32((*p3--), (*p1++));
119 L_tmp1 -= vo_mult32((*p3--), (*p1++));
121 L_tmp1 -= vo_mult32((*p3--), (*p1++));
123 L_tmp1 -= vo_mult32((*p3--), (*p1++))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_shared_ptr.pass.cpp 23 const std::shared_ptr<int> p3(new int);
26 const std::weak_ptr<int> w3(p3);
29 assert(w1.owner_before(p3) || w3.owner_before(p1));
  /external/v8/src/ia32/
simulator-ia32.h 38 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
39 (entry(p0, p1, p2, p3, p4))
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 39 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
40 (entry(p0, p1, p2, p3, p4))
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/Analysis/diagnostics/
deref-track-symbolic-region.cpp 33 int *p3 = p2; // expected-note {{'p3' initialized to a null pointer value}} local
34 return *p3; // expected-warning {{Dereference of null pointer}}
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 27 // OUT PULONG p3,
38 void* p3 // 4 bytes
47 void* p3, // 4 bytes
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {}
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 35 public Point p3; field in class:Quad
40 public Quad(Point p0, Point p1, Point p2, Point p3) {
44 this.p3 = p3;
51 p3.IsInUnitRange();
55 return new Quad(p0.plus(t), p1.plus(t), p2.plus(t), p3.plus(t));
59 return new Quad(p0.plus(x, y), p1.plus(x, y), p2.plus(x, y), p3.plus(x, y));
63 return new Quad(p0.times(s), p1.times(s), p2.times(s), p3.times(s));
67 return new Quad(p0.mult(x, y), p1.mult(x, y), p2.mult(x, y), p3.mult(x, y));
71 List<Float> xs = Arrays.asList(p0.x, p1.x, p2.x, p3.x)
    [all...]
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 250 void LogMsg_3 (UINT32 maskTraceSet, const char *strFormat, UINT32 p1, UINT32 p2, UINT32 p3)
255 LogMsg (maskTraceSet, strFormat, p1, p2, p3);
263 LogMsg (maskTraceSet, strFormat, p1, p2, p3);
266 MMI_Echo(strFormat, p1, p2, p3);
271 LogMsg (maskTraceSet, strFormat, p1, p2, p3);
276 bte_hcisl_send_traces(maskTraceSet, strFormat, p1, p2, p3);
293 UINT32 p3, UINT32 p4)
298 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
306 LogMsg (maskTraceSet, strFormat, p1, p2, p3, p4);
309 MMI_Echo(strFormat, p1, p2, p3, p4)
    [all...]
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 134 inline void Init(const T1& p1, const T2& p2, const T3& p3) {
135 new(space()) Type(p1, p2, p3);
139 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) {
140 new(space()) Type(p1, p2, p3, p4);
144 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
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,
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,
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7)
    [all...]

Completed in 2443 milliseconds

1 2 3 4 5 6 7 8 910