Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1608 static uint32_t UsefulInputBuf_GetUint32(UsefulInputBuf *pUInBuf);
2372 static inline uint32_t UsefulInputBuf_GetUint32(UsefulInputBuf *pMe) in UsefulInputBuf_GetUint32() function
2474 uint32_t uResult = UsefulInputBuf_GetUint32(pMe); in UsefulInputBuf_GetFloat()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2996 *puPoolSize = UsefulInputBuf_GetUint32(&UIB); in MemPool_Unpack()
2997 *puFreeOffset = UsefulInputBuf_GetUint32(&UIB); in MemPool_Unpack()