Home
last modified time | relevance | path

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

12345

/external/coreboot/payloads/libpayload/include/
Dtime.h41 struct timeval { struct
47 int gettimeofday(struct timeval *tv, void *tz); argument
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dstruct_timeval.h15 struct timeval { struct
16 time_t tv_sec; // Seconds
17 suseconds_t tv_usec; // Micro seconds
/external/llvm-libc/include/llvm-libc-types/
Dstruct_timeval.h15 struct timeval { struct
16 time_t tv_sec; // Seconds
17 suseconds_t tv_usec; // Micro seconds
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Dstruct_timeval.h15 struct timeval { struct
16 time_t tv_sec; // Seconds
17 suseconds_t tv_usec; // Micro seconds
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Dtime_util.h42 struct timeval { struct
43 int64_t tv_sec; /* seconds */
44 int64_t tv_usec; /* and microseconds */
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Dtime_util.h42 struct timeval { struct
43 int64_t tv_sec; /* seconds */
44 int64_t tv_usec; /* and microseconds */
/external/protobuf/src/google/protobuf/util/
Dtime_util.h42 struct timeval { struct
43 int64_t tv_sec; /* seconds */
44 int64_t tv_usec; /* and microseconds */
/external/libxkbcommon/bench/
Dbench.c39 struct timeval { struct
44 gettimeofday(struct timeval *tv, void *unused) in gettimeofday() argument
/external/kernel-headers/original/uapi/linux/
Dtime.h17 struct timeval { struct
28 struct timeval it_interval;/* timer interval */ argument
/external/sdv/vsomeip/third_party/boost/chrono/example/
Dtimeval_demo.cpp50 struct timeval { struct
51 long tv_sec; /* seconds */
52 long tv_usec; /* and microseconds */
Druntime_resolution.cpp48 struct timeval { struct
49 long tv_sec; /* seconds */
50 long tv_usec; /* and microseconds */
/external/openscreen/platform/impl/
Dtimeval_posix_unittest.cc13 auto timeval = ToTimeval(timespan); in TEST() local
/external/curl/lib/
Dcurl_setup_once.h107 struct timeval { struct
108 long tv_sec;
109 long tv_usec;
/external/grpc-grpc/src/php/ext/grpc/
Dtimeval.c50 wrapped_grpc_timeval *timeval = in grpc_php_wrap_timeval() local
61 wrapped_grpc_timeval *timeval = in PHP_METHOD() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dsetup_once.h113 struct timeval { struct
114 long tv_sec;
115 long tv_usec;
/external/libwebsockets/include/
Dlibwebsockets.h416 struct timeval { struct
426 int gettimeofday(struct timeval *tv, struct timezone *tz); argument
/external/trusty/musl/arch/arm/bits/
Dalltypes.h254 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; struct
/external/trusty/musl/arch/x86_64/bits/
Dalltypes.h267 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; argument
/external/trusty/musl/arch/aarch64/bits/
Dalltypes.h270 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; struct
/external/elfutils/backends/
Dlinux-core-note.c74 struct EBLHOOK(timeval) in EBLHOOK() argument
/external/python/cpython3/Lib/email/
Dutils.py239 def formatdate(timeval=None, localtime=False, usegmt=False): argument
/external/libcups/cups/
Dstring.c147 time_t timeval) /* I - Time value */ in _cupsStrDate()
/external/rust/android-crates-io/crates/nix/src/sys/
Dtime.rs473 fn as_ref(&self) -> &timeval { in as_ref()
479 fn as_mut(&mut self) -> &mut timeval { in as_mut()
/external/rust/android-crates-io/crates/vsock/src/
Dlib.rs284 fn timeval_from_duration(dur: Option<Duration>) -> Result<timeval> { in timeval_from_duration()
/external/scapy/scapy/libs/
Dwinpcapy.py63 class timeval(Structure): class

12345