Searched refs:GetByte (Results 1 – 3 of 3) sorted by relevance
600 while ((cCurrentByte = GetByte()) & 0x80) { in ispVMDataSize()639 usByte = GetByte(); in ispVMCode()655 while ((cOpcode = GetByte()) >= 0) { in ispVMCode()664 ucState = GetByte(); in ispVMCode()784 g_ucEndDR = GetByte(); in ispVMCode()798 g_ucEndIR = GetByte(); in ispVMCode()862 cOpcode = GetByte(); in ispVMCode()915 cRetCode = GetByte(); in ispVMCode()980 (unsigned short)GetByte()); in ispVMCode()992 (unsigned short)GetByte()); in ispVMCode()[all …]
125 unsigned char GetByte(void) in GetByte() function194 ucReadByte = GetByte(); in ispVM()197 crc = (unsigned char)GetByte(); in ispVM()199 crc |= GetByte(); in ispVM()203 szFileVersion[cIndex] = GetByte(); in ispVM()209 szFileVersion[cIndex] = GetByte(); in ispVM()
295 unsigned char GetByte(void);