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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp357 for (size_t iUndo = 0; iUndo < i; iUndo++)
359 pReqInt = pahReqs[iUndo];
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp387 for (size_t iUndo = 0; iUndo < i; iUndo++)
389 pReqInt = pahReqs[iUndo];
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp583 size_t iUndo = cReqs; local
584 while (iUndo-- > i)
586 pReqInt = pahReqs[iUndo];
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp651 for (size_t iUndo = 0; iUndo < i; iUndo++)
653 pReqInt = pahReqs[iUndo];

Completed in 741 milliseconds