Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h290 uint16_t uCountTotal; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c265 if(pNesting->pCurrent->u.ma.uCountTotal == QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH) { in DecodeNesting_IsCurrentDefiniteLength()
492 pNesting->pCurrent->u.ma.uCountTotal = (uint16_t)uCount; in DecodeNesting_DescendMapOrArray()
562 pNesting->pCurrentBounded->u.ma.uCountCursor = pNesting->pCurrentBounded->u.ma.uCountTotal; in DecodeNesting_ResetMapOrArrayCount()