OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cpu_to_be16
(Results
101 - 103
of
103
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/byteorder/
little_endian.h
51
#define
__cpu_to_be16
(x) ((__force __be16)__swab16((x)))
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h
51
#define
__cpu_to_be16
(x) ((__force __be16)(__u16)(x))
macro
little_endian.h
51
#define
__cpu_to_be16
(x) ((__force __be16)__swab16((x)))
macro
Completed in 43 milliseconds
1
2
3
4
5