Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcompatibility-chrono.cc49 typedef chrono::microseconds duration;
78 + chrono::microseconds(tv.tv_usec))); in now()
H A Dchrono.cc71 + chrono::microseconds(tv.tv_usec))); in now()
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Dosunixxf.c1245 UINT32 microseconds) in AcpiOsStall() argument
1248 if (microseconds) in AcpiOsStall()
1250 usleep (microseconds); in AcpiOsStall()
/dragonfly/sys/dev/raid/hptrr/
H A Dosm.h144 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg);
163 void os_stallexec(HPT_U32 microseconds);
H A Dhptrr_os_bsd.c207 void os_stallexec(HPT_U32 microseconds) in os_stallexec() argument
209 DELAY(microseconds); in os_stallexec()
/dragonfly/sys/dev/raid/hpt27xx/
H A Dosm.h178 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg);
197 void os_stallexec(HPT_U32 microseconds);
H A Dhpt27xx_os_bsd.c225 void os_stallexec(HPT_U32 microseconds) in os_stallexec() argument
227 DELAY(microseconds); in os_stallexec()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dchrono.cc58 + chrono::microseconds(tv.tv_usec))); in now()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dchrono599 /// microseconds
600 typedef duration<int64_t, micro> microseconds;
954 constexpr chrono::microseconds
956 { return __check_overflow<chrono::microseconds, _Digits...>(); }
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dchrono506 /// microseconds
507 typedef duration<int64_t, micro> microseconds;
673 typedef chrono::microseconds duration;
/dragonfly/contrib/file/magic/Magdir/
H A Dsniffer283 # packets time stamps in seconds and microseconds.
284 0 ubelong 0xa1b2c3d4 pcap capture file, microseconds ts (big-endian)
/dragonfly/contrib/cryptsetup/
H A DChangeLog419 * man/cryptsetup.8: Correct "seconds" to "microseconds" in the explaination for -i.
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-P2P606 interval values in microseconds. If the second pair is included, that
/dragonfly/contrib/libpcap/
H A DCHANGES920 - Changed to write out time stamps with 32-bit seconds and microseconds
/dragonfly/contrib/tcpdump/
H A DCHANGES1510 (microseconds) worth of precision. Fix uid bugs.