OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:___constant_swab64
(Results
1 - 25
of
165
) sorted by null
1
2
3
4
5
6
7
/bionic/libc/kernel/uapi/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64) ((((__u64) (x) & (__u64) 0x00000000000000ffULL) << 56) | (((__u64) (x) & (__u64) 0x000000000000ff00ULL) << 40) | (((__u64) (x) & (__u64) 0x0000000000ff0000ULL) << 24) | (((__u64) (x) & (__u64) 0x00000000ff000000ULL) << 8) | (((__u64) (x) & (__u64) 0x000000ff00000000ULL) >> 8) | (((__u64) (x) & (__u64) 0x0000ff0000000000ULL) >> 24) | (((__u64) (x) & (__u64) 0x00ff000000000000ULL) >> 40) | (((__u64) (x) & (__u64) 0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64) (x)) ?
___constant_swab64
(x) : __fswab64(x))
/development/ndk/platforms/android-21/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
swab.h
27
#define
___constant_swab64
(x) ((__u64)( (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
macro
57
#define __swab64(x) (__builtin_constant_p((__u64)(x)) ?
___constant_swab64
(x) : __fswab64(x))
/external/kernel-headers/original/uapi/linux/
swab.h
22
#define
___constant_swab64
(x) ((__u64)( \
macro
79
return
___constant_swab64
(val);
125
___constant_swab64
(x) : \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h
22
#define
___constant_swab64
(x) ((__u64)( \
macro
73
return
___constant_swab64
(val);
119
___constant_swab64
(x) : \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h
22
#define
___constant_swab64
(x) ((__u64)( \
macro
73
return
___constant_swab64
(val);
119
___constant_swab64
(x) : \
/development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h
29
#define __constant_cpu_to_le64(x) ((__force __le64)
___constant_swab64
((x)))
30
#define __constant_le64_to_cpu(x)
___constant_swab64
((__force __u64)(__le64)(x))
little_endian.h
35
#define __constant_cpu_to_be64(x) ((__force __be64)
___constant_swab64
((x)))
36
#define __constant_be64_to_cpu(x)
___constant_swab64
((__force __u64)(__be64)(x))
Completed in 3231 milliseconds
1
2
3
4
5
6
7