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

/vbox/src/VBox/Storage/
H A DQED.cpp946 * @param offClusterEnd The first cluster to not check and set anymore.
948 static bool qedClusterBitmapCheckAndSet(void *pvClusterBitmap, uint32_t offClusterStart, uint32_t offClusterEnd) argument
950 for (uint32_t offCluster = offClusterStart; offCluster < offClusterEnd; offCluster++)
954 ASMBitSetRange(pvClusterBitmap, offClusterStart, offClusterEnd);

Completed in 50 milliseconds