Home
last modified time | relevance | path

Searched defs:usec (Results 51 - 75 of 108) sorted by relevance

12345

/third_party/ltp/lib/
H A Dtst_timer_test.c254 void do_timer_test(long long usec, unsigned int nsamples) in do_timer_test() argument
391 long long usec; member
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.c384 void pa_rtpoll_set_timer_absolute(pa_rtpoll *p, pa_usec_t usec) { in pa_rtpoll_set_timer_absolute() argument
391 void pa_rtpoll_set_timer_relative(pa_rtpoll *p, pa_usec_t usec) { in pa_rtpoll_set_timer_relative() argument
H A 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() argument
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() argument
985 pa_usec_t usec = 0; pa_source_output_get_requested_latency() local
1752 pa_usec_t *usec = userdata; pa_source_output_process_msg() local
[all...]
H A Dprotocol-esound.c574 double usec = (double) pa_sink_get_requested_latency(sink); in esd_proto_get_latency() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h24 os_time_t usec; member
29 os_time_t usec; member
[all...]
H A Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() argument
H A Dos_internal.c26 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() argument
H A Dos_unix.c50 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h24 os_time_t usec; member
29 os_time_t usec; member
[all...]
H A Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() argument
H A Dos_internal.c26 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() argument
H A Dos_unix.c50 void os_sleep(os_time_t sec, os_time_t usec) in os_sleep() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/gpio_i2c/
H A Ddrv_gpio_i2c.c162 static hi_void time_delay_us(int i2c_num, unsigned int usec) in time_delay_us() argument
/third_party/ffmpeg/libavformat/
H A 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/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c262 unsigned int sec, usec; in dtls1_start_timer() local
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c534 long sec, usec; in ts_RESP_create_tst_info() local
63 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) def_time_cb() argument
82 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) def_time_cb() argument
817 TS_RESP_set_genTime_with_precision( ASN1_GENERALIZEDTIME *asn1_time, long sec, long usec, unsigned precision) TS_RESP_set_genTime_with_precision() argument
[all...]
/third_party/openssl/ssl/
H A Dd1_lib.c245 unsigned int sec, usec; in dtls1_start_timer() local
/third_party/openssl/crypto/ts/
H A Dts_rsp_sign.c534 long sec, usec; in ts_RESP_create_tst_info() local
63 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) def_time_cb() argument
82 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) def_time_cb() argument
817 TS_RESP_set_genTime_with_precision( ASN1_GENERALIZEDTIME *asn1_time, long sec, long usec, unsigned precision) TS_RESP_set_genTime_with_precision() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.c280 os_time_t usec; in calculate_update_time() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.c1188 unsigned int timeout, sec, usec; in ap_sa_query_timer() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c1128 unsigned int timeout, sec, usec; in ap_sa_query_timer() local
/third_party/backends/backend/pixma/
H A Dpixma_common.c179 uint32_t usec; in time2str() local
315 pixma_sleep (unsigned long usec) in pixma_sleep() argument
321 pixma_get_time (time_t * sec, uint32_t * usec) in pixma_get_time() argument
[all...]
/third_party/ltp/include/
H A Dtst_timer.h733 static inline void tst_its_set_interval_from_us(struct tst_its *its, long long usec) in tst_its_set_interval_from_us() argument
744 static inline void tst_its_set_value_from_us(struct tst_its *its, long long usec) in tst_its_set_value_from_us() argument
/third_party/pulseaudio/src/pulse/
H A Dcontext.c1624 pa_time_event* pa_context_rttime_new(const pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata) { argument
1639 void pa_context_rttime_restart(const pa_context *c, pa_time_event *e, pa_usec_t usec) { argument
/third_party/python/Python/
H A Dpytime.c400 _PyTime_ObjectToTimeval(PyObject *obj, time_t *sec, long *usec, in _PyTime_ObjectToTimeval() argument
499 _PyTime_t usec = (_PyTime_t)tv->tv_usec * US_TO_NS; in pytime_fromtimeval() local

Completed in 30 milliseconds

12345