Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h403 uint8_t uNestingLevel; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2067 pDecodedItem->uNestingLevel = DecodeNesting_GetCurrentLevel(&(pMe->nesting)); in QCBORDecode_Private_GetNextMapOrArray()
2378 const int nNestLevel = pDecodedItem->uNestingLevel + 1; in QCBORDecode_Private_ExpMantissa()
2386 if(exponentItem.uNestingLevel != nNestLevel) { in QCBORDecode_Private_ExpMantissa()
2411 if(mantissaItem.uNestingLevel != nNestLevel) { in QCBORDecode_Private_ExpMantissa()
3173 const bool bIsEmpty = (pItemToConsume->uNextNestLevel <= pItemToConsume->uNestingLevel); in QCBORDecode_Private_ConsumeItem()
4180 const bool bIsEmpty = (Item.uNextNestLevel <= Item.uNestingLevel); in QCBORDecode_Private_EnterBoundedMapOrArray()