OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:le_bswaps
(Results
1 - 1
of
1
) sorted by null
/external/qemu/include/qemu/
bswap.h
78
#define
le_bswaps
(p, size) do { *p = glue(bswap, size)(*p); } while(0)
macro
82
#define
le_bswaps
(v, size)
macro
428
#undef
le_bswaps
macro
Completed in 310 milliseconds