OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_BE32_TO_LE32
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmimeint.h
60
#define
SWAP_BE32_TO_LE32
(val) (xdg_uint32_t)((((xdg_uint32_t)(val) & 0xFF000000U) >> 24) | \
xdgmimemagic.c
492
*((xdg_uint32_t *) matchlet->value + i) =
SWAP_BE32_TO_LE32
(*((xdg_uint32_t *) (matchlet->value + i)));
498
*((xdg_uint32_t *) matchlet->mask + i) =
SWAP_BE32_TO_LE32
(*((xdg_uint32_t *) (matchlet->mask + i)));
Completed in 478 milliseconds