Searched defs:a_and (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/trusty/musl/arch/i386/ |
D | atomic_arch.h | 28 #define a_and a_and macro 29 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/musl/arch/i386/ |
H A D | atomic_arch.h | 28 #define a_and a_and macro 29 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/musl/arch/x32/ |
H A D | atomic_arch.h | 28 #define a_and a_and macro 29 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/trusty/musl/arch/x32/ |
D | atomic_arch.h | 28 #define a_and a_and macro 29 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/trusty/musl/arch/x86_64/ |
D | atomic_arch.h | 37 #define a_and a_and macro 38 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/musl/arch/x86_64/ |
H A D | atomic_arch.h | 37 #define a_and a_and macro 38 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | atomic.h | 150 #define a_and a_and macro 151 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/musl/src/internal/ |
H A D | atomic.h | 150 #define a_and a_and macro 151 static inline void a_and(volatile int *p, int v) in a_and() function
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_frame_scale_ssse3.c | 25 const __m128i a_and = _mm_and_si128(a, *mask); in scale_plane_2_to_1_phase_0_kernel() local
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | resize_ssse3.c | 27 const __m128i a_and = _mm_and_si128(a, *mask); in scale_plane_2_to_1_phase_0_kernel() local
|