Searched refs:xdg_uint16_t (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimeint.h45 typedef unsigned short xdg_uint16_t; typedef
58 #define SWAP_BE16_TO_LE16(val) (xdg_uint16_t)(((xdg_uint16_t)(val) << 8)|((xdg_uint16_t)(val) >> 8))
H A Dxdgmimemagic.c490 *((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)));
H A Dxdgmimecache.c86 #define GET_UINT16(cache,offset) (ntohs(*(xdg_uint16_t*)((cache) + (offset))))

Completed in 79 milliseconds