Searched refs:a_or_64 (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 218 #ifndef a_or_64 219 #define a_or_64 a_or_64 macro 220 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function 242 else a_or_64(p, v); in a_or_l()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 218 #ifndef a_or_64 219 #define a_or_64 a_or_64 macro 220 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function 242 else a_or_64(p, v); in a_or_l()
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 218 #ifndef a_or_64 219 #define a_or_64 a_or_64 macro 220 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function 242 else a_or_64(p, v); in a_or_l()
|
/third_party/musl/src/internal/ |
D | atomic.h | 218 #ifndef a_or_64 219 #define a_or_64 a_or_64 macro 220 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function 242 else a_or_64(p, v); in a_or_l()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 218 #ifndef a_or_64 219 #define a_or_64 a_or_64 macro 220 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function 242 else a_or_64(p, v); in a_or_l()
|
/third_party/musl/arch/x32/ |
D | atomic_arch.h | 52 #define a_or_64 a_or_64 macro 53 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function
|
/third_party/musl/arch/x86_64/ |
D | atomic_arch.h | 61 #define a_or_64 a_or_64 macro 62 static inline void a_or_64(volatile uint64_t *p, uint64_t v) in a_or_64() function
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
D | malloc.c | 267 a_or_64(&mal.binmap, 1ULL<<i); in bin_chunk()
|
/third_party/musl/src/malloc/oldmalloc/ |
D | malloc.c | 267 a_or_64(&mal.binmap, 1ULL<<i); in bin_chunk()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
D | malloc.c | 274 a_or_64(&mal.binmap, 1ULL<<i); in bin_chunk()
|