OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__le16_to_cpu
(Results
76 - 100
of
117
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
35
#define
__le16_to_cpu
(x) __swab16((__u16)(__le16)(x))
macro
little_endian.h
35
#define
__le16_to_cpu
(x) ((__u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
57
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/byteorder/
big_endian.h
57
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
Completed in 1125 milliseconds
1
2
3
4
5