Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h743 static inline float UsefulBufUtil_CopyUint32ToFloat(uint32_t u32);
1918 static inline float UsefulBufUtil_CopyUint32ToFloat(uint32_t u32) in UsefulBufUtil_CopyUint32ToFloat() function
2476 return uResult ? UsefulBufUtil_CopyUint32ToFloat(uResult) : 0; in UsefulInputBuf_GetFloat()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1228 const float f = UsefulBufUtil_CopyUint32ToFloat((uint32_t)uArgument); in QCBOR_Private_DecodeType7()