Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgtypes.h175 # define GUINT32_SWAP_LE_BE_IA32(val) \ macro
189 # define GUINT32_SWAP_LE_BE_IA32(val) \ macro
215 # define GUINT32_SWAP_LE_BE(val) (GUINT32_SWAP_LE_BE_IA32 (val))
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt271 GUINT32_SWAP_LE_BE_IA32
/external/bluetooth/glib/
DChangeLog.pre-2-61544 use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.