Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3003 MemPool_Pack(UsefulBuf Pool, uint32_t uFreeOffset) in MemPool_Pack() argument
3011 UsefulOutBuf_AppendUint32(&UOB, uFreeOffset); // first free position in MemPool_Pack()
3030 uint32_t uFreeOffset; in MemPool_Function() local
3039 if(MemPool_Unpack(pPool, &uPoolSize, &uFreeOffset)) { in MemPool_Function()
3071 uFreeOffset = uMemOffset + uNewSize32; in MemPool_Function()
3080 if(uNewSize <= uPoolSize - uFreeOffset) { in MemPool_Function()
3082 ReturnValue.ptr = (uint8_t *)pPool + uFreeOffset; in MemPool_Function()
3083 uFreeOffset += (uint32_t)uNewSize; in MemPool_Function()
3091 uFreeOffset = (uint32_t)((uint8_t *)pMem - (uint8_t *)pPool); in MemPool_Function()
3099 MemPool_Pack(Pool, uFreeOffset); in MemPool_Function()