OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_BE16_TO_LE16
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmimeint.h
58
#define
SWAP_BE16_TO_LE16
(val) (xdg_uint16_t)(((xdg_uint16_t)(val) << 8)|((xdg_uint16_t)(val) >> 8))
xdgmimemagic.c
490
*((xdg_uint16_t *) matchlet->value + i) =
SWAP_BE16_TO_LE16
(*((xdg_uint16_t *) (matchlet->value + i)));
496
*((xdg_uint16_t *) matchlet->mask + i) =
SWAP_BE16_TO_LE16
(*((xdg_uint16_t *) (matchlet->mask + i)));
Completed in 1443 milliseconds