Searched refs:TEEC_MEMREF_PARTIAL_INPUT (Results 1 – 5 of 5) sorted by relevance
181 TEEC_MEMREF_PARTIAL_INPUT = 0xd, enumerator
32 (((paramType) == TEEC_MEMREF_WHOLE) || ((paramType) == TEEC_MEMREF_PARTIAL_INPUT) || \
497 paramType = TEEC_MEMREF_PARTIAL_INPUT; in TranslateParamType()568 diff = (uint32_t)TEEC_MEMREF_PARTIAL_INPUT - (uint32_t)TEEC_MEMREF_TEMP_INPUT; in TEEC_EncodeParam()1574 if (paramType == TEEC_MEMREF_PARTIAL_INPUT) { in TEEC_CheckMemRef()1593 …condition = (paramType == TEEC_MEMREF_PARTIAL_INPUT) || (paramType == TEEC_MEMREF_PARTIAL_OUTPUT) … in TEEC_CheckMemRef()
137 if (paramType == TEEC_MEMREF_PARTIAL_INPUT) { in TEEC_CheckMemRef()156 if ((paramType == TEEC_MEMREF_PARTIAL_INPUT) || in TEEC_CheckMemRef()600 if (paramType == TEEC_MEMREF_PARTIAL_INPUT) { in TeecOptDecodePartialMem()
582 case TEEC_MEMREF_PARTIAL_INPUT: in WriteOperation()