OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__bswap_32
(Results
1 - 15
of
15
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
byteswap.h
33
#define bswap_32(x)
__bswap_32
(x)
endian.h
69
# define htobe32(x)
__bswap_32
(x)
71
# define be32toh(x)
__bswap_32
(x)
85
# define htole32(x)
__bswap_32
(x)
87
# define le32toh(x)
__bswap_32
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
byteswap.h
33
#define bswap_32(x)
__bswap_32
(x)
endian.h
69
# define htobe32(x)
__bswap_32
(x)
71
# define be32toh(x)
__bswap_32
(x)
85
# define htole32(x)
__bswap_32
(x)
87
# define le32toh(x)
__bswap_32
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
byteswap.h
73
# define
__bswap_32
(x) \
macro
87
# define
__bswap_32
(x) \
macro
97
# define
__bswap_32
(x) \
macro
103
__bswap_32
(unsigned int __bsx)
function
131
__r.__l[0] =
__bswap_32
(__w.__l[1]); \
132
__r.__l[1] =
__bswap_32
(__w.__l[0]); \
/external/vboot_reference/cgpt/
cgpt_endian.h
26
# define htobe32(x)
__bswap_32
(x)
28
# define be32toh(x)
__bswap_32
(x)
42
# define htole32(x)
__bswap_32
(x)
44
# define le32toh(x)
__bswap_32
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
byteswap.h
68
# define
__bswap_32
(x) \
macro
77
# define
__bswap_32
(x) \
macro
92
# define
__bswap_32
(x) \
macro
129
__r.__l[0] =
__bswap_32
(__w.__l[1]); \
130
__r.__l[1] =
__bswap_32
(__w.__l[0]); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h
69
# define
__bswap_32
(x) \
macro
78
# define
__bswap_32
(x) \
macro
93
# define
__bswap_32
(x) \
macro
130
__r.__l[0] =
__bswap_32
(__w.__l[1]); \
131
__r.__l[1] =
__bswap_32
(__w.__l[0]); \
/external/blktrace/
blktrace.h
68
#define
__bswap_32
bswap_32
macro
73
#define be32_to_cpu(x)
__bswap_32
(x)
76
#define cpu_to_be32(x)
__bswap_32
(x)
132
magic =
__bswap_32
(magic);
blkparse.c
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py
569
def
__bswap_32
(x): return \
571
def
__bswap_32
(x): return \
573
def
__bswap_32
(x): return __bswap_constant_32 (x)
587
def ntohl(x): return
__bswap_32
(x)
591
def htonl(x): return
__bswap_32
(x)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
569
def
__bswap_32
(x): return \
571
def
__bswap_32
(x): return \
573
def
__bswap_32
(x): return __bswap_constant_32 (x)
587
def ntohl(x): return
__bswap_32
(x)
591
def htonl(x): return
__bswap_32
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h
391
# define ntohl(x)
__bswap_32
(x)
393
# define htonl(x)
__bswap_32
(x)
/external/fio/os/
os-linux.h
220
#define fio_swap32(x)
__bswap_32
(x)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h
391
# define ntohl(x)
__bswap_32
(x)
393
# define htonl(x)
__bswap_32
(x)
Completed in 3784 milliseconds