Home
last modified time | relevance | path

Searched defs:__syscall6 (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/arch/m68k/
H A Dsyscall_arch.h75 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/s390x/
H A Dsyscall_arch.h62 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/porting/liteos_m/user/arch/arm/
H A Dsyscall_arch.h66 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/loongarch64/
H A Dsyscall_arch.h96 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/mips64/
H A Dsyscall_arch.h105 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/or1k/
H A Dsyscall_arch.h96 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/powerpc64/
H A Dsyscall_arch.h74 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/microblaze/
H A Dsyscall_arch.h81 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/powerpc/
H A Dsyscall_arch.h76 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/riscv32/
H A Dsyscall_arch.h63 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/riscv64/
H A Dsyscall_arch.h61 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/sh/
H A Dsyscall_arch.h78 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/porting/liteos_a/user/arch/arm/
H A Dsyscall_arch.h89 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/porting/linux/user/arch/aarch64/
H A Dsyscall_arch.h82 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/aarch64/
H A Dsyscall_arch.h96 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/mipsn32/
H A Dsyscall_arch.h105 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/arm/
H A Dsyscall_arch.h89 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/mips/
H A Dsyscall_arch.h105 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6() function
/third_party/musl/arch/i386/
H A Dsyscall_arch.h71 static inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a5, long a6) in __syscall6() function
/third_party/musl/arch/x86_64/
H A Dsyscall_arch.h53 static __inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a5, long a6) in __syscall6() function
/third_party/musl/arch/x32/
H A Dsyscall_arch.h58 static __inline long __syscall6(long long n, long long a1, long long a2, long long a3, in __syscall6() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h34 #define __syscall6(n,a,b,c,d,e,f) __syscall6(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f)) macro
/third_party/musl/src/internal/
H A Dsyscall.h35 #define __syscall6(n,a,b,c,d,e,f) __syscall6(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f)) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h35 #define __syscall6(n,a,b,c,d,e,f) __syscall6(n,__scc(a),__scc(b),__scc(c),__scc(d),__scc(e),__scc(f)) macro

Completed in 17 milliseconds