Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp663 int ctxtIDBytes = m_config.CtxtIDBytes(); in processPayloadByte() local
666 m_bytesExpectedThisPkt = cycCountBytes + 6 + ctxtIDBytes; in processPayloadByte()
668 m_bytesExpectedThisPkt = 2 + ctxtIDBytes; in processPayloadByte()
669 m_IsyncInfoIdx = 1 + cycCountBytes + ctxtIDBytes; in processPayloadByte()