Searched refs:timeval (Results 76 - 100 of 415) sorted by relevance

1234567891011>>

/external/blktrace/btt/
H A Dbt_timeline.c93 static inline double tv2dbl(struct timeval *tv)
102 struct timeval tvs, tve;
/external/dhcpcd/
H A Ddhcpcd.h87 struct timeval expire;
97 struct timeval received;
H A Dcommon.h74 int get_monotonic(struct timeval *);
/external/iputils/
H A Dping_common.c30 struct timeval start_time, cur_time;
455 struct timeval tv;
467 * of the data portion are used to hold a UNIX "timeval" struct in VAX
486 struct timeval tv;
632 struct timeval tv;
803 struct timeval *recv_timep = NULL;
804 struct timeval recv_time;
837 if (c->cmsg_len < CMSG_LEN(sizeof(struct timeval)))
839 recv_timep = (struct timeval*)CMSG_DATA(c);
872 int csfailed, struct timeval *t
[all...]
/external/libusb/libusb/
H A Dio.c1093 struct timeval *timeout = &transfer->timeout;
1117 struct timeval *cur_tv = &cur->timeout;
1315 struct timeval *cur_tv = &transfer->timeout;
1644 API_EXPORTED int libusb_wait_for_event(libusb_context *ctx, struct timeval *tv)
1700 struct timeval systime;
1716 struct timeval *cur_tv = &transfer->timeout;
1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv)
1882 static int get_next_timeout(libusb_context *ctx, struct timeval *tv,
1883 struct timeval *out)
1885 struct timeval timeou
[all...]
/external/deqp/framework/delibs/deutil/
H A DdeClock.c62 struct timeval currTime;
/external/iproute2/misc/
H A Dlnstat_util.c66 static int time_after(struct timeval *last,
67 struct timeval *tout,
68 struct timeval *now)
85 struct timeval tv;
/external/ipsec-tools/src/racoon/
H A Dhandler.h194 struct timeval start;
195 struct timeval end;
316 struct timeval start;
317 struct timeval end;
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c267 static struct timeval timeval_remaining(struct timespec timeout) {
269 struct timeval delta;
300 struct timeval tv;
301 struct timeval *ptv;
/external/libunwind/tests/
H A Dforker.c36 struct timeval start, stop;
/external/libvorbis/examples/
H A Dseeking_example.c29 ogg_int64_t val,ogg_int64_t pcmval,double timeval,
49 if(timeval!=-1 && ov_time_tell(ov)>timeval){
51 timeval,ov_time_tell(ov));
28 _verify(OggVorbis_File *ov, ogg_int64_t val,ogg_int64_t pcmval,double timeval, ogg_int64_t pcmlength, char *bigassbuffer) argument
/external/libyuv/files/unit_test/
H A Dunit_test.h55 struct timeval t;
/external/mdnsresponder/mDNSPosix/
H A DExampleClientApp.c53 struct timeval timeout;
/external/toybox/toys/other/
H A Dtimeout.c36 struct timeval ktv;
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_init.c59 struct timeval tv;
/external/vboot_reference/tests/tpm_lite/
H A Dtpmtest_timing.c25 struct timeval before, after; \
/external/strace/
H A Dutil.c61 tv_nz(const struct timeval *a)
67 tv_cmp(const struct timeval *a, const struct timeval *b)
79 tv_float(const struct timeval *tv)
85 tv_add(struct timeval *tv, const struct timeval *a, const struct timeval *b)
96 tv_sub(struct timeval *tv, const struct timeval *a, const struct timeval *
[all...]
/external/elfutils/src/tests/
H A Drun-dwarf-getstring.sh86 timeval
/external/fio/
H A Dioengine.h35 struct timeval start_time;
36 struct timeval issue_time;
H A Diolog.h212 struct timeval *);
214 struct timeval *);
/external/libpcap/
H A Dpcap-enet.c59 static struct timeval tv = { 0 };
87 (struct timeval *)ph->tap.th_timestamp,
/external/v8/src/
H A Dd8-posix.cc85 const struct timeval& start_time) {
87 struct timeval timeout;
90 struct timeval time_now;
123 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
125 struct timeval time_now;
295 const struct timeval& start_time,
368 const struct timeval& start_time,
467 struct timeval start_time;
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc146 timeval tVal;
256 timeval tVal;
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h14 struct timeval created;
/external/e2fsprogs/lib/uuid/
H A Duuid.h95 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv);

Completed in 754 milliseconds

1234567891011>>