Home
last modified time | relevance | path

Searched defs:__SYSCALL_DISP (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h41 #define __SYSCALL_DISP(b,...) __SYSCALL_CONCAT(b,__SYSCALL_NARGS(__VA_ARGS__))(__VA_ARGS__) macro
/third_party/musl/src/internal/
H A Dsyscall.h42 #define __SYSCALL_DISP(b,...) __SYSCALL_CONCAT(b,__SYSCALL_NARGS(__VA_ARGS__))(__VA_ARGS__) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h42 #define __SYSCALL_DISP(b,...) __SYSCALL_CONCAT(b,__SYSCALL_NARGS(__VA_ARGS__))(__VA_ARGS__) macro

Completed in 4 milliseconds