Searched defs:CPU_XOR_S (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | sched.h | 104 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | sched.h | 111 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | sched.h | 103 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | sched.h | 118 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d)
macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | sched.h | 103 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | sched.h | 115 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | sched.h | 103 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
/third_party/musl/include/ |
H A D | sched.h | 129 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro
|
Completed in 6 milliseconds