Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_proc_stm.cpp770 bool bCont = true; in stmPktASync() local
771 while(bCont) in stmPktASync()
773 bCont = readNibble(); in stmPktASync()
774 if(bCont) in stmPktASync()
778 bCont = false; // stop reading nibbles in stmPktASync()
855 bool bCont = true; in stmExtractTS() local
856 while(bCont && (m_curr_ts_nibbles < m_req_ts_nibbles)) in stmExtractTS()
858 bCont = readNibble(); in stmExtractTS()
859 if(bCont) in stmExtractTS()
902 bool bCont = true; in stmExtractVal8() local
[all …]
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_proc_ptm.cpp990 bool bCont = true; in extractCycleCount() local
996 while(bCont) in extractCycleCount()
1004 bCont = (currByte & 0x40) != 0; in extractCycleCount()
1010 bCont = (currByte & 0x80) != 0; in extractCycleCount()
1012 bCont = false; in extractCycleCount()
1022 bool bCont = true; in extractTS() local
1031 while(bCont) in extractTS()
1042 bCont = ((byteVal & 0x80) == 0x80); in extractTS()
1048 bCont = false; in extractTS()
1056 bCont = ((byteVal & 0x80) == 0x80); in extractTS()
[all …]
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp1061 bool bCont = true; in extractTimestamp() local
1069 while((tsCurrBytes < tsMaxBytes) && bCont) in extractTimestamp()
1078 bCont = ((0x80 & currByte) == 0x80); in extractTimestamp()
1094 bool bCont = true; in extractDataAddress() local
1100 while(bCont) in extractDataAddress()
1105 bCont = ((currByte & 0x80) == 0x80); in extractDataAddress()
1111 bCont = false; in extractDataAddress()