/third_party/musl/arch/m68k/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/or1k/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/s390x/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/riscv64/ |
D | atomic_arch.h | 7 #define a_cas a_cas macro 8 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/sh/ |
D | atomic_arch.h | 34 #define a_cas a_cas macro 36 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/microblaze/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/arm/ |
D | atomic_arch.h | 45 #define a_cas a_cas macro 46 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/porting/liteos_m/user/arch/arm/ |
D | atomic_arch.h | 43 #define a_cas a_cas macro 44 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | atomic_arch.h | 45 #define a_cas a_cas macro 46 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/aarch64/ |
D | atomic_arch.h | 23 #define a_cas a_cas macro 24 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/i386/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/x32/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/arch/x86_64/ |
D | atomic_arch.h | 1 #define a_cas a_cas macro 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 19 #define a_cas a_cas macro 20 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 19 #define a_cas a_cas macro 20 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 19 #define a_cas a_cas macro 20 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 19 #define a_cas a_cas macro 20 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|
/third_party/musl/src/internal/ |
D | atomic.h | 19 #define a_cas a_cas macro 20 static inline int a_cas(volatile int *p, int t, int s) in a_cas() function
|