Searched refs:CommandSize (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/ |
D | AdminPPI.c | 228 UINT32 CommandSize, in _admin__PPIRequest() argument 229 __in_ecount(CommandSize) UINT8 *CommandBuffer, in _admin__PPIRequest() 241 if (CommandSize < sizeof(UINT32)) { in _admin__PPIRequest() 253 CommandSize -= sizeof(UINT32); in _admin__PPIRequest() 257 if (CommandSize > 0) { in _admin__PPIRequest() 259 if (CommandSize < sizeof(UINT32)) in _admin__PPIRequest() 284 UINT32 CommandSize, in _admin__PPICommand() argument 285 __in_ecount(CommandSize) UINT8 *CommandBuffer, in _admin__PPICommand() 302 if (CommandSize < sizeof(TPM2_COMMAND_HEADER)) { in _admin__PPICommand() 309 CommandSize -= sizeof(UINT16); in _admin__PPICommand() [all …]
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/include/ |
D | Admin.h | 224 UINT32 CommandSize, 225 __in_ecount(CommandSize) UINT8 *CommandBuffer,
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2266 CommandSize = 20 enumerator 2308 DE_STATIC_ASSERT(CommandSize == sizeof(DrawElementsCommand)); in iterate() 2397 …: BadCommandBufferCase(context, name, desc, alignment, CommandSize+alignment, true, GL_INVALID_VAL… in BadAlignmentCase() 2413 : BadCommandBufferCase(context, name, desc, offset, CommandSize, false, GL_INVALID_OPERATION) in BadBufferRangeCase() 2748 …ly_in_buffer", "Command not fully in the buffer range", BadBufferRangeCase::CommandSize - 16)); in init() 2749 …ffset_not_in_buffer", "Command not in the buffer range", BadBufferRangeCase::CommandSize)); in init()
|