OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fio_swap32
(Results
1 - 10
of
10
) sorted by null
/external/fio/os/
os-mac.h
27
#define
fio_swap32
(x) OSSwapInt32(x)
macro
os-netbsd.h
37
#define
fio_swap32
(x) bswap32(x)
macro
os-openbsd.h
37
#define
fio_swap32
(x) bswap32(x)
macro
os-dragonfly.h
36
#define
fio_swap32
(x) bswap32(x)
macro
os-freebsd.h
30
#define
fio_swap32
(x) bswap32(x)
macro
os-solaris.h
28
#define
fio_swap32
(x) BSWAP_32(x)
macro
os-android.h
242
#define
fio_swap32
(x) __builtin_bswap32(x)
macro
247
#define
fio_swap32
(x) bswap_32(x)
macro