Searched refs:uTagToProcess (Results 1 – 1 of 1) sorted by relevance
2597 QCBOR_Private_ExpMantissaDataType(const uint16_t uTagToProcess, in QCBOR_Private_ExpMantissaDataType() argument2600 uint8_t uBase = uTagToProcess == CBOR_TAG_DECIMAL_FRACTION ? in QCBOR_Private_ExpMantissaDataType()2649 const uint16_t uTagToProcess = pDecodedItem->uTags[0]; in QCBORDecode_Private_GetNextTagContent() local2651 if(uTagToProcess == CBOR_TAG_INVALID16) { in QCBORDecode_Private_GetNextTagContent()2655 } else if(uTagToProcess == CBOR_TAG_DATE_EPOCH) { in QCBORDecode_Private_GetNextTagContent()2658 } else if(uTagToProcess == CBOR_TAG_DAYS_EPOCH) { in QCBORDecode_Private_GetNextTagContent()2662 } else if(uTagToProcess == CBOR_TAG_DECIMAL_FRACTION || in QCBORDecode_Private_GetNextTagContent()2663 uTagToProcess == CBOR_TAG_BIGFLOAT) { in QCBORDecode_Private_GetNextTagContent()2666 pDecodedItem->uDataType = QCBOR_Private_ExpMantissaDataType(uTagToProcess, pDecodedItem); in QCBORDecode_Private_GetNextTagContent()2670 } else if(uTagToProcess == CBOR_TAG_MIME || in QCBORDecode_Private_GetNextTagContent()[all …]