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

/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i_impl.cpp817 int nCtxtID_bytes = ((infoByte & 0x80) == 0x80) ? (m_config.cidSize()/8) : 0; local
832 if(nCtxtID_bytes)
835 for(int i = 0; i < nCtxtID_bytes; i++)

Completed in 47 milliseconds