Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h428 uint64_t uint64; member
520 uint64_t uint64; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c166 if(Item2.uLabelType == QCBOR_TYPE_UINT64 && Item1.label.uint64 == Item2.label.uint64) { in QCBORItem_MatchLabel()
893 pDecodedItem->val.uint64 = uArgument; in QCBOR_Private_DecodeInteger()
1821 pDecodedItem->label.uint64 = LabelItem.val.uint64; in QCBORDecode_Private_GetNextMapEntry()
5512 if(pItem->val.uint64 < INT64_MAX) { in QCBOR_Private_ConvertInt64()
5925 *puValue = pItem->val.uint64; in QCBOR_Private_ConvertUInt64()
6301 *pdValue = (double)pItem->val.uint64; in QCBOR_Private_ConvertDouble()