Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h132 #define GUINT16_SWAP_LE_BE_CONSTANT(val) ((guint16) ( \
168 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
225 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
278 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
282 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
287 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
/third_party/glib/glib/
Dgtypes.h191 #define GUINT16_SWAP_LE_BE_CONSTANT(val) ((guint16) ( \ macro
233 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
294 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
351 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
359 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
368 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
/third_party/glib/docs/reference/glib/
Dglib-sections.txt594 GUINT16_SWAP_LE_BE_CONSTANT