OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:___constant_swab64
(Results
151 - 152
of
152
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swab.h
25
#define
___constant_swab64
(x) ((__u64)( (__u64)(((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (__u64)(((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (__u64)(((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (__u64)(((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (__u64)(((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (__u64)(((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (__u64)(((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56) ))
macro
/external/kernel-headers/original/linux/byteorder/
swab.h
65
#define
___constant_swab64
(x) \
macro
Completed in 62 milliseconds
1
2
3
4
5
6
7