Home
last modified time | relevance | path

Searched refs:__SYSCALL_CONCAT_X (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h39 #define __SYSCALL_CONCAT_X(a,b) a##b macro
40 #define __SYSCALL_CONCAT(a,b) __SYSCALL_CONCAT_X(a,b)
/third_party/musl/src/internal/
Dsyscall.h40 #define __SYSCALL_CONCAT_X(a,b) a##b macro
41 #define __SYSCALL_CONCAT(a,b) __SYSCALL_CONCAT_X(a,b)
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h40 #define __SYSCALL_CONCAT_X(a,b) a##b macro
41 #define __SYSCALL_CONCAT(a,b) __SYSCALL_CONCAT_X(a,b)