Searched refs:cbTotalRead (Results 1 – 1 of 1) sorted by relevance
3633 ULARGE_INTEGER cbTotalRead; in Storage32Impl_SmallBlocksToBigBlocks() local3663 cbTotalRead.QuadPart = 0; in Storage32Impl_SmallBlocksToBigBlocks()3678 cbTotalRead.QuadPart += cbRead; in Storage32Impl_SmallBlocksToBigBlocks()3696 } while (cbTotalRead.QuadPart < size.QuadPart); in Storage32Impl_SmallBlocksToBigBlocks()3751 ULARGE_INTEGER size, offset, cbTotalRead; in Storage32Impl_BigBlocksToSmallBlocks() local3773 cbTotalRead.QuadPart = 0; in Storage32Impl_BigBlocksToSmallBlocks()3775 while(cbTotalRead.QuadPart < size.QuadPart) in Storage32Impl_BigBlocksToSmallBlocks()3786 cbTotalRead.QuadPart += cbRead; in Storage32Impl_BigBlocksToSmallBlocks()