Home
last modified time | relevance | path

Searched refs:USEC (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/personality/
Dpersonality02.c29 #define USEC 10 macro
33 struct timeval tv = {.tv_sec = 0, .tv_usec = USEC}; in verify_personality()
46 if (tv.tv_usec != USEC) in verify_personality()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/
Dbenchmark.cc44 const int USEC = 1000000; in GetTimeUs() local
50 uint64_t retval = (uint64_t)((ts.tv_sec * USEC) + (ts.tv_nsec / MSEC)); in GetTimeUs()
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/benchmark/
Dbenchmark.cc44 const int USEC = 1000000; in GetTimeUs() local
50 uint64_t retval = (uint64_t)((ts.tv_sec * USEC) + (ts.tv_nsec / MSEC)); in GetTimeUs()
/third_party/mindspore/mindspore/lite/test/ohos_test/src/
Dmodel_test.cc33 const int USEC = 1000000; variable
41 auto ret_val = static_cast<uint64_t>((ts.tv_sec * USEC) + (ts.tv_nsec / MSEC)); in GetTimeUs()
/third_party/toybox/toys/pending/
Dtraceroute.c77 #define USEC 1000000ULL macro
241 delta = (t2.tv_sec * USEC + t2.tv_usec) in do_trace()
242 - (t1.tv_sec * USEC + t1.tv_usec); in do_trace()
/third_party/mindspore/mindspore/lite/src/common/
Dutils.cc48 auto ret_val = static_cast<uint64_t>((ts.tv_sec * USEC) + (ts.tv_nsec / MSEC)); in GetTimeUs()
Dutils.h40 const int USEC = 1000000; variable
/third_party/glib/
DNEWS1452 - !1087 fileinfo: ignore USEC if not available