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

/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp3824 uint32_t cInc = RT_ALIGN_32(pShared->cEntries - cAllocated, 16);
3826 uint32_t cInc = RT_ALIGN_32(pShared->cEntries - cAllocated, 1); local
3830 (cAllocated + cInc) * sizeof(void *));
3839 while (cInc-- > 0)

Completed in 58 milliseconds