Home
last modified time | relevance | path

Searched defs:usec (Results 26 – 50 of 93) sorted by relevance

1234

/third_party/mesa3d/include/android_stub/log/
Dlog_time.h141 uint64_t usec() const { in usec() function
/third_party/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer01.c51 static void set_setitimer_value(int sec, int usec) in set_setitimer_value()
/third_party/ltp/lib/
Dtst_timer_test.c254 void do_timer_test(long long usec, unsigned int nsamples) in do_timer_test()
391 long long usec; member
/third_party/pulseaudio/src/pulsecore/
Dsample-util.c311 pa_usec_t usec; in pa_bytes_to_usec_round_up() local
398 pa_usec_t usec; in pa_convert_size() local
Dsource-output.c934 pa_usec_t pa_source_output_set_requested_latency_within_thread(pa_source_output *o, pa_usec_t usec)… in pa_source_output_set_requested_latency_within_thread()
951 pa_usec_t pa_source_output_set_requested_latency(pa_source_output *o, pa_usec_t usec) { in pa_source_output_set_requested_latency()
985 pa_usec_t usec = 0; in pa_source_output_get_requested_latency() local
1753 pa_usec_t *usec = userdata; in pa_source_output_process_msg() local
Dcore.c560 pa_time_event* pa_core_rttime_new(pa_core *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata… in pa_core_rttime_new()
569 void pa_core_rttime_restart(pa_core *c, pa_time_event *e, pa_usec_t usec) { in pa_core_rttime_restart()
Drtpoll.c386 void pa_rtpoll_set_timer_absolute(pa_rtpoll *p, pa_usec_t usec) { in pa_rtpoll_set_timer_absolute()
393 void pa_rtpoll_set_timer_relative(pa_rtpoll *p, pa_usec_t usec) { in pa_rtpoll_set_timer_relative()
Dsink-input.c1354 pa_usec_t pa_sink_input_set_requested_latency_within_thread(pa_sink_input *i, pa_usec_t usec) { in pa_sink_input_set_requested_latency_within_thread()
1371 pa_usec_t pa_sink_input_set_requested_latency(pa_sink_input *i, pa_usec_t usec) { in pa_sink_input_set_requested_latency()
1405 pa_usec_t usec = 0; in pa_sink_input_get_requested_latency() local
2395 pa_usec_t *usec = userdata; in pa_sink_input_process_msg() local
Dsink.c1595 int64_t usec = 0; in pa_sink_get_latency() local
1623 int64_t usec = 0; in pa_sink_get_latency_within_thread() local
2803 pa_usec_t usec = 0; in pa_sink_process_msg() local
2964 pa_usec_t *usec = userdata; in pa_sink_process_msg() local
3167 pa_usec_t usec = 0; in pa_sink_get_requested_latency() local
Dsource.c1160 int64_t usec; in pa_source_get_latency() local
1186 int64_t usec = 0; in pa_source_get_latency_within_thread() local
2252 pa_usec_t *usec = userdata; in pa_source_process_msg() local
2417 pa_usec_t usec = 0; in pa_source_get_requested_latency() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D14-1.c180 unsigned long long usec_start, usec; in main_loop() local
/third_party/rust/crates/nix/src/sys/
Dtime.rs403 let usec = self in mul() localVariable
416 let usec = self.num_nanoseconds() / i64::from(rhs); in div() localVariable
572 let usec = self.micros_mod_sec(); in num_microseconds() localVariable
637 let usec = self in mul() localVariable
650 let usec = self.num_microseconds() / i64::from(rhs); in div() localVariable
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_cmp_requeue01.c57 struct tst_ts usec = tst_ts_from_ms(tv->tstype, max_sleep_ms); in do_child() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-3.c290 unsigned long long usec_start, usec; in main_loop() local
/third_party/ltp/testcases/kernel/io/aio/
Daio01.c99 int i, j, sec, usec; in main() local
/third_party/vixl/benchmarks/aarch64/
Dbench-utils.h47 double usec = elapsed.tv_usec; in GetElapsedSeconds() local
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py53 def tv2us(sec, usec): argument
/third_party/ffmpeg/libavformat/
Dutils.c266 uint32_t usec; in ff_get_formatted_ntp_time() local
289 uint64_t usec = (frac_part * 1000000) / 0xFFFFFFFFULL; in ff_parse_ntp_time() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h24 os_time_t usec; member
29 os_time_t usec; member
Dos_win32.c17 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h24 os_time_t usec; member
29 os_time_t usec; member
Dos_win32.c17 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep()
/third_party/pulseaudio/src/pulse/
Dstream.c521 pa_usec_t usec = 0; in pa_command_stream_moved() local
621 pa_usec_t usec = 0; in pa_command_stream_buffer_attr() local
1157 pa_usec_t usec; in pa_create_stream_callback() local
1772 pa_usec_t usec; in calc_time() local
2526 pa_usec_t usec; in pa_stream_get_time() local
2702 pa_usec_t usec; in stream_set_buffer_attr_callback() local
/third_party/python/Include/
Ddatetime.h226 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \ argument
230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dhrtimer.h71 s32 sec, usec; /**< Scheduled time for 32-bit CPU systems. */ member

1234