Lines Matching refs:nInstructionsIndex
1001 uint32_t nInstructionsIndex;
1047 nInstructionsIndex = 0;
1053 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]);
1054 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
1057 nInstructionsIndex+=4;
1082 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1086 nInstructionsIndex+=8;
1097 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize)
1100 nInstructionsIndex+=nMessageSize;
1107 nInstructionsIndex = (nInstructionsIndex+3)&~3;
1160 if (nInstructionsIndex + sizeof(DELEGATION_RPMB_INSTRUCTION)-sizeof(uint32_t) <= nInstructionsBufferSize)
1162 nInstructionsIndex+=sizeof(DELEGATION_RPMB_INSTRUCTION)-sizeof(uint32_t);
1178 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1182 nInstructionsIndex+=8;
1196 if (nInstructionsIndex + sizeof(DELEGATION_RPMB_INSTRUCTION)-sizeof(uint32_t) <= nInstructionsBufferSize)
1198 nInstructionsIndex+=sizeof(DELEGATION_RPMB_INSTRUCTION)-sizeof(uint32_t);
1214 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1218 nInstructionsIndex+=8;
1239 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
1242 nInstructionsIndex+=4;