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

/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp770 bool bCont = true; local
771 while(bCont)
773 bCont = readNibble();
774 if(bCont)
778 bCont = false; // stop reading nibbles
855 bool bCont = true; local
856 while(bCont && (m_curr_ts_nibbles < m_req_ts_nibbles))
858 bCont = readNibble();
859 if(bCont)
902 bool bCont local
916 bool bCont = true; local
930 bool bCont = true; local
944 bool bCont = true; local
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp990 bool bCont = true; local
996 while(bCont)
1004 bCont = (currByte & 0x40) != 0;
1010 bCont = (currByte & 0x80) != 0;
1012 bCont = false;
1022 bool bCont = true; local
1031 while(bCont)
1042 bCont = ((byteVal & 0x80) == 0x80);
1048 bCont = false;
1056 bCont
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp1061 bool bCont = true; local
1069 while((tsCurrBytes < tsMaxBytes) && bCont)
1078 bCont = ((0x80 & currByte) == 0x80);
1094 bool bCont = true; local
1100 while(bCont)
1105 bCont = ((currByte & 0x80) == 0x80);
1111 bCont = false;

Completed in 60 milliseconds