Home
last modified time | relevance | path

Searched refs:MilliSeconds (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Daslcompile.c818 UINT32 MilliSeconds; in CmDumpAllEvents() local
839 MilliSeconds = Delta / ACPI_100NSEC_PER_MSEC; in CmDumpAllEvents()
843 if ((MicroSeconds - (MilliSeconds * ACPI_USEC_PER_MSEC)) >= 500) in CmDumpAllEvents()
845 MilliSeconds++; in CmDumpAllEvents()
849 MicroSeconds, MilliSeconds, Event->EventName); in CmDumpAllEvents()
854 MicroSeconds, MilliSeconds, Event->EventName); in CmDumpAllEvents()