Home
last modified time | relevance | path

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

12345678910>>...22

/external/rust/crates/tinyvec/tests/
Dtinyvec.rs12 let mut tv: TinyVec<[i32; 10]> = Default::default(); in TinyVec_swap_remove() localVariable
29 let mut tv: TinyVec<[i32; 1]> = Default::default(); in TinyVec_capacity() localVariable
38 let mut tv: TinyVec<[i32; 10]> = Default::default(); in TinyVec_drain() localVariable
67 let mut tv: TinyVec<[i32; 10]> = Default::default(); in TinyVec_splice() localVariable
233 let mut tv: TinyVec<[i32; 10]> = Default::default(); in TinyVec_resize() localVariable
260 let tv = TinyVec::from(array); in TinyVec_from_array() localVariable
294 let mut tv: TinyVec<[i32; 4]> = Default::default(); in TinyVec_reserve() localVariable
309 let mut tv: TinyVec<[i32; 4]> = Default::default(); in TinyVec_reserve_exact() localVariable
325 let mut tv: TinyVec<[i32; 4]> = Default::default(); in TinyVec_move_to_heap_and_shrink() localVariable
347 let tv: TinyVec<[i32; 0]> = tiny_vec![]; in TinyVec_ser_de_empty() localVariable
[all …]
/external/webrtc/system_wrappers/source/
Dclock.cc48 timeval tv = CurrentTimeVal(); in CurrentNtpTime() local
59 timeval tv = CurrentTimeVal(); in CurrentNtpInMilliseconds() local
70 static void Adjust(const timeval& tv, in Adjust()
99 struct timeval tv; in CurrentTimeVal() local
132 struct timeval tv; in CurrentTimeVal() local
218 struct timeval tv; in CurrentTimeVal() local
/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.h967 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument
969 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
979 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument
985 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
998 #define evuser_pending(ev, tv) event_pending((ev), 0, (tv)) argument
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c92 struct timeval tv = { .tv_sec = 2 }; in TEST_F() local
115 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() local
168 struct timeval tv = { .tv_sec = ALARM_DELTA + 2 }; in TEST_F() local
217 struct timeval tv = { .tv_sec = 62 }; variable
270 struct timeval tv = { .tv_sec = 62 }; variable
/external/toybox/toys/net/
Dsntp.c50 struct timespec tv; in lunchtime() local
64 static void doublyso(unsigned long long now, struct timespec *tv) in doublyso()
74 struct timespec tv, tv2; in sntp_main() 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/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D11-1.c47 struct timeval tv; in main() local
75 struct timeval tv; in main() local
D10-1.c48 struct timeval tv; in wait_for_notification() local
62 struct timeval tv; in main() local
/external/libusb/libusb/
Dio.c1996 int API_EXPORTED libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) in libusb_wait_for_event()
2178 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events()
2270 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, in get_next_timeout()
2320 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed()
2392 struct timeval *tv) in libusb_handle_events_timeout()
2413 struct timeval tv; in libusb_handle_events() local
2436 struct timeval tv; in libusb_handle_events_completed() local
2462 struct timeval *tv) in libusb_handle_events_locked()
2544 struct timeval *tv) in libusb_get_next_timeout()
/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/libevent/sample/
Dtime-test.c59 struct timeval tv; in timeout_cb() local
70 struct timeval tv; in main() local
/external/llvm-project/libclc/generic/lib/math/
Dlog_base.h155 float2 tv = USE_TABLE(log2_tbl, indx); in log2() local
159 float2 tv = USE_TABLE(log10_tbl, indx); in log2() local
163 float2 tv = USE_TABLE(log_tbl, indx); in log2() local
257 double2 tv = USE_TABLE(ln_tbl, index - 64); in log2() local
/external/libevent/test/
Dtest-time.c63 struct timeval tv; in time_cb() local
85 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/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
/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/libevent/
Devutil_time.c72 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) in evutil_gettimeofday()
128 evutil_tv_to_msec_(const struct timeval *tv) in evutil_tv_to_msec_()
141 evutil_usleep_(const struct timeval *tv) in evutil_usleep_()
232 struct timeval *tv) in adjust_monotonic_time()

12345678910>>...22