OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bswap_16
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
byteswap.h
35
# define
__bswap_16
(x) \
macro
48
# define
__bswap_16
(x) \
macro
/external/blktrace/
blktrace.h
67
#define
__bswap_16
bswap_16
macro
72
#define be16_to_cpu(x)
__bswap_16
(x)
75
#define cpu_to_be16(x)
__bswap_16
(x)
Completed in 758 milliseconds