OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab64
(Results
126 - 150
of
215
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h
41
#define __cpu_to_le64(x) ((__force __le64)
__swab64
((x)))
42
#define __le64_to_cpu(x)
__swab64
((__force __u64)(__le64)(x))
little_endian.h
47
#define __cpu_to_be64(x) ((__force __be64)
__swab64
((x)))
48
#define __be64_to_cpu(x)
__swab64
((__force __u64)(__be64)(x))
/bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h
51
#define __cpu_to_le64(x) ((__force __le64)
__swab64
((x)))
52
#define __le64_to_cpu(x)
__swab64
((__force __u64)(__le64)(x))
little_endian.h
59
#define __cpu_to_be64(x) ((__force __be64)
__swab64
((x)))
60
#define __be64_to_cpu(x)
__swab64
((__force __u64)(__be64)(x))
/development/ndk/platforms/android-3/include/linux/byteorder/
swab.h
60
#define
__swab64
(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x)))
macro
64
#define
__swab64
(x) __fswab64(x)
macro
/development/ndk/platforms/android-L/include/linux/byteorder/
big_endian.h
51
#define __cpu_to_le64(x) ((__force __le64)
__swab64
((x)))
52
#define __le64_to_cpu(x)
__swab64
((__force __u64)(__le64)(x))
little_endian.h
59
#define __cpu_to_be64(x) ((__force __be64)
__swab64
((x)))
60
#define __be64_to_cpu(x)
__swab64
((__force __u64)(__be64)(x))
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
30
#define __cpu_to_le64(x) ((__force __le64)
__swab64
((x)))
31
#define __le64_to_cpu(x)
__swab64
((__force __u64)(__le64)(x))
little_endian.h
36
#define __cpu_to_be64(x) ((__force __be64)
__swab64
((x)))
37
#define __be64_to_cpu(x)
__swab64
((__force __u64)(__be64)(x))
/external/kernel-headers/original/uapi/linux/
swab.h
120
*
__swab64
- return a byteswapped 64-bit value
123
#define
__swab64
(x) \
macro
185
return
__swab64
(*p);
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h
120
*
__swab64
- return a byteswapped 64-bit value
123
#define
__swab64
(x) \
macro
185
return
__swab64
(*p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h
30
#define __cpu_to_le64(x) ((__le64)
__swab64
((x)))
31
#define __le64_to_cpu(x)
__swab64
((__u64)(__le64)(x))
little_endian.h
36
#define __cpu_to_be64(x) ((__be64)
__swab64
((x)))
37
#define __be64_to_cpu(x)
__swab64
((__u64)(__be64)(x))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
swab.h
114
*
__swab64
- return a byteswapped 64-bit value
117
#define
__swab64
(x) \
macro
179
return
__swab64
(*p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
30
#define __cpu_to_le64(x) ((__le64)
__swab64
((x)))
31
#define __le64_to_cpu(x)
__swab64
((__u64)(__le64)(x))
little_endian.h
36
#define __cpu_to_be64(x) ((__be64)
__swab64
((x)))
37
#define __be64_to_cpu(x)
__swab64
((__u64)(__be64)(x))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h
114
*
__swab64
- return a byteswapped 64-bit value
117
#define
__swab64
(x) \
macro
179
return
__swab64
(*p);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h
60
#define
__swab64
(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x)))
macro
64
#define
__swab64
(x) __fswab64(x)
macro
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h
60
#define
__swab64
(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x)))
macro
64
#define
__swab64
(x) __fswab64(x)
macro
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h
60
#define
__swab64
(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x)))
macro
64
#define
__swab64
(x) __fswab64(x)
macro
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h
60
#define
__swab64
(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x)))
macro
64
#define
__swab64
(x) __fswab64(x)
macro