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

/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp640 uint32_t u32WarpDrive = 100; /* % */ local
735 rc = RTStrToUInt32Ex(argv[++i], NULL, 0, &u32WarpDrive);
864 if (u32WarpDrive != 100)
866 rc = TMR3SetWarpDrive(pUVM, u32WarpDrive);
868 RTPrintf("warning: TMVirtualSetWarpDrive(,%u) -> %Rrc\n", u32WarpDrive, rc);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp861 uint32_t u32WarpDrive = 0; local
1331 u32WarpDrive = RTStrToUInt32(argv[curArg]);
1332 if (u32WarpDrive < 2 || u32WarpDrive > 20000)
1334 RTPrintf("Error: the warp drive rate is restricted to [2..20000]. (%d)\n", u32WarpDrive);
2137 if (u32WarpDrive != 0)
2141 RTPrintf("Error: No debugger object; --warpdrive %d cannot be executed!\n", u32WarpDrive);
2144 gpMachineDebugger->COMSETTER(VirtualTimeRate)(u32WarpDrive);

Completed in 66 milliseconds