Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h426 int64_t int64; member
517 int64_t int64; member
H A Dqcbor_spiffy_decode.h2281 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_GetArrayFromMapN()
2328 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_GetMapFromMapN()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c153 if(Item2.uLabelType == QCBOR_TYPE_INT64 && Item1.label.int64 == Item2.label.int64) { in QCBORItem_MatchLabel()
889 pDecodedItem->val.int64 = (int64_t)uArgument; in QCBOR_Private_DecodeInteger()
904 pDecodedItem->val.int64 = (-(int64_t)uArgument) - 1; in QCBOR_Private_DecodeInteger()
1816 pDecodedItem->label.int64 = LabelItem.val.int64; in QCBORDecode_Private_GetNextMapEntry()
2192 pDecodedItem->val.epochDate.nSeconds = pDecodedItem->val.int64; in QCBOR_Private_DecodeDateEpoch()
2295 pDecodedItem->val.epochDays = pDecodedItem->val.int64; in QCBOR_Private_DecodeDaysEpoch()
2398 pDecodedItem->val.expAndMantissa.nExponent = exponentItem.val.int64; in QCBORDecode_Private_ExpMantissa()
2426 pDecodedItem->val.expAndMantissa.Mantissa.nInt = mantissaItem.val.int64; in QCBORDecode_Private_ExpMantissa()
3544 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_GetItemInMapN()
4068 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_EnterMapFromMapN()
[all …]
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog6055 * Fixed MS Visual C++ name clash with int64 in sha4.h