Searched refs:iBitInByte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVHD.cpp901 uint8_t iBitInByte = (8-1) - (cBlockBitmapEntry % 8); local
907 return ((*puBitmap) & RT_BIT(iBitInByte)) != 0;
921 uint8_t iBitInByte = (8-1) - (cBlockBitmapEntry % 8); local
927 bool fClear = ((*puBitmap) & RT_BIT(iBitInByte)) == 0;
928 *puBitmap |= RT_BIT(iBitInByte);

Completed in 629 milliseconds