OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__bswap_16
(Results
1 - 15
of
15
) sorted by null
/external/vboot_reference/cgpt/
cgpt_endian.h
21
# define htobe16(x)
__bswap_16
(x)
23
# define be16toh(x)
__bswap_16
(x)
37
# define htole16(x)
__bswap_16
(x)
39
# define le16toh(x)
__bswap_16
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h
64
# define htobe16(x)
__bswap_16
(x)
66
# define be16toh(x)
__bswap_16
(x)
80
# define htole16(x)
__bswap_16
(x)
82
# define le16toh(x)
__bswap_16
(x)
byteswap.h
30
#define bswap_16(x)
__bswap_16
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h
64
# define htobe16(x)
__bswap_16
(x)
66
# define be16toh(x)
__bswap_16
(x)
80
# define htole16(x)
__bswap_16
(x)
82
# define le16toh(x)
__bswap_16
(x)
byteswap.h
30
#define bswap_16(x)
__bswap_16
(x)
/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)
blkparse.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
byteswap.h
34
# define
__bswap_16
(x) \
macro
47
# define
__bswap_16
(x) \
macro
54
__bswap_16
(unsigned short int __bsx)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h
35
# define
__bswap_16
(x) \
macro
48
# define
__bswap_16
(x) \
macro
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py
563
def
__bswap_16
(x): return \
565
def
__bswap_16
(x): return __bswap_constant_16 (x)
589
def ntohs(x): return
__bswap_16
(x)
593
def htons(x): return
__bswap_16
(x)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
563
def
__bswap_16
(x): return \
565
def
__bswap_16
(x): return __bswap_constant_16 (x)
589
def ntohs(x): return
__bswap_16
(x)
593
def htons(x): return
__bswap_16
(x)
/external/fio/os/
os-linux.h
215
#define fio_swap16(x)
__bswap_16
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h
392
# define ntohs(x)
__bswap_16
(x)
394
# define htons(x)
__bswap_16
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h
392
# define ntohs(x)
__bswap_16
(x)
394
# define htons(x)
__bswap_16
(x)
Completed in 494 milliseconds