Home
last modified time | relevance | path

Searched defs:timeval (Results 1 – 16 of 16) sorted by relevance

/external/syslinux/gpxe/src/include/sys/
Dtime.h8 struct timeval { struct
18 extern int gettimeofday ( struct timeval *tv, struct timezone *tz ); argument
/external/openssh/openbsd-compat/
Dbsd-misc.h60 struct timeval { struct
66 int utimes(char *, struct timeval *); argument
/external/webrtc/webrtc/base/
Dtimeutils.cc92 struct timeval { struct
93 long tv_sec, tv_usec; // NOLINT
128 struct timeval timeval; in CurrentTmTime() local
/external/kernel-headers/original/uapi/linux/
Dtime.h15 struct timeval { struct
16 __kernel_time_t tv_sec; /* seconds */
40 struct timeval it_interval; /* timer interval */ argument
/external/c-ares/
Dsetup_once.h85 struct timeval { struct
86 long tv_sec;
87 long tv_usec;
/external/curl/lib/
Dcurl_setup_once.h110 struct timeval { struct
111 long tv_sec;
112 long tv_usec;
/external/libvncserver/libvncserver/
Dsockets.c81 struct timeval struct
83 long int tv_sec,tv_usec;
Dwebsockets.c161 struct timeval struct
163 long int tv_sec,tv_usec;
/external/toybox/toys/other/
Dhwclock.c60 struct timeval timeval; in hwclock_main() local
/external/libvorbis/examples/
Dseeking_example.c29 ogg_int64_t val,ogg_int64_t pcmval,double timeval, in _verify()
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h311 struct timeval { struct
312 long tv_sec; /* seconds */
313 long tv_usec; /* and microseconds */
/external/elfutils/backends/
Dlinux-core-note.c72 struct EBLHOOK(timeval) in EBLHOOK() argument
/external/libcups/cups/
Dstring.c151 time_t timeval) /* I - Time value */ in _cupsStrDate()
/external/ppp/pppd/plugins/radius/
Davpair.c532 time_t timeval; in rc_avpair_parse() local
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java127 Object timeval = m_fromMillis.invoke(null, timeoutMillis); in setSocketWriteTimeout() local
/external/valgrind/perf/
Dtest_input_for_tinycc.c363 struct timeval struct
365 __time_t tv_sec;
366 __suseconds_t tv_usec;