Searched refs:setQType (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h162 void setQType(const bool has_count, const uint32_t count, const bool has_addr, const bool addr_match, const uint8_t type);
513 inline void EtmV4ITrcPacket::setQType(const bool has_count, const uint32_t count, const bool has_addr, const bool addr_match, const uint8_t type) function in class:EtmV4ITrcPacket
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp1124 m_curr_packet.setQType(true,q_count,m_has_addr,m_addr_match,m_Q_type);
1128 m_curr_packet.setQType(false,0,false,false,0xF);

Completed in 72 milliseconds