Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h289 #define QCBOR_COUNT_INDICATES_ZERO_LENGTH UINT16_MAX-1 macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c237 if(pNesting->pCurrentBounded->u.ma.uCountCursor == QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_IsBoundedEmpty()
312 pNesting->pCurrent->u.ma.uCountCursor = QCBOR_COUNT_INDICATES_ZERO_LENGTH; in DecodeNesting_SetMapOrArrayBoundedMode()
341 pNesting->pCurrentBounded->u.ma.uCountCursor != QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_IsAtEndOfBoundedLevel()
561 if(pNesting->pCurrent->u.ma.uCountCursor != QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_ResetMapOrArrayCount()