Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i.cpp873 int nCtxtID_bytes = ((infoByte & 0x80) == 0x80) ? (m_config.cidSize()/8) : 0; in extractAndSetContextInfo() local
888 if(nCtxtID_bytes) in extractAndSetContextInfo()
891 for(int i = 0; i < nCtxtID_bytes; i++) in extractAndSetContextInfo()