Searched defs:a3 (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/kernel/arch-x86/asm/xen/ |
D | hypercall.h | 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatil… argument 32 #define _hypercall4(type, name, a1, a2, a3, a4) ({ long __res, __ign1, __ign2, __ign3, __ign4; … argument 34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign… argument
|
/bionic/libc/kernel/arch-mips/asm/ |
D | regdef.h | 32 #define a3 $7 macro 77 #define a3 $7 macro
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 47 #define a3 $7 macro
|
/bionic/libm/src/ |
D | e_lgamma_r.c | 97 a3 = 2.05808084325167332806e-02, /* 0x3F951322, 0xAC92547B */ variable
|
D | e_lgammaf_r.c | 31 a3 = 2.0580807701e-02, /* 0x3ca89915 */ variable
|