OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bswap_16
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/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
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h
35
# define
__bswap_16
(x) \
macro
48
# define
__bswap_16
(x) \
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 65 milliseconds