HomeSort by relevance Sort by last modified time
    Searched refs:ll_low (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
cmpxchg_32.h 22 #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)) )
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cmpxchg_32.h 22 #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)) )
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
cmpxchg_32.h 22 #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)) )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
cmpxchg_32.h 22 #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)) )
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 22 #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)) )
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 51 #define ll_low(x) *(((unsigned int*)&(x))+0) macro
57 __set_64bit(ptr,ll_low(value), ll_high(value));
68 __set_64bit(ptr, ll_low(value), ll_high(value)) )

Completed in 430 milliseconds