ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | NONAMELESSUNION |
#define | TICKSPERSEC 10000000 |
#define | TICKSPERMSEC 10000 |
#define | SECSPERDAY 86400 |
Functions | |
static | VOID (WINAPI *pRtlTimeToTimeFields)(const LARGE_INTEGER *liTime |
static | NTSTATUS (WINAPI *pNtQueryPerformanceCounter)(LARGE_INTEGER *counter |
static | ULONG (WINAPI *pNtGetTickCount)(void) |
static BOOL | IsLeapYear (int Year) |
static void | test_pRtlTimeToTimeFields (void) |
static void | test_NtQueryPerformanceCounter (void) |
static void | test_RtlQueryTimeZoneInformation (void) |
static void | test_NtGetTickCount (void) |
START_TEST (time) | |
Variables | |
static PTIME_FIELDS | TimeFields |
static PLARGE_INTEGER | Time |
static LARGE_INTEGER * | frequency |
static const int | MonthLengths [2][12] |
static TIME_FIELDS | tftest = {1889,12,31,23,59,59,0,0} |
START_TEST | ( | time | ) |
Definition at line 257 of file time.c.
Definition at line 234 of file time.c.
Referenced by START_TEST().
Definition at line 178 of file time.c.
Referenced by START_TEST().
Definition at line 125 of file time.c.
Referenced by START_TEST().
Definition at line 198 of file time.c.
Referenced by START_TEST().
LARGE_INTEGER* frequency |
Definition at line 106 of file time.c.
Referenced by ddraw1_GetMonitorFrequency(), ddraw2_GetMonitorFrequency(), ddraw4_GetMonitorFrequency(), ddraw7_GetMonitorFrequency(), DECLARE_INTERFACE_(), ProcessPlayingNotes(), test_buffer(), test_NtQueryPerformanceCounter(), and wined3d_cs_emit_set_stream_source_freq().
Definition at line 111 of file time.c.
Referenced by RtlCutoverTimeToSystemTime(), RtlTimeFieldsToTime(), RtlTimeToTimeFields(), and test_pRtlTimeToTimeFields().
|
static |
Definition at line 123 of file time.c.
Referenced by test_pRtlTimeToTimeFields().
PLARGE_INTEGER Time |
Definition at line 105 of file time.c.
Referenced by _getsystime(), _setsystime(), clock(), ClockPropertyCorrelatedPhysicalTime(), ClockPropertyCorrelatedTime(), ClockPropertyPhysicalTime(), ClockPropertyTime(), CompBattQueryInformation(), CCabinet::ConvertDateAndTime(), ElfReportEventA(), ElfReportEventAndSourceW(), ElfReportEventW(), ElfrIntReportEventW(), ElfrReportEventA(), ElfrReportEventAndSourceW(), ElfrReportEventW(), ExpAllocateUuids(), ExpUuidGetValues(), ExUuidCreate(), FatConstructDirent(), FatFatDateToNtTime(), FatFatTimeToNtTime(), FatGetCurrentFatTime(), FatSwapDirEntry(), FatSwapFatXDirEntry(), FormatDateTime(), FrLdrHeapAllocateEx(), FrLdrHeapFreeEx(), GdiSAPCallback(), GetCurrentDayOfMonth(), GetCurrentTimeInSeconds(), GetLocalSystemTime(), GetNtTimeout(), GetQueuedCompletionStatus(), GetTimeAsJobTime(), GetTimeInSeconds(), HalQueryRealTimeClock(), HalSetRealTimeClock(), Host_Sleep(), IntDispatchMessage(), JobTimeToTimeString(), KiCheckForTimerExpiration(), KiTimerExpiration(), KsGetDefaultClockTime(), CKsProxy::KsGetPhysicalTime(), CKsProxy::KsGetTime(), KspBusWorkerRoutine(), KsServiceBusEnumCreateRequest(), KsServiceBusEnumPnpRequest(), KsSetDefaultClockTime(), CKsProxy::KsSetPhysicalTime(), CKsProxy::KsSetTime(), LogfAllocAndBuildNewRecord(), LogfReportEvent(), LsarCreateSecret(), LsarSetSecret(), LsarStorePrivateData(), MmeGetPosition(), MonthCalSetLocalTime(), NetrRemoteTOD(), NtAllocateUuids(), NtProcessStartup(), OnInitDialog(), ParseDate(), Ping(), PRINT_RECORD(), PrintDateTime(), PrintLocalTime(), ProcessPortMessage(), ProcessTest(), ProcessTimers(), QuerySystemTimeMs(), QueryTime(), ReportTimes(), RtlSecondsSince1970ToTime(), RtlSecondsSince1980ToTime(), RtlTimeFieldsToTime(), RtlTimeToElapsedTimeFields(), RtlTimeToSecondsSince1970(), RtlTimeToSecondsSince1980(), RtlTimeToTimeFields(), FxUsbDevice::SendSyncRequest(), FxUsbDevice::SendSyncUmUrb(), SetLocalSystemTime(), SetScreenSaver(), SignalObjectAndWait(), SleepConditionVariableCS(), SleepConditionVariableSRW(), SleepEx(), START_TEST(), TdiDisconnect(), Time2Str(), TimeToMsString(), USBPORT_StartTimer(), WaitForMultipleObjectsEx(), WaitForSingleObjectEx(), WDF_ABS_TIMEOUT_IN_MS(), WDF_ABS_TIMEOUT_IN_SEC(), WDF_ABS_TIMEOUT_IN_US(), WDF_REL_TIMEOUT_IN_MS(), WDF_REL_TIMEOUT_IN_SEC(), WDF_REL_TIMEOUT_IN_US(), WdmAudGetWavePositionByLegacy(), WdmAudGetWavePositionByMMixer(), and xclip_handle_SelectionNotify().
PTIME_FIELDS TimeFields |
Definition at line 104 of file time.c.
Referenced by _Success_(), CalcVolumeSerialNumber(), ConvertSystemTimeToFileTime(), DosDateTimeToFileTime(), ExpSetTimeZoneInformation(), FatFatDateToNtTime(), FatFatTimeToNtTime(), FatGetCurrentFatTime(), FileTimeToDosDateTime(), FileTimeToSystemTime(), FsdDosDateTimeToSystemTime(), FsdSystemTimeToDosDateTime(), GetLocalTime(), GetSystemTime(), KeSetSystemTime(), MsvpCheckLogonHours(), NtSetSystemTime(), Phase1InitializationDiscard(), RtlTimeFieldsToTime(), RtlTimeToElapsedTimeFields(), RtlTimeToTimeFields(), SetDiskSignature(), SetLocalTime(), SetSystemTime(), SystemTimeToFileTime(), UDFTimeToNT(), and UDFTimeToUDF().