Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2600 uint8_t uBase = uTagToProcess == CBOR_TAG_DECIMAL_FRACTION ? in QCBOR_Private_ExpMantissaDataType() local
2604 uBase = (uint8_t)(uBase + pDecodedItem->uDataType - QCBOR_TYPE_POSBIGNUM + 1); in QCBOR_Private_ExpMantissaDataType()
2606 return uBase; in QCBOR_Private_ExpMantissaDataType()