/external/vboot_reference/firmware/stub/ |
tpm_lite_stub.c | 231 (after.tv_usec - before.tv_usec) / 1000)));
|
/external/xmlrpcpp/src/ |
XmlRpcDispatch.cpp | 107 tv.tv_usec = ((int)floor(1000000.0 * (timeout-floor(timeout)))) % 1000000; 204 return (tv.tv_sec + tv.tv_usec / 1000000.0);
|
/frameworks/base/services/tests/servicestests/jni/ |
apf_jni.cpp | 155 apf_header.ts.tv_usec != bpf_header.ts.tv_usec ||
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderMPEG4.cpp | 203 t.tv_sec = t.tv_usec = 0; 207 (nsecs_t)t.tv_sec * 1000000000 + (nsecs_t)t.tv_usec * 1000;
|
/libcore/ojluni/src/main/native/ |
linux_close.cpp | 203 prevtime = t.tv_sec * 1000 + t.tv_usec / 1000; 234 newtime = t.tv_sec * 1000 + t.tv_usec / 1000;
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs1_solaris_amd64.go | 172 tv_usec int64 176 tv.tv_usec = int64(x)
|
defs_darwin_386.go | 185 tv_usec int32 189 tv.tv_usec = x
|
defs_darwin_amd64.go | 186 tv_usec int32 191 tv.tv_usec = x
|
defs_darwin_arm.go | 187 tv_usec int32 191 tv.tv_usec = x
|
defs_darwin_arm64.go | 186 tv_usec int32 191 tv.tv_usec = x
|
/prebuilts/go/linux-x86/src/runtime/ |
defs1_solaris_amd64.go | 172 tv_usec int64 176 tv.tv_usec = int64(x)
|
defs_darwin_386.go | 185 tv_usec int32 189 tv.tv_usec = x
|
defs_darwin_amd64.go | 186 tv_usec int32 191 tv.tv_usec = x
|
defs_darwin_arm.go | 187 tv_usec int32 191 tv.tv_usec = x
|
defs_darwin_arm64.go | 186 tv_usec int32 191 tv.tv_usec = x
|
/system/core/bootstat/ |
boot_event_record_store_test.cpp | 58 struct timeval atime = {/* tv_sec */ 0, /* tv_usec */ 0}; 59 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0};
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
x86-64linux.h | 130 int tv_usec; member in struct:prstatus32_timeval 136 a8_uint64_t tv_usec; member in struct:prstatus64_timeval
|
/toolchain/binutils/binutils-2.25/binutils/ |
rename.c | 113 tv[0].tv_usec = 0; 115 tv[1].tv_usec = 0;
|
/external/curl/lib/ |
select.c | 106 pending_tv.tv_usec = (pending_ms % 1000) * 1000; 291 pending_tv.tv_usec = (pending_ms % 1000) * 1000; 295 pending_tv.tv_usec = 0; 502 pending_tv.tv_usec = (pending_ms % 1000) * 1000; 506 pending_tv.tv_usec = 0;
|
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 194 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; } 200 remain.tv_usec -= now.tv_usec;
|
/external/webrtc/webrtc/base/ |
physicalsocketserver.cc | [all...] |
/external/autotest/client/bin/input/ |
input_device.py | 59 tv_usec 64 def __init__(self, tv_sec=0, tv_usec=0, type=0, code=0, value=0): 67 (self.tv_sec, self.tv_usec, self.type, self.code, 68 self.value) = (tv_sec, tv_usec, type, code, value) 73 (self.tv_sec, self.tv_usec, self.type, self.code, 78 packed = struct.pack(self.format, self.tv_sec, self.tv_usec, self.type, 90 (self.tv_sec, self.tv_usec, t, c, self.value))
|
/external/iputils/ |
clockdiff.c | 150 tout.tv_sec = tout.tv_usec = 0; 197 + tv1.tv_usec / 1000); 212 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000; 234 tv1.tv_usec / 1000; 326 tout.tv_sec = tout.tv_usec = 0; 375 + tv1.tv_usec / 1000); 392 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000;
|
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 54 || (now.tv_sec == exp->tv_sec && now.tv_usec >= exp->tv_usec)) 58 diff->tv_usec = exp->tv_usec - now.tv_usec; 59 if (diff->tv_usec < 0) { 60 diff->tv_usec += 1000000;
|
/external/curl/docs/examples/ |
http2-upload.c | 129 now->tm_hour, now->tm_min, now->tm_sec, (long)tv.tv_usec); 292 timeout.tv_usec = 0; 300 timeout.tv_usec = (curl_timeo % 1000) * 1000;
|