Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/stm/
H A 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 …]
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp993 bool bCont = true; in extractCycleCount() local
999 while(bCont) in extractCycleCount()
1007 bCont = (currByte & 0x40) != 0; in extractCycleCount()
1013 bCont = (currByte & 0x80) != 0; in extractCycleCount()
1015 bCont = false; in extractCycleCount()
1025 bool bCont = true; in extractTS() local
1034 while(bCont) in extractTS()
1045 bCont = ((byteVal & 0x80) == 0x80); in extractTS()
1051 bCont = false; in extractTS()
1059 bCont = ((byteVal & 0x80) == 0x80); in extractTS()
[all …]
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A 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()