OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__bswap_32
(Results
1 - 3
of
3
) sorted by null
/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
...]
/external/fio/os/
os-linux.h
212
#define fio_swap32(x)
__bswap_32
(x)
Completed in 72 milliseconds