Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
H A Ddmub_types.h51 #define dmub_udelay(microseconds) udelay(microseconds) argument
/netbsd-src/sbin/cgdconfig/
H A Dpkcs5_pbkdf2.c187 pkcs5_pbkdf2_calibrate(size_t dkLen, int microseconds) in pkcs5_pbkdf2_calibrate()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dipft_pc.c49 u_32_t microseconds; member
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dbenchmark_test.cc183 int64_t microseconds = state.range(0); in BM_ManualTiming() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dbenchmark_test.cc183 int64_t microseconds = state.range(0); in BM_ManualTiming() local
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixxf.c1137 UINT32 microseconds) in AcpiOsStall()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dconnect.c1086 select_sleep(int microseconds) in select_sleep()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc1408 Coll_Ctrl::set_clkprof_timer_target (int microseconds) in set_clkprof_timer_target()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc1385 Coll_Ctrl::set_clkprof_timer_target (int microseconds) in set_clkprof_timer_target()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c345 thunk_usleep(useconds_t microseconds) in thunk_usleep()