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

/vbox/src/VBox/Storage/
H A DVCICache.cpp732 uint64_t cBlocksMax = RT_MIN(cBlocks, sizeof(abBitmapBuffer) * 8 - iBit); local
735 ASMBitClearRange(abBitmapBuffer, iBit, iBit + cBlocksMax);
737 ASMBitSetRange(abBitmapBuffer, iBit, iBit + cBlocksMax);
739 iBit += cBlocksMax;
740 cBlocks -= cBlocksMax;

Completed in 49 milliseconds