Home
last modified time | relevance | path

Searched refs:GUINT16_SWAP_LE_BE_CONSTANT (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgtypes.h129 #define GUINT16_SWAP_LE_BE_CONSTANT(val) ((guint16) ( \ macro
165 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
222 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
275 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
279 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
284 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt267 GUINT16_SWAP_LE_BE_CONSTANT
/external/bluetooth/glib/
DChangeLog.pre-2-226 reorg and clean up. New implementation of GUINT16_SWAP_LE_BE_CONSTANT()