/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/bionic/libc/kernel/arch-x86/asm/ |
cmpxchg_32.h | 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
cmpxchg_32.h | 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
cmpxchg_32.h | 30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) ) macro
|
/external/kernel-headers/original/asm-x86/ |
cmpxchg_32.h | 65 #define _set_64bit(ptr,value) \ macro
|