Searched defs:nInstructionsIndex (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c883 uint32_t nInstructionsIndex; local
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
[all...]

Completed in 32 milliseconds