Home
last modified time | relevance | path

Searched refs:a_and_64 (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/arch/x32/
Datomic_arch.h44 #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/
Datomic_arch.h53 #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/
Datomic.h208 #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/
Datomic.h208 #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/
Datomic.h208 #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/
Datomic.h208 #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/
Datomic.h208 #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/
Dmalloc.c191 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
/third_party/musl/src/malloc/
Dmalloc.c191 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c197 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c517 a_and_64(&mal.binmap, ~(1ULL<<i)); in unbin()