Home
last modified time | relevance | path

Searched refs:raw_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c282 unsigned int dst_conn_id_len, src_conn_id_len, raw_type; in ossl_quic_wire_decode_pkt_hdr() local
348 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() local
538 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()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c460 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var() local
488 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3794 uint64_t raw_type = in Handle_qMemTags() local
3798 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() local
3877 if (raw_type > std::numeric_limits<uint32_t>::max()) in Handle_QMemTags()
3882 uint32_t raw_type_32 = raw_type; in Handle_QMemTags()