HomeSort by relevance Sort by last modified time
    Searched refs:nInstructionsBufferSize (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 1002 uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions);
1034 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
1048 nInstructionsBufferSize = pOperation->params[1].tmpref.size;
1054 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
1082 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1097 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 884 uint32_t nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions);
916 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
930 nInstructionsBufferSize = pOperation->params[1].tmpref.size;
936 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
964 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
979 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize)
1029 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1048 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1073 if (nInstructionsIndex + 4 <= nInstructionsBufferSize
    [all...]

Completed in 42 milliseconds