Home
last modified time | relevance | path

Searched refs:GINT64_TO_BE (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dglibconfig.h227 #define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val)) macro
234 #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val))
243 #define GSSIZE_TO_BE(val) ((gssize) GINT64_TO_BE (val))
Dgtypes.h396 #define GINT64_FROM_BE(val) (GINT64_TO_BE (val))
/third_party/glib/gio/
Dgdataoutputstream.c442 data = GINT64_TO_BE (data); in g_data_output_stream_put_int64()
Dgdbusmessage.c386 data = GINT64_TO_BE (data); in g_memory_buffer_put_int64()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h315 #define GINT64_FROM_BE(val) (GINT64_TO_BE (val))
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp313 m_header.starttime = GINT64_TO_BE (starttime); in initDataFile()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt571 GINT64_TO_BE