Searched refs:bCont (Results 1 – 3 of 3) sorted by relevance
770 bool bCont = true; in stmPktASync() local771 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() local856 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 …]
990 bool bCont = true; in extractCycleCount() local996 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() local1031 while(bCont) in extractTS()1042 bCont = ((byteVal & 0x80) == 0x80); in extractTS()1048 bCont = false; in extractTS()1056 bCont = ((byteVal & 0x80) == 0x80); in extractTS()[all …]
1061 bool bCont = true; in extractTimestamp() local1069 while((tsCurrBytes < tsMaxBytes) && bCont) in extractTimestamp()1078 bCont = ((0x80 & currByte) == 0x80); in extractTimestamp()1094 bool bCont = true; in extractDataAddress() local1100 while(bCont) in extractDataAddress()1105 bCont = ((currByte & 0x80) == 0x80); in extractDataAddress()1111 bCont = false; in extractDataAddress()