Searched refs:millitm (Results 1 - 25 of 36) sorted by relevance

12

/external/srec/portable/src/
H A Dptimestamp.c40 timestamp->msecs = now.millitm;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_relmillisecs.c112 tmpCurrMilliseconds += (int64_t) currSysTime.millitm;
/external/chromium_org/third_party/webrtc/base/
H A Dtiming.cc63 static_cast<double>(time.millitm) * 1.0e-3);
/external/libnfc-nci/src/include/
H A Dbuildcfg.h95 short millitm; member in struct:_timeb
/external/openssl/crypto/bn/
H A Dbnspeed.c157 i=(long)tend.millitm-(long)tstart.millitm;
H A Dexpspeed.c183 i=(long)tend.millitm-(long)tstart.millitm;
/external/openssl/crypto/rc2/
H A Drc2speed.c167 i=(long)tend.millitm-(long)tstart.millitm;
/external/openssl/crypto/rc4/
H A Drc4speed.c167 i=(long)tend.millitm-(long)tstart.millitm;
/external/openssl/crypto/des/
H A Dspeed.c172 i=(long)tend.millitm-(long)tstart.millitm;
H A Ddes_opts.c389 i=(long)tend.millitm-(long)tstart.millitm;
/external/chromium_org/third_party/libevent/
H A Devutil.c218 tv->tv_usec = ((int) tb.millitm) * 1000;
H A Devdns.c1063 trans_id = tb.millitm & 0xffff;
/external/openssl/ssl/
H A Dd1_lib.c473 t->tv_usec = (long)tb.millitm * 1000;
478 t->tv_usec = (long)tb.millitm * 1000;
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp134 return (unsigned long)(aTime.time*1000 + aTime.millitm);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_userspace.c94 tv->tv_usec = tb.millitm * 1000;
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp134 return (unsigned long)(aTime.time*1000 + aTime.millitm);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_lib.c475 t->tv_usec = time.millitm * 1000;
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c87 tvp->tv_usec = timebuffer.millitm * 1000L;
H A Dxmllint.c418 tvp->tv_usec = timebuffer.millitm * 1000L;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h343 unsigned short millitm; member in struct:__sanitizer::__sanitizer_timeb
H A Dsanitizer_platform_limits_posix.cc1100 CHECK_SIZE_AND_OFFSET(timeb, millitm);
/external/openssl/crypto/bio/
H A Dbss_dgram.c1861 t->tv_usec = (long)tb.millitm * 1000;
1866 t->tv_usec = (long)tb.millitm * 1000;
/external/qemu/slirp/
H A Dslirp.c226 curtime += (u_int)tb.millitm;
/external/qemu/slirp-android/
H A Dslirp.c286 curtime += (u_int)tb.millitm;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c3146 t.tm_hour, t.tm_min, t.tm_sec, (long)(1000 * tb.millitm));

Completed in 2070 milliseconds

12