Home
last modified time | relevance | path

Searched defs:usecs (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/flashrom/
H A Dudelay.c33 static void clock_usec_delay(int usecs) in clock_usec_delay()
63 static void clock_usec_delay(unsigned int usecs) { in clock_usec_delay()
86 void internal_sleep(unsigned int usecs) in internal_sleep()
98 void default_delay(unsigned int usecs) in default_delay()
110 void default_delay(unsigned int usecs) in default_delay()
H A Dudelay_dos.c31 __attribute__ ((noinline)) static void myusec_delay(unsigned int usecs) in myusec_delay()
64 static unsigned long measure_delay(unsigned int usecs) in measure_delay()
150 void internal_sleep(unsigned int usecs) in internal_sleep()
159 void default_delay(unsigned int usecs) in default_delay()
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
H A Dstopwatch.c33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs() local
43 void stopwatch_init_usecs_expire(unsigned int usecs) in stopwatch_init_usecs_expire()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c33 unsigned int usecs = MIN(MAX_USECS, remaining_usecs); in stopwatch_set_usecs() local
43 void stopwatch_init_usecs_expire(unsigned int usecs) in stopwatch_init_usecs_expire()
/aosp_15_r20/external/iperf3/src/
H A Dtimer.c124 int64_t usecs, int periodic ) in tmr_create()
157 int64_t usecs; in tmr_timeout() local
H A Diperf_time.h34 uint32_t usecs; member
H A Diperf_time.c73 iperf_time_add_usecs(struct iperf_time *time1, uint64_t usecs) in iperf_time_add_usecs()
H A Dtimer.h62 int64_t usecs; member
/aosp_15_r20/external/liburing/test/
H A Dcq-overflow.c24 static int test_io(const char *file, unsigned long usecs, unsigned *drops, int fault) in test_io()
248 unsigned long usecs; in main() local
H A Daccept.c358 unsigned int usecs; member
439 static int test_accept_cancel(unsigned usecs, unsigned int nr, bool multishot) in test_accept_cancel()
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/
H A Ddelay.c7 void udelay(uint32_t usecs) in udelay()
/aosp_15_r20/external/coreboot/src/arch/arm64/
H A Darch_timer.c27 long usecs = (tvalue * mult) / tfreq; in timer_monotonic_get() local
/aosp_15_r20/external/ltp/testcases/lib/
H A Dtst_sleep.c32 long interval, secs = 0, usecs = 0; in main() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dos_time.c66 os_time_sleep(int64_t usecs) in os_time_sleep()
/aosp_15_r20/external/coreboot/src/cpu/x86/lapic/
H A Dapic_timer.c21 void udelay(u32 usecs) in udelay()
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h88 static inline void udelay(unsigned long usecs) in udelay()
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h88 static inline void udelay(unsigned long usecs) in udelay()
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dcondition_variable_posix.cc81 int64_t usecs = max_time.InMicroseconds(); in TimedWait() local
/aosp_15_r20/external/cronet/base/synchronization/
H A Dcondition_variable_posix.cc119 int64_t usecs = max_time.InMicroseconds(); in TimedWait() local
/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dcbfs_spi.c39 long usecs; in spi_readat() local
/aosp_15_r20/external/curl/lib/
H A Dtimeval.c147 uint64_t usecs; in Curl_now() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c43 static void cpu_soak_usecs(unsigned long usecs) in cpu_soak_usecs()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalMac.hpp49 uint64_t usecs = (uint64_t)((double)time * convert_ratio - secs * 1e9); in GetTime() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/statx/
H A Dstatx06.c49 unsigned int usecs; in clock_wait_tick() local
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dtime.c49 suseconds_t usecs; member

1234