HomeSort by relevance Sort by last modified time
    Searched refs:a4 (Results 151 - 175 of 1311) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/xen/
hypercall.h 32 #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; })
34 #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; })
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/xen/
hypercall.h 32 #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; })
34 #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; })
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/xen/
hypercall.h 32 #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; })
34 #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; })
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 32 #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; })
34 #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; })
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
fdpic-goti20-static.d 14 4100a4 00000001[ \t]+.*
16 4100a8 00000000 00000000 00000000 004100a4[ \t]+.*
fdpic-gotoffi20-static.d 12 40009c 004100a4[ \t]+.*
16 4100a4 00000000 00000000 00000000[ \t]+.*
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15175.go 36 func f1(a1 uint, a2 int8, a3 int8, a4 int8, a5 uint8, a6 int, a7 bool) uint8 {
38 a4 += (a2 << a1 << 2) | (a4 ^ a4<<(a1&a1)) - a3 // int8
41 a3 *= a4 << (a1 | a1) << (uint16(3) >> 2 & (1 - 0) & (uint16(1) << a5 << 3)) // int8
42 a7 = a7 || ((a2 == a4) || (a7 && a7) || ((a5 == a5) || (a7 || a7))) // bool
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15175.go 36 func f1(a1 uint, a2 int8, a3 int8, a4 int8, a5 uint8, a6 int, a7 bool) uint8 {
38 a4 += (a2 << a1 << 2) | (a4 ^ a4<<(a1&a1)) - a3 // int8
41 a3 *= a4 << (a1 | a1) << (uint16(3) >> 2 & (1 - 0) & (uint16(1) << a5 << 3)) // int8
42 a7 = a7 || ((a2 == a4) || (a7 && a7) || ((a5 == a5) || (a7 || a7))) // bool
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
booke.d 14 10: (7c 00 07 a4|a4 07 00 7c) tlbwe
15 14: (7c 00 07 a4|a4 07 00 7c) tlbwe
16 18: (7c 21 0f a4|a4 0f 21 7c) tlbwe r1,r1,1
  /toolchain/binutils/binutils-2.25/gold/testsuite/
common_test_1.c 46 int a4 __attribute__ ((aligned (1 << 6))); variable
67 assert (&a3 < &a4);
68 assert (&a4 < &a9);
common_test_1_v1.c 49 int a4 __attribute__ ((aligned (1 << 6))); variable
71 assert (&a3 > &a4);
72 assert (&a4 > &a9);
common_test_1_v2.c 46 int a4 __attribute__ ((aligned (1 << 6))); variable
69 assert (&a3 != &a4);
70 assert (&a4 != &a9);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
string-ok.d 18 [ ]+[0-9a-f]+: 2e a4[ ]+movsb %cs:\(%esi\),(%es:)?\(%edi\)
19 [ ]+[0-9a-f]+: a4[ ]+movsb (%ds:)?\(%esi\),(%es:)?\(%edi\)
20 [ ]+[0-9a-f]+: 67 a4[ ]+movsb (%ds:)?\(%si\),(%es:)?\(%di\)
21 [ ]+[0-9a-f]+: a4[ ]+movsb (%ds:)?\(%esi\),(%es:)?\(%edi\)
22 [ ]+[0-9a-f]+: a4[ ]+movsb (%ds:)?\(%esi\),(%es:)?\(%edi\)
38 [ ]+[0-9a-f]+: 67 a4[ ]+movsb (%ds:)?\(%si\),(%es:)?\(%di\)
42 [ ]+[0-9a-f]+: 67 a4[ ]+movsb (%ds:)?\(%si\),(%es:)?\(%di\)
54 [ ]+[0-9a-f]+: 2e a4[ ]+movsb %cs:\(%esi\),(%es:)?\(%edi\)
55 [ ]+[0-9a-f]+: a4[ ]+movsb (%ds:)?\(%esi\),(%es:)?\(%edi\)
56 [ ]+[0-9a-f]+: a4[ ]+movsb (%ds:)?\(%esi\),(%es:)?\(%edi\
    [all...]

Completed in 1191 milliseconds

1 2 3 4 5 67 8 91011>>