Home
last modified time | relevance | path

Searched refs:uNewSize (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h329 UsefulBuf (* pfAllocator)(void *pAllocateCxt, void *pOldMem, size_t uNewSize);
H A Dqcbor_decode.h621 size_t uNewSize);
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3025 MemPool_Function(void *pPool, void *pMem, size_t uNewSize) in MemPool_Function() argument
3032 if(uNewSize > UINT32_MAX) { in MemPool_Function()
3037 const uint32_t uNewSize32 = (uint32_t)uNewSize; in MemPool_Function()
3043 if(uNewSize) { in MemPool_Function()
3065 if(uNewSize <= uPoolSize - uMemOffset) { in MemPool_Function()
3067 ReturnValue.len = uNewSize; in MemPool_Function()
3080 if(uNewSize <= uPoolSize - uFreeOffset) { in MemPool_Function()
3081 ReturnValue.len = uNewSize; in MemPool_Function()
3083 uFreeOffset += (uint32_t)uNewSize; in MemPool_Function()