Searched refs:iIndex (Results 1 – 2 of 2) sorted by relevance
2374 unsigned short iIndex = 0; in ispVMBypass() local2403 for (iIndex = 0; iIndex < Bits - 1; iIndex++) { in ispVMBypass()2405 if (iIndex % 8 == 0) { in ispVMBypass()2408 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()2414 if (iIndex % 8 == 0) { in ispVMBypass()2418 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()2532 unsigned short iIndex = 0; in ispVMSend() local2537 for (iIndex = 0; iIndex < a_usiDataSize - 1; iIndex++) { in ispVMSend()2538 if (iIndex % 8 == 0) { in ispVMSend()2541 cBitState = (unsigned char)(((cCurByte << iIndex % 8) & 0x80) in ispVMSend()[all …]
147 char i, iIndex, iStart = 0; in FindAllIDB() local152 iRet = FindIDBlock(iStart, iIndex); in FindAllIDB()158 m_idBlockOffset[i] = iIndex; in FindAllIDB()160 iStart = iIndex + 1; in FindAllIDB()