Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/external/libevent/include/event2/
Devent_compat.h198 #define timeout_add(ev, tv) event_add((ev), (tv)) argument
201 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
212 #define signal_add(ev, tv) event_add((ev), (tv)) argument
216 #define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
Devent.h971 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument
973 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
983 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument
989 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
/external/toybox/toys/net/
Dsntp.c48 struct timespec tv; in lunchtime() local
62 static void doublyso(unsigned long long now, struct timespec *tv) in doublyso()
72 struct timespec tv, tv2; in sntp_main() local
/external/v8/src/base/platform/
Dplatform-posix-time.cc14 time_t tv = static_cast<time_t>(std::floor(time / msPerSecond)); in LocalTimezone() local
24 time_t tv = time(nullptr); in LocalTimeOffset() local
/external/strace/tests/
Dxutimes.c48 print_tv(const TEST_STRUCT *const tv) in print_tv()
75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
Dfutimesat.c41 print_tv(const struct timeval *tv) in print_tv()
74 struct timeval *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
/external/strace/tests-m32/
Dxutimes.c48 print_tv(const TEST_STRUCT *const tv) in print_tv()
75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
Dfutimesat.c41 print_tv(const struct timeval *tv) in print_tv()
74 struct timeval *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
/external/strace/tests-mx32/
Dxutimes.c48 print_tv(const TEST_STRUCT *const tv) in print_tv()
75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
Dfutimesat.c41 print_tv(const struct timeval *tv) in print_tv()
74 struct timeval *const tv = tail_alloc(sizeof(*tv) * 2); in main() local
/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc51 timeval tv = CurrentTimeVal(); in CurrentNtp() local
60 timeval tv = CurrentTimeVal(); in CurrentNtpInMilliseconds() local
71 static void Adjust(const timeval& tv, uint32_t* adjusted_s, in Adjust()
110 struct timeval tv; in CurrentTimeVal() local
197 struct timeval tv; in CurrentTimeVal() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D11-1.c46 struct timeval tv; in main() local
74 struct timeval tv; in main() local
D10-1.c46 struct timeval tv; in wait_for_notification() local
60 struct timeval tv; in main() local
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-tz.c41 struct timeval tv; in get_tz_min() local
51 struct timeval tv; in get_tz_dst() local
/external/toybox/toys/pending/
Dbrctl.c175 static void strtotimeval(struct timeval *tv, char *time) in strtotimeval()
184 static unsigned long tv_to_jify(struct timeval *tv) in tv_to_jify()
204 struct timeval tv; in br_set_ageing_time() local
212 struct timeval tv; in br_set_fwd_delay() local
220 struct timeval tv; in br_set_hello_time() local
228 struct timeval tv; in br_set_max_age() local
/external/libevent/test/
Dtest-time.c63 struct timeval tv; in time_cb() local
84 struct timeval tv; in main() local
/external/libevent/sample/
Dtime-test.c59 struct timeval tv; in timeout_cb() local
70 struct timeval tv; in main() local
/external/ltp/testcases/kernel/device-drivers/rtc/
Drtc01.c66 struct timeval tv; in read_alarm_test() local
174 struct timeval tv; in update_interrupts_test() local
/external/e2fsprogs/lib/uuid/
Duuid_time.c60 struct timeval tv; in uuid_time() local
126 struct timeval tv; in main() local
/external/libusb/libusb/
Dio.c1962 int API_EXPORTED libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) in libusb_wait_for_event()
2071 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events()
2280 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, in get_next_timeout()
2328 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed()
2397 struct timeval *tv) in libusb_handle_events_timeout()
2418 struct timeval tv; in libusb_handle_events() local
2441 struct timeval tv; in libusb_handle_events_completed() local
2465 struct timeval *tv) in libusb_handle_events_locked()
2548 struct timeval *tv) in libusb_get_next_timeout()
/external/toybox/toys/posix/
Dsleep.c26 struct timespec tv; in sleep_main() local
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c91 struct timeval tv = { .tv_sec = 2 }; in TEST_F() local
114 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() local
170 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() local
/external/toybox/toys/other/
Dusleep.c20 struct timespec tv; in usleep_main() local
/external/curl/lib/
Dcurl_rtmp.c42 #define SET_RCVTIMEO(tv,s) int tv = s*1000 argument
44 #define SET_RCVTIMEO(tv,s) int tv = s*1000 argument
46 #define SET_RCVTIMEO(tv,s) struct timeval tv = {s,0} argument
/external/e2fsprogs/lib/ext2fs/
Dmmp.c117 struct timeval tv; in ext2fs_mmp_write() local
161 struct timeval tv; in ext2fs_mmp_new_seq() local
434 struct timeval tv; in ext2fs_mmp_update2() local

12345678910>>...17