Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/ptm/
Dtrc_cmp_cfg_ptm.cpp54 int ctxtIdsizes[] = { 0, 1, 2, 4 }; in CtxtIDBytes() local
55 return ctxtIdsizes[(m_cfg.reg_ctrl >> 14) & 0x3]; in CtxtIDBytes()
/external/OpenCSD/decoder/source/etmv3/
Dtrc_cmp_cfg_etmv3.cpp61 int ctxtIdsizes[] = { 0, 1, 2, 4 }; in CtxtIDBytes() local
62 return ctxtIdsizes[(m_cfg.reg_ctrl >> 14) & 0x3]; in CtxtIDBytes()