OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__le16_to_cpus
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h
62
#define
__le16_to_cpus
(x) __swab16s((x))
macro
little_endian.h
62
#define
__le16_to_cpus
(x) do { (void) (x); } while(0)
macro
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
97
#define
__le16_to_cpus
(x) __swab16s((x))
macro
little_endian.h
97
#define
__le16_to_cpus
(x) do { (void)(x); } while (0)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
96
#define
__le16_to_cpus
(x) __swab16s((x))
macro
little_endian.h
96
#define
__le16_to_cpus
(x) do { (void)(x); } while (0)
macro
Completed in 71 milliseconds