Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h142 #define GUINT64_SWAP_LE_BE_CONSTANT(val) ((guint64) ( \
209 __r.__ll = GUINT64_SWAP_LE_BE_CONSTANT (__w.__ll); \
247 __v = GUINT64_SWAP_LE_BE_CONSTANT (__x); \
271 __v = GUINT64_SWAP_LE_BE_CONSTANT (__x); \
284 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val))
289 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val))
/third_party/glib/glib/
Dgtypes.h201 #define GUINT64_SWAP_LE_BE_CONSTANT(val) ((guint64) ( \ macro
274 __r.__ll = GUINT64_SWAP_LE_BE_CONSTANT (__w.__ll); \
316 __v = GUINT64_SWAP_LE_BE_CONSTANT (__x); \
344 __v = GUINT64_SWAP_LE_BE_CONSTANT (__x); \
364 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val))
370 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val))
/third_party/glib/docs/reference/glib/
Dglib-sections.txt596 GUINT64_SWAP_LE_BE_CONSTANT