Searched refs:GUINT64_SWAP_LE_BE (Results 1 – 15 of 15) sorted by relevance
225 # define GUINT64_SWAP_LE_BE(val) ((guint64) __builtin_bswap64 ((guint64) (val))) macro286 # ifndef GUINT64_SWAP_LE_BE287 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_IA32 (val)) macro326 # ifndef GUINT64_SWAP_LE_BE327 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_IA64 (val)) macro355 # ifndef GUINT64_SWAP_LE_BE356 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_X86_64 (val)) macro363 # ifndef GUINT64_SWAP_LE_BE364 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val)) macro370 # define GUINT64_SWAP_LE_BE(val) (GUINT64_SWAP_LE_BE_CONSTANT (val)) macro
227 #define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))228 #define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
164 #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))
1545 *ptr = GUINT64_SWAP_LE_BE (*ptr); in g_variant_serialised_byteswap()
219 # 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))
69 g_assert (GUINT64_SWAP_LE_BE (gu64t1) == gu64t2); in main()
873 g_assert (GUINT64_SWAP_LE_BE (gu64t1) == gu64t2); in type_sizes()
424 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()
253 …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()
189 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()
240 g_assert_cmpint (GUINT64_SWAP_LE_BE (a64), ==, b64); in test_swap()
2169 value = GUINT64_SWAP_LE_BE (value); in tree_filler()
188 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()
1226 out[i] = GUINT64_SWAP_LE_BE (in[i]); in converter_swap_endian_64()
591 GUINT64_SWAP_LE_BE