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

1 2 3 4 5 6 7

  /external/clang/test/Modules/Inputs/
category_left_sub.h 5 @protocol P3
10 @interface Foo(LeftP3) <P3>
category_top.h 22 @protocol P3, P4;
redecl-merge-right.h 51 @protocol P4, P3;
52 @protocol P3;
53 @protocol P3;
54 @protocol P3;
redecl-merge-left.h 46 @protocol P3, P4;
48 @protocol P3;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
loop.s 3 R0 = [P3+_foo@GOT17M4];
loop2.s 3 R0 = [P3+_foo@GOT17M4];
loop3.s 3 R0 = [P3+_foo@GOT17M4];
cache2.s 13 PREFETCH [ P3 ] ;
23 PREFETCH [ P3++ ] ;
33 FLUSH [ P3 ] ;
42 FLUSH [ P3++ ] ;
52 FLUSHINV [ P3 ] ;
62 FLUSHINV [ P3++ ] ;
72 IFLUSH [ P3 ] ;
82 IFLUSH [ P3++ ] ;
cache2.d 10 6: 43 02 PREFETCH\[P3\];
18 16: 63 02 PREFETCH\[P3\+\+\];
26 26: 53 02 FLUSH\[P3\];
34 36: 73 02 FLUSH\[P3\+\+\];
42 46: 4b 02 FLUSHINV\[P3\];
50 56: 6b 02 FLUSHINV\[P3\+\+\];
58 66: 5b 02 IFLUSH\[P3\];
66 76: 7b 02 IFLUSH\[P3\+\+\];
pseudo.s 17 DBG P3;
89 DBGA(P3.L, -1);
90 DBGA(P3.H, -100);
91 DBGA(P3.L, -1000);
92 DBGA(P3.H, -8191);
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 29 typedef std::pair<P1, P2> P3;
30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
32 assert(p3.first == P1(3, nullptr));
33 assert(p3.second == P2(nullptr, 4));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 29 typedef std::pair<P1, P2> P3;
30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
32 assert(p3.first == P1(3, nullptr));
33 assert(p3.second == P2(nullptr, 4));
  /external/webrtc/webrtc/system_wrappers/include/
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...]
  /external/webrtc/webrtc/base/
refcount.h 43 template<typename P1, typename P2, typename P3>
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {
47 template<typename P1, typename P2, typename P3, typename P4>
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4)
49 : T(p1, p2, p3, p4), ref_count_(0) {
52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
bind.h 377 class P3>
383 P3 p3)
387 p3_(p3) {}
395 typename rtc::remove_reference<P3>::type p3_;
401 class P3>
404 Functor3(const FunctorT& functor, P1 p1, P2 p2, P3 p3)
408 p3_(p3) {}
415 typename rtc::remove_reference<P3>::type p3_
547 typename detail::identity<P3>::type p3, member in namespace:rtc
565 typename detail::identity<P3>::type p3, member in namespace:rtc
583 typename detail::identity<P3>::type p3, member in namespace:rtc
601 typename detail::identity<P3>::type p3, member in namespace:rtc
680 typename detail::identity<P3>::type p3, member in namespace:rtc
700 typename detail::identity<P3>::type p3, member in namespace:rtc
720 typename detail::identity<P3>::type p3, member in namespace:rtc
740 typename detail::identity<P3>::type p3, member in namespace:rtc
828 typename detail::identity<P3>::type p3, member in namespace:rtc
850 typename detail::identity<P3>::type p3, member in namespace:rtc
872 typename detail::identity<P3>::type p3, member in namespace:rtc
894 typename detail::identity<P3>::type p3, member in namespace:rtc
1006 typename detail::identity<P3>::type p3, member in namespace:rtc
1032 typename detail::identity<P3>::type p3, member in namespace:rtc
1058 typename detail::identity<P3>::type p3, member in namespace:rtc
1082 typename detail::identity<P3>::type p3, member in namespace:rtc
1206 typename detail::identity<P3>::type p3, member in namespace:rtc
1234 typename detail::identity<P3>::type p3, member in namespace:rtc
1262 typename detail::identity<P3>::type p3, member in namespace:rtc
1289 typename detail::identity<P3>::type p3, member in namespace:rtc
1423 typename detail::identity<P3>::type p3, member in namespace:rtc
1465 typename detail::identity<P3>::type p3, member in namespace:rtc
1496 typename detail::identity<P3>::type p3, member in namespace:rtc
1525 typename detail::identity<P3>::type p3, member in namespace:rtc
    [all...]
callback.h 163 class P3>
170 R operator()(P1 p1, P2 p2, P3 p3) {
173 return helper_->Run(p1, p2, p3);
180 virtual R Run(P1 p1, P2 p2, P3 p3) = 0;
184 virtual R Run(P1 p1, P2 p2, P3 p3) {
185 return functor_(p1, p2, p3);
195 class P3,
    [all...]
  /external/libgsm/inc/
unproto.h 16 #undef P3
  /external/libcxx/test/std/utilities/memory/pointer.conversion/
to_address.pass.cpp 51 class P3
54 explicit P3(int* p)
67 struct pointer_traits<::P3>
69 static int* to_address(const ::P3& p) noexcept
114 P3 p3(&i);
115 ASSERT_NOEXCEPT(std::to_address(p3));
116 assert(std::to_address(p3) == &i);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
Mbr.com 2 ???3??|??8?+?:?0??????PW???3?????|??.????3?????P??$?P3?.???<?uf??%<sE?????f&?Cf??f????{?vBR3??v?N??
  /external/clang/test/CodeGen/
partial-reinitialization1.c 33 struct P3 {
45 // CHECK: @l3 = global %struct.P3 { %struct.Q3 { %struct.R1 { i32 1, i32 2, i32 3 }, %struct.R2 { i32 0, i32 10, i32 0 } } }
46 struct P3 l3 = {
  /external/libffi/src/bfin/
sysv.S 59 FP-20 = P3
69 [FP-20] = P3;
87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
89 P3 = [P0+4];
105 P3 = [P0+4];
174 P3 = [FP-20];
  /external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
sysv.S 59 FP-20 = P3
69 [FP-20] = P3;
87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
89 P3 = [P0+4];
105 P3 = [P0+4];
174 P3 = [FP-20];
  /external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
sysv.S 59 FP-20 = P3
69 [FP-20] = P3;
87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
89 P3 = [P0+4];
105 P3 = [P0+4];
174 P3 = [FP-20];
  /external/llvm/test/MC/Hexagon/
dcfetch.s 10 P3 = SP1LOOP0(#8,R18)
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 81 AssertingVH<PHINode> P3 = B.CreatePHI(Type::getInt32Ty(C), 2);
82 P3->addIncoming(B.getInt32(42), Entry);
83 P3->addIncoming(B.getInt32(23), BB);
89 P1->addIncoming(P3, BB);

Completed in 495 milliseconds

1 2 3 4 5 6 7