Searched refs:raw_type (Results 1 – 3 of 3) sorted by relevance
282 unsigned int dst_conn_id_len, src_conn_id_len, raw_type; in ossl_quic_wire_decode_pkt_hdr() local348 raw_type = ((b0 >> 4) & 0x3); in ossl_quic_wire_decode_pkt_hdr()350 switch (raw_type) { in ossl_quic_wire_decode_pkt_hdr()522 unsigned int raw_type; in ossl_quic_wire_encode_pkt_hdr() local538 raw_type = 0; in ossl_quic_wire_encode_pkt_hdr()542 raw_type = 0; in ossl_quic_wire_encode_pkt_hdr()545 raw_type = 1; in ossl_quic_wire_encode_pkt_hdr()548 raw_type = 2; in ossl_quic_wire_encode_pkt_hdr()551 raw_type = 3; in ossl_quic_wire_encode_pkt_hdr()557 b0 = (raw_type << 4) | 0x80; /* long */ in ossl_quic_wire_encode_pkt_hdr()
460 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var() local488 raw_type = bhnd_nvram_raw_type(var_type); in bhnd_nvram_sprom_write_var()489 error = bhnd_nvram_value_coerce(var_ptr, var_len, raw_type, in bhnd_nvram_sprom_write_var()
3794 uint64_t raw_type = in Handle_qMemTags() local3798 raw_type > std::numeric_limits<uint32_t>::max() || in Handle_qMemTags()3807 uint32_t raw_type_32 = raw_type; in Handle_qMemTags()3875 uint64_t raw_type = in Handle_QMemTags() local3877 if (raw_type > std::numeric_limits<uint32_t>::max()) in Handle_QMemTags()3882 uint32_t raw_type_32 = raw_type; in Handle_QMemTags()