Searched refs:GUINT16_SWAP_LE_BE (Results 1 – 20 of 20) sorted by relevance
217 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA32 (val))253 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA64 (val))278 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))282 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))287 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))293 #define GUINT16_SWAP_BE_PDP(val) (GUINT16_SWAP_LE_BE (val))
282 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA32 (val)) macro322 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA64 (val)) macro351 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro359 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro368 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro374 #define GUINT16_SWAP_BE_PDP(val) (GUINT16_SWAP_LE_BE (val))
217 #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))218 #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
154 #define GINT16_TO_@g_bs_alien@(val) ((gint16) GUINT16_SWAP_LE_BE (val))155 #define GUINT16_TO_@g_bs_alien@(val) (GUINT16_SWAP_LE_BE (val))
1527 *ptr = GUINT16_SWAP_LE_BE (*ptr); in g_variant_serialised_byteswap()
67 g_assert (GUINT16_SWAP_LE_BE (gu16t1) == gu16t2); in main()
871 g_assert (GUINT16_SWAP_LE_BE (gu16t1) == gu16t2); in type_sizes()
404 data = (gint16)GUINT16_SWAP_LE_BE((gint16)data); in test_data_array()409 data = (guint16)GUINT16_SWAP_LE_BE((guint16)data); in test_data_array()
229 …g_assert_cmpint (GUINT16_SWAP_LE_BE (((guint16 *) buffer)[pos]), ==, ((guint16 *) stream_data)[pos… in test_data_array()235 …g_assert_cmpint ((gint16) GUINT16_SWAP_LE_BE (((gint16 *) buffer)[pos]), ==, ((gint16 *) stream_da… in test_data_array()
183 return GUINT16_SWAP_LE_BE(*(const guint16*)(const void*)(v)); in __gst_fast_read_swap16()204 *(guint16*)(void*)(p) = GUINT16_SWAP_LE_BE (v); in __gst_fast_write_swap16()
1130 utf16[i] = GUINT16_SWAP_LE_BE (utf16[i]); in parse_insert_string_field()1144 utf16[i] = GUINT16_SWAP_LE_BE (utf16[i]); in parse_insert_string_field()
230 g_assert_cmpint (GUINT16_SWAP_LE_BE (a16), ==, b16); in test_swap()
2147 value = GUINT16_SWAP_LE_BE (value); in tree_filler()
627 major_version = GUINT16_SWAP_LE_BE (major_version); in gst_pcap_parse_chain()
2485 A = GUINT16_SWAP_LE_BE (s[i * 4 + 0]); in unpack_ARGB64_swap()2486 R = GUINT16_SWAP_LE_BE (s[i * 4 + 1]); in unpack_ARGB64_swap()2487 G = GUINT16_SWAP_LE_BE (s[i * 4 + 2]); in unpack_ARGB64_swap()2488 B = GUINT16_SWAP_LE_BE (s[i * 4 + 3]); in unpack_ARGB64_swap()2514 d[i * 4 + 0] = GUINT16_SWAP_LE_BE (A); in pack_ARGB64_swap()2515 d[i * 4 + 1] = GUINT16_SWAP_LE_BE (R); in pack_ARGB64_swap()2516 d[i * 4 + 2] = GUINT16_SWAP_LE_BE (G); in pack_ARGB64_swap()2517 d[i * 4 + 3] = GUINT16_SWAP_LE_BE (B); in pack_ARGB64_swap()
108 v = GUINT16_SWAP_LE_BE (v); in g_memory_buffer_read_int16()128 v = GUINT16_SWAP_LE_BE (v); in g_memory_buffer_read_uint16()
1054 ptr_tmp[i] = GUINT16_SWAP_LE_BE (ptr_tmp[i]); in gst_alsasink_write()
1122 out[i] = GUINT16_SWAP_LE_BE (in[i]); in converter_swap_endian_16()
582 GUINT16_SWAP_LE_BE
4118 utf16_ne[i] = GUINT16_SWAP_LE_BE (utf16_ne[i]); in mss_manifest_load_utf16()