Searched refs:cCurrentByte (Results 1 – 1 of 1) sorted by relevance
598 signed char cCurrentByte = 0; in ispVMDataSize() local601 while ((cCurrentByte = GetByte()) & 0x80) { in ispVMDataSize()602 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()605 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()
Completed in 9 milliseconds