Home
last modified time | relevance | path

Searched refs:GUINT32_SWAP_LE_BE_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
Dgtypes.h133 #define GUINT32_SWAP_LE_BE_CONSTANT(val) ((guint32) ( \ macro
179 __v = GUINT32_SWAP_LE_BE_CONSTANT (__x); \
193 __v = GUINT32_SWAP_LE_BE_CONSTANT (__x); \
233 __v = GUINT32_SWAP_LE_BE_CONSTANT (__x); \
258 __v = GUINT32_SWAP_LE_BE_CONSTANT (__x); \
280 # define GUINT32_SWAP_LE_BE(val) (GUINT32_SWAP_LE_BE_CONSTANT (val))
285 # define GUINT32_SWAP_LE_BE(val) (GUINT32_SWAP_LE_BE_CONSTANT (val))
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt268 GUINT32_SWAP_LE_BE_CONSTANT