Home
last modified time | relevance | path

Searched refs:TSPkt64 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_cmp_cfg_ptm.h106 const bool TSPkt64() const; //!< timestamp packet is 64 bits in size.
169 inline const bool PtmConfig::TSPkt64() const in TSPkt64() function
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_cmp_cfg_etmv3.h120 const bool TSPkt64() const; //!< timestamp packet is 64 bits in size.
191 inline const bool EtmV3Config::TSPkt64() const in TSPkt64() function
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp1059 unsigned tsMaxBytes = m_config.TSPkt64() ? 9 : 7; in extractTimestamp()
1063 uint8_t last_mask = m_config.TSPkt64() ? 0xFF : 0x3F; in extractTimestamp()
1065 uint8_t ts_last_iter_bits = m_config.TSPkt64() ? 8 : 6; in extractTimestamp()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp751 m_tsByteMax = m_config->TSPkt64() ? 10 : 8; in pktTimeStamp()
1028 bool b64BitVal = m_config->TSPkt64(); in extractTS()