Searched refs:nLabel (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_encode.h | 522 QCBOREncode_AddInt64ToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, int64_t uNum); 546 QCBOREncode_AddUInt64ToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, uint64_t uNum); 594 QCBOREncode_AddTextToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, UsefulBufC Text); 612 QCBOREncode_AddSZStringToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, const char *szString); 660 QCBOREncode_AddDoubleToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, double dNum); 682 QCBOREncode_AddFloatToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, float dNum); 706 QCBOREncode_AddDoubleNoPreferredToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, double dNum); 730 QCBOREncode_AddFloatNoPreferredToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, float fNum); 808 int64_t nLabel, 824 int64_t nLabel, [all …]
|
| H A D | qcbor_spiffy_decode.h | 237 int64_t nLabel, 290 int64_t nLabel, 345 int64_t nLabel, 377 int64_t nLabel, 417 int64_t nLabel, 448 int64_t nLabel, 480 int64_t nLabel, 510 int64_t nLabel, 549 int64_t nLabel, 597 int64_t nLabel, [all …]
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_decode.c | 3534 int64_t nLabel, in QCBORDecode_GetItemInMapN() argument 3544 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_GetItemInMapN() 3876 const int64_t nLabel, in QCBORDecode_GetTaggedItemInMapN() argument 3880 QCBORDecode_GetItemInMapN(pMe, nLabel, QCBOR_TYPE_ANY, pItem); in QCBORDecode_GetTaggedItemInMapN() 3930 const int64_t nLabel, in QCBORDecode_Private_GetTaggedStringInMapN() argument 3935 QCBORDecode_GetTaggedItemInMapN(pMe, nLabel, TagSpec, &Item); in QCBORDecode_Private_GetTaggedStringInMapN() 4064 QCBORDecode_EnterMapFromMapN(QCBORDecodeContext *pMe, int64_t nLabel) in QCBORDecode_EnterMapFromMapN() argument 4068 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_EnterMapFromMapN() 4101 QCBORDecode_EnterArrayFromMapN(QCBORDecodeContext *pMe, int64_t nLabel) in QCBORDecode_EnterArrayFromMapN() argument 4105 OneItemSeach[0].label.int64 = nLabel; in QCBORDecode_EnterArrayFromMapN() [all …]
|