OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cpu_to_le16
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/byteorder/
big_endian.h
45
#define
__cpu_to_le16
(x) ((__force __le16)__swab16((x)))
macro
little_endian.h
45
#define
__cpu_to_le16
(x) ((__force __le16)(__u16)(x))
macro
/external/grub/stage2/
fsys_reiserfs.c
48
#define
__cpu_to_le16
(x) ((__u16) (x))
macro
[
all
...]
Completed in 22 milliseconds
1
2