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

/vbox/src/VBox/Storage/
H A DVCICache.cpp1083 unsigned idxMax = pNodeInt->cUsedNodes; local
1086 while (idxMin < idxMax)
1094 idxMax = idxCur;
1132 idxCur = idxMin + (idxMax - idxMin) / 2;
1144 unsigned idxMax = pLeaf->cUsedNodes; local
1147 while (idxMin < idxMax)
1155 idxMax = idxCur;
1169 idxCur = idxMin + (idxMax - idxMin) / 2;
H A DDMG.cpp1373 unsigned idxMax = pThis->cExtents; local
1376 while (idxMin < idxMax)
1384 idxMax = idxCur;
1398 idxCur = idxMin + (idxMax - idxMin) / 2;

Completed in 1387 milliseconds