Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h757 static inline double UsefulBufUtil_CopyUint64ToDouble(uint64_t u64);
1911 static inline double UsefulBufUtil_CopyUint64ToDouble(uint64_t u64) in UsefulBufUtil_CopyUint64ToDouble() function
2484 return uResult ? UsefulBufUtil_CopyUint64ToDouble(uResult) : 0; in UsefulInputBuf_GetDouble()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1252 pDecodedItem->val.dfnum = UsefulBufUtil_CopyUint64ToDouble(uArgument); in QCBOR_Private_DecodeType7()