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

1 2 3 4 5

  /external/clang/test/Modules/Inputs/
redecl-merge-bottom.h 5 @protocol P4;
6 @protocol P4;
7 @protocol P4;
category_right_sub.h 11 @protocol P4
16 @interface Foo(LeftP4) <P4>
category_top.h 22 @protocol P3, P4;
redecl-merge-left.h 46 @protocol P3, P4;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
cache2.s 14 PREFETCH [ P4 ] ;
24 PREFETCH [ P4++ ] ;
34 FLUSH [ P4 ] ;
43 FLUSH [ P4++ ] ;
53 FLUSHINV [ P4 ] ;
63 FLUSHINV [ P4++ ] ;
73 IFLUSH [ P4 ] ;
83 IFLUSH [ P4++ ] ;
cache2.d 11 8: 44 02 PREFETCH\[P4\];
19 18: 64 02 PREFETCH\[P4\+\+\];
27 28: 54 02 FLUSH\[P4\];
35 38: 74 02 FLUSH\[P4\+\+\];
43 48: 4c 02 FLUSHINV\[P4\];
51 58: 6c 02 FLUSHINV\[P4\+\+\];
59 68: 5c 02 IFLUSH\[P4\];
67 78: 7c 02 IFLUSH\[P4\+\+\];
cache.s 17 flushinv[ P4 ++ ];
cache.d 16 a: 6c 02 FLUSHINV\[P4\+\+\];
move2.s 23 P4 = P4;
41 R7 = P4;
47 P4 = R7;
96 P4 = M0;
105 P4 = L0;
201 USP = P4;
247 RETI = P4;
255 LT1 = P4;
326 IF CC R7 = P4;
    [all...]
flow2.s 17 JUMP (P4);
27 JUMP (PC+P4);
103 CALL(P4);
112 CALL(PC+P4);
parallel2.s 4 a0 = R0 || P0 = [P4+28];
9 R6 = a0 || P0 = [P4+44];
10 R7 = A1 || P0 = [P4+48];
11 R6 = A0, R7 = a1 || P0 = [P4+52];
12 r1 = a1, r0 = a0 (fu) || P0 = [P4+56];
14 A0.X = r5.l || p0 = [p4+60];
73 A1 = ROT a1 By -32 || R5 = W [P4] (z);
75 r0 = rot r1 by r2.L || R5 = W [P4++] (z);
76 R0 = Rot R4 BY R3.L || R5 = W [P4--] (z);
  /external/libgsm/inc/
unproto.h 17 #undef P4
proto.h 29 #undef P4
43 # define P4(x, a, b, c, d) (a, b, c, d)
57 # define P4(x, a, b, c, d) x a; b; c; d;
  /external/webrtc/webrtc/base/
refcount.h 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)
54 : T(p1, p2, p3, p4, p5), ref_count_(0) {
57 template<typename P1, typename P2, typename P3, typename P4, typename P5,
59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6
    [all...]
bind.h 488 class P4>
495 P4 p4)
500 p4_(p4) {}
509 typename rtc::remove_reference<P4>::type p4_;
516 class P4>
519 Functor4(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4)
524 p4_(p4) {}
532 typename rtc::remove_reference<P4>::type p4_
681 typename detail::identity<P4>::type p4, member in namespace:rtc
701 typename detail::identity<P4>::type p4, member in namespace:rtc
721 typename detail::identity<P4>::type p4, member in namespace:rtc
741 typename detail::identity<P4>::type p4, member in namespace:rtc
829 typename detail::identity<P4>::type p4, member in namespace:rtc
851 typename detail::identity<P4>::type p4, member in namespace:rtc
873 typename detail::identity<P4>::type p4, member in namespace:rtc
895 typename detail::identity<P4>::type p4, member in namespace:rtc
1007 typename detail::identity<P4>::type p4, member in namespace:rtc
1033 typename detail::identity<P4>::type p4, member in namespace:rtc
1059 typename detail::identity<P4>::type p4, member in namespace:rtc
1083 typename detail::identity<P4>::type p4, member in namespace:rtc
1207 typename detail::identity<P4>::type p4, member in namespace:rtc
1235 typename detail::identity<P4>::type p4, member in namespace:rtc
1263 typename detail::identity<P4>::type p4, member in namespace:rtc
1290 typename detail::identity<P4>::type p4, member in namespace:rtc
1424 typename detail::identity<P4>::type p4, member in namespace:rtc
1466 typename detail::identity<P4>::type p4, member in namespace:rtc
1497 typename detail::identity<P4>::type p4, member in namespace:rtc
1526 typename detail::identity<P4>::type p4, member in namespace:rtc
    [all...]
callback.h 196 class P4>
203 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) {
206 return helper_->Run(p1, p2, p3, p4);
213 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) = 0;
217 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) {
218 return functor_(p1, p2, p3, p4);
229 class P4,
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
ref_count.h 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)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/clang/test/CodeGen/
partial-reinitialization1.c 55 struct P4 {
60 struct P4 l4 = { { L"foo" }, .x[2] = L'x' };
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 85 PHINode *P4 = B.CreatePHI(Type::getInt32Ty(C), 2);
86 P4->addIncoming(B.getInt32(42), Entry);
87 P4->addIncoming(B.getInt32(23), BB);
90 P2->addIncoming(P4, BB);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 34 P4 = 0.145996192886612446982; /* 0x3fc2b000, 0xd4e4edd7 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2f.c 43 P4 = 0x1.3b2c9cp-7f;
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
  /external/libgsm/src/
debug.c 21 void gsm_debug_words P4( (name, from, to, ptr),
41 void gsm_debug_longwords P4( (name, from, to, ptr),
  /device/google/contexthub/firmware/lib/libm/
ef_exp.c 39 P4 = -1.6533901999e-06, /* 0xb5ddea0e */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));

Completed in 91 milliseconds

1 2 3 4 5