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

1 2 3 4 5 6

  /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/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 18 int a4[] = {}; // expected-error {{zero size arrays}} variable
  /external/libffi/testsuite/libffi.call/
cls_multi_sshortchar.c 11 signed char a3, signed short a4)
15 result = a1 + a2 + a3 + a4;
17 printf("%d %d %d %d: %d\n", a1, a2, a3, a4, result);
27 signed short a2, a4; local
32 a4 = *(signed short *)avals[3];
34 *(ffi_arg *)rval = test_func_fn(a1, a2, a3, a4);
cls_multi_ushortchar.c 11 unsigned char a3, unsigned short a4)
15 result = a1 + a2 + a3 + a4;
17 printf("%d %d %d %d: %d\n", a1, a2, a3, a4, result);
27 unsigned short a2, a4; local
32 a4 = *(unsigned short *)avals[3];
34 *(ffi_arg *)rval = test_func_fn(a1, a2, a3, a4);
cls_multi_uchar.c 11 unsigned char a3, unsigned char a4)
15 result = a1 + a2 + a3 + a4;
17 printf("%d %d %d %d: %d\n", a1, a2, a3, a4, result);
26 unsigned char a1, a2, a3, a4; local
31 a4 = *(unsigned char *)avals[3];
33 *(ffi_arg *)rval = test_func_fn(a1, a2, a3, a4);
  /external/valgrind/main/massif/tests/
deep.c 24 void a4 (int n) { a5 (n); } function
25 void a3 (int n) { a4 (n); }
alloc-fns.c 3 void a4(int n) { malloc(n); } function
4 void a3(int n) { a4(n); }
  /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/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/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 96 template <typename A1, typename A2, typename A3, typename A4>
98 const A4& a4) : MockClass(a1, a2, a3, a4) {
103 template <typename A1, typename A2, typename A3, typename A4, typename A5>
104 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4,
105 const A5& a5) : MockClass(a1, a2, a3, a4, a5) {
110 template <typename A1, typename A2, typename A3, typename A4, typename A5,
112 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4
    [all...]
  /bionic/libc/kernel/arch-x86/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /development/ndk/platforms/android-9/arch-x86/include/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /external/blktrace/doc/
Makefile 11 @dvipdfm -p a4 blktrace
  /external/clang/test/SemaCXX/
attr-weakref.cpp 9 static int a4 __attribute__((weakref, alias ("foo"))); 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;
21 a4 += 1.0/(k3 * sk*sk);
  /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;
21 a4 += 1.0/(k3 * sk*sk);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 30 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /external/valgrind/main/memcheck/tests/
wrap6.c 289 UInt fn_4 ( UInt a1, UInt a2, UInt a3, UInt a4 )
296 words[4-1] = a4;
303 ( UInt a1, UInt a2, UInt a3, UInt a4 )
310 (int)a1, (int)a2, (int)a3, (int)a4);
311 CALL_FN_W_WWWW(r, fn, a1, a2, a3, a4);
319 UInt fn_5 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5 )
326 words[4-1] = a4;
334 ( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5 )
341 (int)a1, (int)a2, (int)a3, (int)a4, (int)a5);
342 CALL_FN_W_5W(r, fn, a1, a2, a3, a4, a5)
    [all...]
  /external/valgrind/main/coregrind/
m_syscall.c 283 UWord a4, UWord a5, UWord a6
324 UWord a4, UWord a5, UWord a6
358 UWord a4, UWord a5, UWord a6
423 UWord a4, UWord a5, UWord a6,
443 UWord a4, UWord a5, UWord a6,
459 args[3] = a3; args[4] = a4;
523 UWord a4, UWord a5, UWord a6,
530 args[3] = a3; args[4] = a4;
620 UWord a4, UWord a5, UWord a6, /* 16(esp)..24(esp) */
640 UWord a4, UWord a5, UWord a6, /* 16(esp)..24(esp) *
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6