OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nInstructionsIndex
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
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
[
all
...]
/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 36 milliseconds