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

1 2 3 4 5 6 7 8 910

  /external/clang/test/Sema/
array-declared-as-incorrect-type.c 12 extern int a4[][2]; // expected-note {{previous definition is here}}
13 int a4[2]; // expected-error {{redefinition of 'a4'}} variable
generic-selection.c 23 int a4[_Generic(0L, default: 1, short: 2, float: 3, int: 4) == 1 ? 1 : -1]; local
  /external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
30 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun1_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
const_mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
30 const F f(&A::a4);
const_mem_fun.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_ref.pass.cpp 24 double a4(unsigned i) const {return i-1;} function in struct:A
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtccommon.h 48 #define LOG_RTCERR4(func, a1, a2, a3, a4) \
49 LOG_RTCERR4_EX(func, a1, a2, a3, a4, GetLastEngineError())
50 #define LOG_RTCERR5(func, a1, a2, a3, a4, a5) \
51 LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, GetLastEngineError())
52 #define LOG_RTCERR6(func, a1, a2, a3, a4, a5, a6) \
53 LOG_RTCERR6_EX(func, a1, a2, a3, a4, a5, a6, GetLastEngineError())
64 #define LOG_RTCERR4_EX(func, a1, a2, a3, a4, err) LOG(LS_WARNING) \
66 << ", " << a4 << ") failed, err=" << err
67 #define LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, err) LOG(LS_WARNING) \
69 << ", " << a4 << ", " << a5 << ") failed, err=" << er
    [all...]
  /external/libcxxabi/test/
dynamic_cast5.cpp 43 struct A4
48 virtual ~A4() {}
53 A4* getA4() {return this;}
57 : public A4,
63 t1::A1* getA1() {return A4::getA1();}
64 A2* getA2() {return A4::getA2();}
65 A3* getA3() {return A4::getA3();}
66 A4* getA4() {return A4::getA4();}
75 A4 a4 local
219 A4 a4; local
363 A4 a4; local
506 A4 a4; local
649 A4 a4; local
792 A4 a4; local
935 A4 a4; local
1078 A4 a4; local
1221 A4 a4; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-natives-elements.js 249 var a4 = [1,2,3];
250 assertEquals(3, a4.pop());
251 assertTrue(%HasFastSmiElements(a4));
252 a4 = [1.1,2,3];
253 assertEquals(3, a4.pop());
254 assertTrue(%HasFastDoubleElements(a4));
255 a4 = [{},2,3];
256 assertEquals(3, a4.pop());
257 assertTrue(%HasFastObjectElements(a4));
260 var a4 = [1,2,3]
    [all...]
  /external/clang/test/Index/
annotate-comments-preprocessor.c 18 #define A4 1 // Aaa.
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
  /external/chromium_org/third_party/libxml/src/
triodef.h 142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
144 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
147 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
148 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
triodef.h 140 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
141 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
142 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
145 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
146 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 18 int a4[] = {}; // expected-error {{zero size arrays}} variable
  /external/clang/test/CodeGen/
asm-variable.c 5 unsigned long long a3, unsigned long long a4,
19 b4 = a4;
31 double a3, double a4,
48 b4 = a4;
  /external/libxml2/
triodef.h 142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5;
144 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6;
147 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4
148 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
memset.S 46 # a2/ dst, a3/ c, a4/ length
56 srli a7, a4, 4 # number of loop iterations with 16B
58 bnez a4, .Laligned
85 bbci.l a4, 3, .L2
91 bbci.l a4, 2, .L3
96 bbci.l a4, 1, .L4
101 bbci.l a4, 0, .L5
113 bltui a4, 8, .Lbyteset # do short copies byte by byte
119 addi a4, a4, -
    [all...]
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 41 const Arg& a2, const Arg& a3, const Arg& a4) const {
42 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4 };
47 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5) const {
48 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5 };
53 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
55 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6 };
60 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
62 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 };
67 const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5,
69 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 }
    [all...]
  /external/openssl/crypto/bn/asm/
x86-gf2m.pl 48 ($a1,$a2,$a4)=("ecx","edx","ebp");
61 &lea ($a4,&DWP(0,$a2,$a2));
71 &xor ($a2,$a4); # a2^a4
75 &xor ($a1,$a2); # a1^a4=a1^a2^a2^a4
76 &mov (&DWP(4*4,"esp"),$a4); # a4
77 &xor ($a4,$a2); # a2=a4^a2^a
    [all...]
  /external/chromium_org/v8/src/ic/mips64/
access-compiler-mips64.cc 27 static Register registers[] = {receiver, name, a3, a0, a4, a5};
37 static Register registers[] = {receiver, name, a3, a4, a5};

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 910