OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__bswap_64
(Results
1 - 15
of
15
) sorted by null
/external/vboot_reference/cgpt/
cgpt_endian.h
31
# define htobe64(x)
__bswap_64
(x)
33
# define be64toh(x)
__bswap_64
(x)
47
# define htole64(x)
__bswap_64
(x)
49
# define le64toh(x)
__bswap_64
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h
74
# define htobe64(x)
__bswap_64
(x)
76
# define be64toh(x)
__bswap_64
(x)
90
# define htole64(x)
__bswap_64
(x)
92
# define le64toh(x)
__bswap_64
(x)
byteswap.h
37
# define bswap_64(x)
__bswap_64
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h
74
# define htobe64(x)
__bswap_64
(x)
76
# define be64toh(x)
__bswap_64
(x)
90
# define htole64(x)
__bswap_64
(x)
92
# define le64toh(x)
__bswap_64
(x)
byteswap.h
37
# define bswap_64(x)
__bswap_64
(x)
/external/blktrace/
blktrace.h
69
#define
__bswap_64
bswap_64
macro
74
#define be64_to_cpu(x)
__bswap_64
(x)
77
#define cpu_to_be64(x)
__bswap_64
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
byteswap.h
111
# define
__bswap_64
(x) \
macro
120
# define
__bswap_64
(x) \
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h
112
# define
__bswap_64
(x) \
macro
121
# define
__bswap_64
(x) \
macro
/external/libnl/lib/netfilter/
log_msg.c
38
return
__bswap_64
(x);
queue_msg.c
38
return
__bswap_64
(x);
ct.c
41
return
__bswap_64
(x);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
byteswap.h
122
# define
__bswap_64
(x) \
macro
/external/fio/os/
os-linux.h
225
#define fio_swap64(x)
__bswap_64
(x)
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py
577
def
__bswap_64
(x): return \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
577
def
__bswap_64
(x): return \
Completed in 101 milliseconds