Searched defs:cRet (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dstore.cpp106 uint32_t cRet = ASMAtomicIncU32(&pThis->cRefs); local
107 Assert(cRet < 8192);
108 return cRet;
418 uint32_t cRet = ASMAtomicIncU32(&pThis->cRefs); local
419 Assert(cRet < 64);
420 return cRet;
432 uint32_t cRet = ASMAtomicDecU32(&pThis->cRefs); local
433 if (!cRet)
438 return cRet;
/vbox/include/iprt/cpp/
H A Dlist.h286 size_t cRet = m_cCapacity; local
288 return cRet;
312 size_t cRet = m_cElements; local
314 return cRet;

Completed in 262 milliseconds