OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ninstructionsindex
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
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
[
all
...]
Completed in 81 milliseconds