Searched refs:cCurByte (Results 1 – 1 of 1) sorted by relevance
1999 char cCurByte = 0; in ispVMComment() local2006 cCurByte = GetByte(); in ispVMComment()2007 vme_out_char(cCurByte); in ispVMComment()2009 cCurByte = '\n'; in ispVMComment()2010 vme_out_char(cCurByte); in ispVMComment()2377 unsigned char cCurByte = 0; in ispVMBypass() local2406 cCurByte = pcSource[iSourceIndex++]; in ispVMBypass()2408 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()2415 cCurByte = pcSource[iSourceIndex++]; in ispVMBypass()2418 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()[all …]