Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1190 static inline void UsefulOutBuf_AppendUint32(UsefulOutBuf *pUOutBuf,
2163 static inline void UsefulOutBuf_AppendUint32(UsefulOutBuf *pMe, in UsefulOutBuf_AppendUint32() function
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3010 UsefulOutBuf_AppendUint32(&UOB, (uint32_t)Pool.len); // size of pool in MemPool_Pack()
3011 UsefulOutBuf_AppendUint32(&UOB, uFreeOffset); // first free position in MemPool_Pack()