Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-misc.h58 struct timeval { struct
64 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.h16 struct timeval { struct
17 __kernel_time_t tv_sec; /* seconds */
41 struct timeval it_interval; /* timer interval */ argument
/external/u-boot/drivers/i2c/
Dfsl_i2c.c215 unsigned long long timeval = 0; in fsl_i2c_fixup() local
264 unsigned long long timeval; in __i2c_init() local
295 unsigned long long timeval = get_ticks(); in i2c_wait4bus() local
309 unsigned long long timeval = get_ticks(); in i2c_wait() local
/external/curl/lib/
Dcurl_setup_once.h109 struct timeval { struct
110 long tv_sec;
111 long tv_usec;
/external/toybox/toys/other/
Dhwclock.c62 struct timeval timeval; in hwclock_main() local
/external/grpc-grpc/src/php/ext/grpc/
Dtimeval.c45 wrapped_grpc_timeval *timeval = in grpc_php_wrap_timeval() local
56 wrapped_grpc_timeval *timeval = in PHP_METHOD() local
/external/python/cpython2/Lib/email/
Dutils.py124 def formatdate(timeval=None, localtime=False, usegmt=False): argument
/external/python/cpython3/Lib/email/
Dutils.py126 def formatdate(timeval=None, localtime=False, usegmt=False): argument
/external/elfutils/backends/
Dlinux-core-note.c74 struct EBLHOOK(timeval) in EBLHOOK() argument
/external/libcups/cups/
Dstring.c151 time_t timeval) /* I - Time value */ in _cupsStrDate()
/external/libxcam/xcore/base/
Dxcam_defs.h98 #define XCAM_TIMEVAL_2_USEC(timeval) ((timeval).tv_sec*1000000LL + (timeval).tv_usec) argument
/external/ppp/pppd/plugins/radius/
Davpair.c532 time_t timeval; in rc_avpair_parse() local
/external/u-boot/drivers/crypto/fsl/
Djr.c351 unsigned long long timeval = get_ticks(); in run_descriptor_jr_idx() local
/external/scapy/scapy/modules/
Dwinpcapy.py70 class timeval(Structure): class
/external/python/cpython2/Lib/
Drfc822.py957 def formatdate(timeval=None): argument
/external/adhd/cras/src/tests/
Ddbus_test.cc728 struct timeval timeval; in DispatchOnce() local
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java151 Object timeval = m_fromMillis.invoke(null, timeoutMillis); in setSocketWriteTimeout() local
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2244 class timeval(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2244 class timeval(Structure): class