Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:nInstructionsIndex

883       uint32_t                         nInstructionsIndex;
929 nInstructionsIndex = 0;
935 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]);
936 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
939 nInstructionsIndex+=4;
964 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
968 nInstructionsIndex+=8;
979 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize)
982 nInstructionsIndex+=nMessageSize;
989 nInstructionsIndex = (nInstructionsIndex+3)&~3;
1029 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1033 nInstructionsIndex+=8;
1048 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1052 nInstructionsIndex+=8;
1073 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
1076 nInstructionsIndex+=4;