OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xdg_uint16_t
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmimeint.h
45
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))
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)));
xdgmimecache.c
86
#define GET_UINT16(cache,offset) (ntohs(*(
xdg_uint16_t
*)((cache) + (offset))))
Completed in 715 milliseconds