Searched refs:microsecond (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/ |
D | Metronome.uni | 6 // functions for nanosecond and microsecond delays. This generic implementation 9 // microsecond units. If the number of ticks is small, then nanoseconds are used. 29 …microsecond delays. This generic implementation produces a fixed TickPeriod of 100ns unit, and wh…
|
D | Metronome.inf | 6 # functions for nanosecond and microsecond delays. This generic implementation 9 # microsecond units. If the number of ticks is small, then nanoseconds are used.
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/ |
D | DebugCommunicationLibUsb3Dxe.inf | 53 # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.
|
D | DebugCommunicationLibUsb3Pei.inf | 53 # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_datetime.py | 577 self.assertEqual(fromord.microsecond, 0) 1160 self.assertEqual(dt.microsecond, 0) 1172 self.assertEqual(dt.microsecond, 8000) 1187 dt.microsecond) 1697 self.assertEqual(t.microsecond, 0) 1706 self.assertEqual(t.microsecond, 8000) 1720 t.microsecond) 1824 t = self.theclass(microsecond=1) 1828 t = self.theclass(microsecond=10) 1832 t = self.theclass(microsecond=100) [all …]
|
D | test_strptime.py | 281 self.assertEqual(frac, d.microsecond)
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/ |
D | SourceLevelDebugPkg.dec | 111 …## connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.
|
D | SourceLevelDebugPkg.uni | 92 … "connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 575 int *microsecond) in normalize_datetime() argument 577 normalize_pair(second, microsecond, 1000000); in normalize_datetime() 4082 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local 4087 &hour, &minute, &second, µsecond) < 0) in add_datetime_timedelta() 4091 hour, minute, second, microsecond, in add_datetime_timedelta()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 575 int *microsecond) in normalize_datetime() argument 577 normalize_pair(second, microsecond, 1000000); in normalize_datetime() 4082 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local 4087 &hour, &minute, &second, µsecond) < 0) in add_datetime_timedelta() 4091 hour, minute, second, microsecond, in add_datetime_timedelta()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listsort.txt | 658 microsecond resolution. samplesort started with a 1.52% #-of-comparisons
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | listsort.txt | 661 microsecond resolution. samplesort started with a 1.52% #-of-comparisons
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 156 …ceGuid_PcdRealTimeClockUpdateTimeout_HELP #language en-US "RTC Update Timeout Value(microsecond)."
|
D | MdeModulePkg.dec | 859 ## RTC Update Timeout Value(microsecond).
|