Home
last modified time | relevance | path

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

/third_party/musl/arch/m68k/
H A Dsyscall_arch.h36 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/s390x/
H A Dsyscall_arch.h32 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/porting/liteos_m/user/arch/arm/
H A Dsyscall_arch.h36 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/loongarch64/
H A Dsyscall_arch.h48 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/mips64/
H A Dsyscall_arch.h56 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/or1k/
H A Dsyscall_arch.h47 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/powerpc64/
H A Dsyscall_arch.h35 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/microblaze/
H A Dsyscall_arch.h39 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/powerpc/
H A Dsyscall_arch.h37 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/riscv32/
H A Dsyscall_arch.h33 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/riscv64/
H A Dsyscall_arch.h31 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/sh/
H A Dsyscall_arch.h46 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/porting/liteos_a/user/arch/arm/
H A Dsyscall_arch.h59 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/porting/linux/user/arch/aarch64/
H A Dsyscall_arch.h43 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/aarch64/
H A Dsyscall_arch.h51 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/mipsn32/
H A Dsyscall_arch.h56 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/arm/
H A Dsyscall_arch.h59 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/mips/
H A Dsyscall_arch.h57 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() function
/third_party/musl/arch/i386/
H A Dsyscall_arch.h36 static inline long __syscall3(long n, long a1, long a2, long a3) in __syscall3() function
/third_party/musl/arch/x86_64/
H A Dsyscall_arch.h26 static __inline long __syscall3(long n, long a1, long a2, long a3) in __syscall3() function
/third_party/musl/arch/x32/
H A Dsyscall_arch.h29 static __inline long __syscall3(long long n, long long a1, long long a2, long long a3) in __syscall3() 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.h31 #define __syscall3(n,a,b,c) __syscall3(n,__scc(a),__scc(b),__scc(c)) macro
/third_party/musl/src/internal/
H A Dsyscall.h32 #define __syscall3(n,a,b,c) __syscall3(n,__scc(a),__scc(b),__scc(c)) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h32 #define __syscall3(n,a,b,c) __syscall3(n,__scc(a),__scc(b),__scc(c)) macro

Completed in 11 milliseconds