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

/external/libnfc-nci/src/include/
H A Dbuildcfg.h95 short millitm; member in struct:_timeb
/external/boringssl/src/ssl/
H A Dd1_lib.c302 out_clock->tv_usec = time.millitm * 1000;
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp134 return (unsigned long)(aTime.time*1000 + aTime.millitm);
/external/lz4/programs/
H A Dbench.c169 nCount = (int) (tb.millitm + (tb.time & 0xfffff) * 1000);
H A Dframetest.c119 nCount = (U32) (((tb.time & 0xFFFFF) * 1000) + tb.millitm);
H A Dfullbench.c189 nCount = (int) (tb.millitm + (tb.time & 0xfffff) * 1000);
H A Dfuzzer.c108 nCount = (U32) (((tb.time & 0xFFFFF) * 1000) + tb.millitm);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h352 unsigned short millitm; member in struct:__sanitizer::__sanitizer_timeb
H A Dsanitizer_platform_limits_posix.cc1136 CHECK_SIZE_AND_OFFSET(timeb, millitm);
/external/libxml2/
H A DtestSAX.c87 tvp->tv_usec = timebuffer.millitm * 1000L;
H A Dxmllint.c423 tvp->tv_usec = timebuffer.millitm * 1000L;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc807 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/gtest/src/
H A Dgtest.cc821 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc806 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc806 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/protobuf/gtest/src/
H A Dgtest.cc779 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2305 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2119 return static_cast<TimeInMillis>(now.time) * 1000 + now.millitm;
/external/valgrind/perf/
H A Dtinycc.c21280 return (tb.time * 1000LL + tb.millitm) * 1000LL;

Completed in 1070 milliseconds