Home
last modified time | relevance | path

Searched refs:uType (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c374 DecodeNesting_IsBoundedType(const QCBORDecodeNesting *pNesting, uint8_t uType) in DecodeNesting_IsBoundedType() argument
387 if(uItemDataType != uType) { in DecodeNesting_IsBoundedType()
419 DecodeNesting_Descend(QCBORDecodeNesting *pNesting, uint8_t uType) in DecodeNesting_Descend() argument
429 pNesting->pCurrent->uLevelType = uType; in DecodeNesting_Descend()
3636 const uint8_t uType, in QCBORDecode_Private_GetArrayOrMap() argument
3668 if(uItemDataType != uType) { in QCBORDecode_Private_GetArrayOrMap()
4146 const uint8_t uType, in QCBORDecode_Private_EnterBoundedMapOrArray() argument
4172 if(uItemDataType != uType) { in QCBORDecode_Private_EnterBoundedMapOrArray()
4189 DecodeNesting_Descend(&(pMe->nesting), uType); in QCBORDecode_Private_EnterBoundedMapOrArray()
4282 const uint8_t uType) in QCBORDecode_Private_ExitBoundedMapOrArray() argument
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_spiffy_decode.h2045 uint8_t uType,
2051 uint8_t uType);
2251 uint8_t uType,