Home
last modified time | relevance | path

Searched refs:GUINT16_TO_BE (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h307 #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val))
334 #define g_htons(val) (GUINT16_TO_BE (val))
/third_party/glib/glib/
Dgtypes.h388 #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val))
419 #define g_htons(val) (GUINT16_TO_BE (val))
Dglibconfig.h218 #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val)) macro
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dproperties.c98 prop = GUINT16_TO_BE (prop); in prop_copy_uint16()
/third_party/glib/gio/
Dgdataoutputstream.c322 data = GUINT16_TO_BE (data); in g_data_output_stream_put_uint16()
Dgdbusmessage.c326 data = GUINT16_TO_BE (data); in g_memory_buffer_put_uint16()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c1011 value = GUINT16_TO_BE (value); in serialize_u16()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt553 GUINT16_TO_BE