Searched refs:as_uint (Results 1 – 5 of 5) sorted by relevance
73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; in _cbor_load_float()78 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)}; in _cbor_load_double()
130 uint32_t val = ((union _cbor_float_helper){.as_float = value}).as_uint; in cbor_encode_half()174 ((union _cbor_float_helper){.as_float = value}).as_uint, buffer, in cbor_encode_single()181 ((union _cbor_double_helper){.as_double = value}).as_uint, buffer, in cbor_encode_double()
142 uint32_t as_uint; member148 uint64_t as_uint; member
418 tree as_uint = build_reinterpret_to_uint (base_reg_var); in build_address_operand() local419 var_offset = convert_to_pointer (ptr_type_node, as_uint); in build_address_operand()
502 #define as_uint(x) __builtin_astype((x), uint) macro