Lines Matching refs:bCont
993 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()
1066 bCont = false; in extractTS()