Searched defs:a_fetch_add (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/musl/src/internal/ |
H A D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/trusty/musl/arch/microblaze/ |
D | atomic_arch.h | 37 #define a_fetch_add a_fetch_add macro 38 static inline int a_fetch_add(volatile int *x, int v) in a_fetch_add() function
|
/aosp_15_r20/external/musl/arch/microblaze/ |
H A D | atomic_arch.h | 37 #define a_fetch_add a_fetch_add macro 38 static inline int a_fetch_add(volatile int *x, int v) in a_fetch_add() function
|
/aosp_15_r20/external/trusty/musl/arch/i386/ |
D | atomic_arch.h | 19 #define a_fetch_add a_fetch_add macro 20 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/musl/arch/i386/ |
H A D | atomic_arch.h | 19 #define a_fetch_add a_fetch_add macro 20 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/musl/arch/x32/ |
H A D | atomic_arch.h | 19 #define a_fetch_add a_fetch_add macro 20 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/trusty/musl/arch/x32/ |
D | atomic_arch.h | 19 #define a_fetch_add a_fetch_add macro 20 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/trusty/musl/arch/x86_64/ |
D | atomic_arch.h | 28 #define a_fetch_add a_fetch_add macro 29 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/aosp_15_r20/external/musl/arch/x86_64/ |
H A D | atomic_arch.h | 28 #define a_fetch_add a_fetch_add macro 29 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|