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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp1063 uint32_t cInternalBlocks = pFreeStr->cbFree / sizeof(*pFreeStr); local
1076 cInternalBlocks--;
1082 while (cInternalBlocks-- > 0)
1099 cInternalBlocks = pFreeStr->cbFree / sizeof(*pFreeStr);
1100 Assert(cInternalBlocks > 0);
1109 cInternalBlocks--;
1110 while (cInternalBlocks-- > 0)

Completed in 48 milliseconds