Home
last modified time | relevance | path

Searched refs:a_and (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
Datomic.h149 #ifndef a_and
150 #define a_and a_and macro
151 static inline void a_and(volatile int *p, int v) in a_and() function
213 if (u.r[0]+1) a_and((int *)p, u.r[0]); in a_and_64()
214 if (u.r[1]+1) a_and((int *)p+1, u.r[1]); in a_and_64()
/third_party/musl/porting/uniproton/kernel/src/internal/
Datomic.h149 #ifndef a_and
150 #define a_and a_and macro
151 static inline void a_and(volatile int *p, int v) in a_and() function
213 if (u.r[0]+1) a_and((int *)p, u.r[0]); in a_and_64()
214 if (u.r[1]+1) a_and((int *)p+1, u.r[1]); in a_and_64()
/third_party/musl/porting/liteos_m/user/src/internal/
Datomic.h149 #ifndef a_and
150 #define a_and a_and macro
151 static inline void a_and(volatile int *p, int v) in a_and() function
213 if (u.r[0]+1) a_and((int *)p, u.r[0]); in a_and_64()
214 if (u.r[1]+1) a_and((int *)p+1, u.r[1]); in a_and_64()
/third_party/musl/src/internal/
Datomic.h149 #ifndef a_and
150 #define a_and a_and macro
151 static inline void a_and(volatile int *p, int v) in a_and() function
213 if (u.r[0]+1) a_and((int *)p, u.r[0]); in a_and_64()
214 if (u.r[1]+1) a_and((int *)p+1, u.r[1]); in a_and_64()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Datomic.h149 #ifndef a_and
150 #define a_and a_and macro
151 static inline void a_and(volatile int *p, int v) in a_and() function
213 if (u.r[0]+1) a_and((int *)p, u.r[0]); in a_and_64()
214 if (u.r[1]+1) a_and((int *)p+1, u.r[1]); in a_and_64()
/third_party/musl/arch/i386/
Datomic_arch.h28 #define a_and a_and macro
29 static inline void a_and(volatile int *p, int v) in a_and() function
/third_party/musl/arch/x32/
Datomic_arch.h28 #define a_and a_and macro
29 static inline void a_and(volatile int *p, int v) in a_and() function
/third_party/musl/arch/x86_64/
Datomic_arch.h37 #define a_and a_and macro
38 static inline void a_and(volatile int *p, int v) in a_and() function
/third_party/musl/src/thread/
Dpthread_mutex_consistent.c12 a_and(&m->_m_lock, ~0x40000000); in pthread_mutex_consistent()