Searched defs:a_swap (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/arch/microblaze/ |
D | atomic_arch.h | 20 #define a_swap a_swap macro 21 static inline int a_swap(volatile int *x, int v) in a_swap() function
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 32 #define a_swap a_swap macro 33 static inline int a_swap(volatile int *p, int v) in a_swap() function 107 #define a_swap a_swap macro 108 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 32 #define a_swap a_swap macro 33 static inline int a_swap(volatile int *p, int v) in a_swap() function 107 #define a_swap a_swap macro 108 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 32 #define a_swap a_swap macro 33 static inline int a_swap(volatile int *p, int v) in a_swap() function 107 #define a_swap a_swap macro 108 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 32 #define a_swap a_swap macro 33 static inline int a_swap(volatile int *p, int v) in a_swap() function 107 #define a_swap a_swap macro 108 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/src/internal/ |
D | atomic.h | 32 #define a_swap a_swap macro 33 static inline int a_swap(volatile int *p, int v) in a_swap() function 107 #define a_swap a_swap macro 108 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/arch/i386/ |
D | atomic_arch.h | 10 #define a_swap a_swap macro 11 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/arch/x32/ |
D | atomic_arch.h | 10 #define a_swap a_swap macro 11 static inline int a_swap(volatile int *p, int v) in a_swap() function
|
/third_party/musl/arch/x86_64/ |
D | atomic_arch.h | 19 #define a_swap a_swap macro 20 static inline int a_swap(volatile int *p, int v) in a_swap() function
|