Searched refs:nInstructionsIndex (Results 1 – 2 of 2) sorted by relevance
1001 uint32_t nInstructionsIndex; in runSession() local1047 nInstructionsIndex = 0; in runSession()1053 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()1054 if (nInstructionsIndex + 4 <= nInstructionsBufferSize) in runSession()1057 nInstructionsIndex+=4; in runSession()1082 if (nInstructionsIndex + 8 <= nInstructionsBufferSize) in runSession()1086 nInstructionsIndex+=8; in runSession()1097 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize) in runSession()1100 nInstructionsIndex+=nMessageSize; in runSession()1107 nInstructionsIndex = (nInstructionsIndex+3)&~3; in runSession()[all …]
883 uint32_t nInstructionsIndex; in runSession() local929 nInstructionsIndex = 0; in runSession()935 …pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); in runSession()936 if (nInstructionsIndex + 4 <= nInstructionsBufferSize) in runSession()939 nInstructionsIndex+=4; in runSession()964 if (nInstructionsIndex + 8 <= nInstructionsBufferSize) in runSession()968 nInstructionsIndex+=8; in runSession()979 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize) in runSession()982 nInstructionsIndex+=nMessageSize; in runSession()989 nInstructionsIndex = (nInstructionsIndex+3)&~3; in runSession()[all …]