Searched defs:Time (Results 51 - 66 of 66) sorted by relevance

123

/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp799 RTTIME Time; local
801 RTTimeToString(RTTimeExplode(&Time, RTTimeNow(&TimeSpec)), szTS, sizeof(szTS));
855 RTTIME Time; local
857 RTTimeToString(RTTimeExplode(&Time, RTTimeNow(&TimeSpec)), szTS, sizeof(szTS));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c330 EFI_TIME Time; local
382 gRT->GetTime (&Time, NULL);
383 ASSERT ((Time.Month <= 12) && (Time.Month >= 1));
394 mMonthName [Time.Month-1],
395 Time.Day,
396 Time.Hour,
397 Time.Minute,
398 Time.Second
873 EFI_TIME Time; local
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp535 pHlp->pfnPrintf(pHlp, "Time: %02u:%02u:%02u Date: %02u-%02u-%02u\n",
1000 RTTIME Time; local
1002 RTTimeExplode(&Time, &Now);
1004 RTTimeLocalExplode(&Time, &Now);
1008 Tm.tm_year = Time.i32Year - 1900;
1009 Tm.tm_mon = Time.u8Month - 1;
1010 Tm.tm_mday = Time.u8MonthDay;
1011 Tm.tm_wday = (Time.u8WeekDay + 1 + 7) % 7; /* 0 = Monday -> Sunday */
1012 Tm.tm_yday = Time.u16YearDay - 1;
1013 Tm.tm_hour = Time
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIproto.h58 #define Time CARD32 macro
461 Time start B32;
462 Time stop B32;
551 Time time B32;
584 Time time B32;
679 Time time B32;
705 Time time B32;
724 Time time B32;
1391 Time time B32;
1415 Time tim
1527 #undef Time macro
[all...]
H A DXKBproto.h36 #define Time CARD32 macro
1016 Time time B32;
1032 Time time B32;
1054 Time time B32;
1083 Time time B32;
1111 Time time B32;
1130 Time time B32;
1146 Time time B32;
1170 Time time B32;
1187 Time tim
1278 #undef Time macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/inputproto-1.9.99.902/X11/extensions/
H A DXI2proto.h66 #define Time uint32_t macro
519 Time time;
560 Time time;
605 Time time;
619 Time time;
634 Time time;
791 Time time;
826 Time time;
848 Time time;
869 Time tim
972 #undef Time macro
[all...]
H A DXIproto.h55 #define Time CARD32 macro
469 Time start B32;
470 Time stop B32;
559 Time time B32;
592 Time time B32;
687 Time time B32;
713 Time time B32;
732 Time time B32;
1568 Time time B32;
1592 Time tim
1750 #undef Time macro
[all...]
/vbox/include/iprt/
H A Dasn1.h872 * ASN.1 UTC and Generalized Time (IPRT representation).
883 RTTIME Time; member in struct:RTASN1TIME
1325 RTASN1TIME Time; member in union:RTASN1DYNTYPE::__anon422
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DX.h77 typedef unsigned long Time; typedef
93 typedef CARD32 Time; typedef
139 #define CurrentTime 0L /* special Time */
H A DXproto.h249 #define Time CARD32 macro
1003 Time time B32;
1012 Time time B32;
1138 Time time B32;
1145 Time time B32;
1151 Time time B32;
1157 Time time B32;
1325 (or Atom or Time) as its one and only argument. */
1436 Time time B32;
1445 Time tim
2153 #undef Time macro
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp427 LARGE_INTEGER Time; local
430 Time.HighPart = pUserSharedData->InterruptTime.High1Time;
431 Time.LowPart = pUserSharedData->InterruptTime.LowPart;
432 } while (pUserSharedData->InterruptTime.High2Time != Time.HighPart);
434 return (uint64_t)Time.QuadPart / 10000;
3428 LARGE_INTEGER Time; local
3429 Time.QuadPart = -8000000 / 100; /* 8ms in 100ns units, relative time. */
3430 NtDelayExecution(FALSE, &Time);
4329 LARGE_INTEGER Time; local
4331 Time
4604 LARGE_INTEGER Time; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DX.h82 typedef unsigned long Time; typedef
98 typedef CARD32 Time; typedef
144 #define CurrentTime 0L /* special Time */
H A DXproto.h253 #define Time CARD32 macro
1007 Time time B32;
1016 Time time B32;
1142 Time time B32;
1149 Time time B32;
1155 Time time B32;
1161 Time time B32;
1297 (or Atom or Time) as its one and only argument. */
1408 Time time B32;
1417 Time tim
2125 #undef Time macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h35 #define Time CARD32 macro
1015 Time time B32;
1031 Time time B32;
1053 Time time B32;
1082 Time time B32;
1110 Time time B32;
1129 Time time B32;
1145 Time time B32;
1169 Time time B32;
1186 Time tim
1277 #undef Time macro
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinspool.h776 DWORD Time; member in struct:_JOB_INFO_2A
802 DWORD Time; member in struct:_JOB_INFO_2W
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinspool.h774 DWORD Time; member in struct:_JOB_INFO_2A
800 DWORD Time; member in struct:_JOB_INFO_2W

Completed in 710 milliseconds

123