OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__le16_to_cpu
(Results
101 - 104
of
104
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/byteorder/
little_endian.h
46
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h
46
#define
__le16_to_cpu
(x) __swab16((__force __u16)(__le16)(x))
macro
little_endian.h
46
#define
__le16_to_cpu
(x) ((__force __u16)(__le16)(x))
macro
/external/grub/stage2/
fsys_reiserfs.c
49
#define
__le16_to_cpu
(x) ((__u16) (x))
macro
[
all
...]
Completed in 80 milliseconds
1
2
3
4
5