OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ll_low
(Results
1 - 5
of
5
) 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-5/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)) )
/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 71 milliseconds