/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 103 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 121 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 103 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 121 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 103 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 121 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 104 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 120 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 118 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 136 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 111 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 129 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 115 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 133 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|
/third_party/musl/include/ |
D | sched.h | 129 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) macro 147 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
|