Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1164 #if QCBOR_TYPE_DOUBLE != DOUBLE_PREC_FLOAT
1165 #error QCBOR_TYPE_DOUBLE macro value wrong
1213 pDecodedItem->uDataType = QCBOR_TYPE_DOUBLE; in QCBOR_Private_DecodeType7()
1233 pDecodedItem->uDataType = QCBOR_TYPE_DOUBLE; in QCBOR_Private_DecodeType7()
1253 pDecodedItem->uDataType = QCBOR_TYPE_DOUBLE; in QCBOR_Private_DecodeType7()
2203 case QCBOR_TYPE_DOUBLE: in QCBOR_Private_DecodeDateEpoch()
2208 const double d = pDecodedItem->uDataType == QCBOR_TYPE_DOUBLE ? in QCBOR_Private_DecodeDateEpoch()
4706 {QCBOR_TYPE_INT64, QCBOR_TYPE_DOUBLE, QCBOR_TYPE_FLOAT, QCBOR_TYPE_UINT64} in QCBORDecode_Private_ProcessEpochDate()
5474 case QCBOR_TYPE_DOUBLE: in QCBOR_Private_ConvertInt64()
5482 if(pItem->uDataType == QCBOR_TYPE_DOUBLE) { in QCBOR_Private_ConvertInt64()
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h318 #define QCBOR_TYPE_DOUBLE 27 macro