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

1 2 3 4 5

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 14 int a6[] = { t.get() }; local
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 27 a.a6();
40 void a6(B b = B());
  /external/valgrind/main/massif/tests/
deep.c 5 // - In deep-B.vgtest, we have --alloc-fn=a6..a12, which means that get_XCon
22 void a6 (int n) { a7 (n); } function
23 void a5 (int n) { a6 (n); }
  /external/webkit/Source/WebKit/win/Interfaces/
IWebErrorPrivate.idl 40 uuid(19FED49C-7016-48a6-B5C6-07ADE116531B),
  /external/clang/test/Sema/
generic-selection.c 25 int a6[_Generic(0, short: 1, float: 2, int: 3) == 3 ? 1 : -1]; local
  /external/regex-re2/re2/
variadic_function.h 56 const Arg& a6) const {
57 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6 };
63 const Arg& a6, const Arg& a7) const {
64 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7 };
70 const Arg& a6, const Arg& a7, const Arg& a8) const {
71 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8 };
77 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9) const {
78 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8,
85 const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9,
87 const Arg* const args[] = { &a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7, &a8
    [all...]
  /external/clang/test/PCH/
cxx-templates.cpp 20 void test(const int (&a6)[17]) {
36 S6<const int[17]>::t2 b6 = a6;
  /external/valgrind/main/coregrind/
m_syscall.c 254 UWord a4, UWord a5, UWord a6
295 UWord a4, UWord a5, UWord a6
329 UWord a4, UWord a5, UWord a6
394 UWord a4, UWord a5, UWord a6,
440 UWord a4, UWord a5, UWord a6, /* 16(esp)..24(esp) */
460 UWord a4, UWord a5, UWord a6, /* 16(esp)..24(esp) */
473 UWord a4, UWord a5, UWord a6, /* 16(esp)..24(esp) */
506 UWord a4, UWord a5, UWord a6, /* rcx, r8, r9 */
530 UWord a4, UWord a5, UWord a6, /* rcx, r8, r9 */
583 UWord a4, UWord a5, UWord a6,
    [all...]
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 41 int a6[1] = {[this] = 1 }; // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'C *'}} local
  /external/clang/test/SemaCXX/
attr-weakref.cpp 15 static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6' must also have an alias attribute}} variable
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
23 a6 += 1.0/k;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 6 var a1 = a2 = a3 = a4 = a5 = a6 = a7 = a8 = a9 = 0.0;
23 a6 += 1.0/k;
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 111 typename A6>
113 const A5& a5, const A6& a6) : MockClass(a1, a2, a3, a4, a5, a6) {
119 typename A6, typename A7>
121 const A5& a5, const A6& a6, const A7& a7) : MockClass(a1, a2, a3, a4, a5,
122 a6, a7) {
128 typename A6, typename A7, typename A8>
130 const A5& a5, const A6& a6, const A7& a7, const A8& a8) : MockClass(a1
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 51 #define a6 $10 macro
  /external/chromium/base/memory/
linked_ptr_unittest.cc 60 linked_ptr<A> a6(b0);
61 ASSERT_TRUE(b0 == a6);
62 ASSERT_TRUE(a6 == b0);
69 a6->Use();
  /external/chromium/testing/gtest/test/
gtest-linked_ptr_test.cc 104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
113 a6->Use();
  /external/gtest/test/
gtest-linked_ptr_test.cc 104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
113 a6->Use();
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 41 union { struct sockaddr s; struct sockaddr_in a4; struct sockaddr_in6 a6; } addr; member in union:__anon9645
59 inner_len = sizeof(addr.a6);
61 addr.a6.sin6_len = inner_len;
63 addr.a6.sin6_family = AF_INET6;
64 addr.a6.sin6_flowinfo = 0;
65 addr.a6.sin6_port = 1; // Not important, any port will do
66 addr.a6.sin6_addr = *(struct in6_addr*)&dst->ip.v6;
67 addr.a6.sin6_scope_id = 0;
79 else src->ip.v6 = *(mDNSv6Addr*)&addr.a6.sin6_addr;
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<A> a6(b0);
104 ASSERT_TRUE(b0 == a6);
105 ASSERT_TRUE(a6 == b0);
112 a6->Use();
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regdef.h 51 #define a6 $10 macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regdef.h 51 #define a6 $10 macro
  /external/valgrind/main/memcheck/tests/
wrap6.c 350 UInt fn_6 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6 )
359 words[6-1] = a6;
366 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6 )
373 (int)a1, (int)a2, (int)a3, (int)a4, (int)a5, (int)a6);
374 CALL_FN_W_6W(r, fn, a1, a2, a3, a4, a5, a6);
382 UInt fn_7 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6,
392 words[6-1] = a6;
400 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6,
408 (int)a1, (int)a2, (int)a3, (int)a4, (int)a5, (int)a6,
410 CALL_FN_W_7W(r, fn, a1, a2, a3, a4, a5, a6, a7)
    [all...]
  /external/clang/test/CodeGen/
asm-variable.c 32 double a5, double a6, double a7) {
50 b6 = a6;
x86_32-arguments-linux.c 8 // CHECK: <4 x i32> %a6, %struct.s56_3* byval align 4,
44 t56_v4i a6, struct s56_3 a7,
49 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
ms_struct-bitfield-1.c 53 static int a6[(sizeof(t6) == 4) -1]; variable

Completed in 823 milliseconds

1 2 3 4 5