Searched refs:ll_low (Results 1 - 2 of 2) sorted by relevance

/ndk/build/platforms/android-5/arch-x86/usr/include/asm/
H A Dcmpxchg_32.h22 #define ll_low(x) *(((unsigned int*)&(x))+0) macro
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)) )
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/
H A Dcmpxchg_32.h22 #define ll_low(x) *(((unsigned int*)&(x))+0) macro
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)) )

Completed in 67 milliseconds