Home
last modified time | relevance | path

Searched refs:GUINT64_SWAP_LE_BE (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/glib/
Dgtypes.h225 # define GUINT64_SWAP_LE_BE(val) ((guint64) __builtin_bswap64 ((guint64) (val))) macro
286 # ifndef GUINT64_SWAP_LE_BE
287 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_IA32 (val)) macro
326 # ifndef GUINT64_SWAP_LE_BE
327 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_IA64 (val)) macro
355 # ifndef GUINT64_SWAP_LE_BE
356 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_X86_64 (val)) macro
363 # ifndef GUINT64_SWAP_LE_BE
364 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val)) macro
370 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val)) macro
Dglibconfig.h227 #define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
228 #define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
Dglibconfig.h.in164 #define GINT64_TO_@g_bs_alien@(val) ((gint64) GUINT64_SWAP_LE_BE (val))
165 #define GUINT64_TO_@g_bs_alien@(val) (GUINT64_SWAP_LE_BE (val))
Dgvariant-serialiser.c1545 *ptr = GUINT64_SWAP_LE_BE (*ptr); in g_variant_serialised_byteswap()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h219 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_IA32 (val))
255 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_IA64 (val))
280 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_X86_64 (val))
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/tests/
Dtype-test.c69 g_assert (GUINT64_SWAP_LE_BE (gu64t1) == gu64t2); in main()
Dtestglib.c873 g_assert (GUINT64_SWAP_LE_BE (gu64t1) == gu64t2); in type_sizes()
/third_party/glib/gio/tests/
Ddata-input-stream.c424 data = (gint64)GUINT64_SWAP_LE_BE((gint64)data); in test_data_array()
429 data = (guint64)GUINT64_SWAP_LE_BE((guint64)data); in test_data_array()
Ddata-output-stream.c253 …g_assert_cmpint (GUINT64_SWAP_LE_BE (((guint64 *) buffer)[pos]), ==, ((guint64 *) stream_data)[pos… in test_data_array()
259 …g_assert_cmpint ((gint64) GUINT64_SWAP_LE_BE (((gint64 *) buffer)[pos]), ==, ((gint64 *) stream_da… in test_data_array()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h189 return GUINT64_SWAP_LE_BE(*(const guint64*)(const void*)(v)); in __gst_fast_read_swap64()
210 *(guint64*)(void*)(p) = GUINT64_SWAP_LE_BE (v); in __gst_fast_write_swap64()
601 u.i = GUINT64_SWAP_LE_BE (u.i); in GDOUBLE_SWAP_LE_BE()
/third_party/glib/glib/tests/
Dutils.c240 g_assert_cmpint (GUINT64_SWAP_LE_BE (a64), ==, b64); in test_swap()
Dgvariant.c2169 value = GUINT64_SWAP_LE_BE (value); in tree_filler()
/third_party/glib/gio/
Dgdbusmessage.c188 v = GUINT64_SWAP_LE_BE (v); in g_memory_buffer_read_int64()
208 v = GUINT64_SWAP_LE_BE (v); in g_memory_buffer_read_uint64()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c1226 out[i] = GUINT64_SWAP_LE_BE (in[i]); in converter_swap_endian_64()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt591 GUINT64_SWAP_LE_BE