Searched refs:a_and_64 (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/arch/x32/ |
D | atomic_arch.h | 44 #define a_and_64 a_and_64 macro 45 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/arch/x86_64/ |
D | atomic_arch.h | 53 #define a_and_64 a_and_64 macro 54 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 208 #ifndef a_and_64 209 #define a_and_64 a_and_64 macro 210 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 208 #ifndef a_and_64 209 #define a_and_64 a_and_64 macro 210 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 208 #ifndef a_and_64 209 #define a_and_64 a_and_64 macro 210 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 208 #ifndef a_and_64 209 #define a_and_64 a_and_64 macro 210 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/src/internal/ |
D | atomic.h | 208 #ifndef a_and_64 209 #define a_and_64 a_and_64 macro 210 static inline void a_and_64(volatile uint64_t *p, uint64_t v) in a_and_64() function
|
/third_party/musl/porting/liteos_a/user/src/malloc/ |
D | malloc.c | 191 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
|
/third_party/musl/src/malloc/ |
D | malloc.c | 191 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | malloc.c | 197 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
|
/third_party/musl/porting/linux/user/src/malloc/ |
D | malloc.c | 517 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
|