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

/vbox/src/VBox/Storage/
H A DVCICache.cpp572 uint8_t abBitmapBuffer[16 * _1K]; local
576 cBlocksRead = RT_MIN(VCI_BYTE2BLOCK(sizeof(abBitmapBuffer)), cBlocksLeft);
578 offBlkMap, abBitmapBuffer,
583 pRangeCur->fFree = !(abBitmapBuffer[0] & 0x01);
604 iBit = ASMBitNextSet(abBitmapBuffer, cBits, iBitPrev);
609 iBit = ASMBitNextClear(abBitmapBuffer, cBits, iBitPrev);
650 cBlocksRead = RT_MIN(VCI_BYTE2BLOCK(sizeof(abBitmapBuffer)), cBlocksLeft);
652 offBlkMap, abBitmapBuffer, cBlocksRead);
719 uint8_t abBitmapBuffer[16*_1K]; local
732 uint64_t cBlocksMax = RT_MIN(cBlocks, sizeof(abBitmapBuffer) *
[all...]

Completed in 48 milliseconds