Searched refs:QCBOREncode_AddInt64 (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_encode.h | 516 QCBOREncode_AddInt64(QCBOREncodeContext *pCtx, int64_t nNum); 2470 QCBOREncode_AddInt64(pMe, uNum); in QCBOREncode_AddInt64ToMap() 2478 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddInt64ToMapN() 2479 QCBOREncode_AddInt64(pMe, uNum); in QCBOREncode_AddInt64ToMapN() 2504 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddUInt64ToMapN() 2529 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddTextToMapN() 2554 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddSZStringToMapN() 2614 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddDoubleToMapN() 2643 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddFloatToMapN() 2661 QCBOREncode_AddInt64(pMe, nLabel); in QCBOREncode_AddDoubleNoPreferredToMapN() [all …]
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_encode.c | 577 QCBOREncode_AddInt64(QCBOREncodeContext *pMe, const int64_t nNum) in QCBOREncode_AddInt64() function 719 QCBOREncode_AddInt64(pMe, nExponent); in QCBOREncode_Private_AddExpMantissa() 727 QCBOREncode_AddInt64(pMe, nMantissa); in QCBOREncode_Private_AddExpMantissa()
|