Home
last modified time | relevance | path

Searched refs:ns100 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dgettimeofday.c36 __int64 ns100; /*time since 1 Jan 1601 in 100ns units */ in gettimeofday() member
41 tv->tv_usec = (long) ((now.ns100 / 10LL) % 1000000LL); in gettimeofday()
42 tv->tv_sec = (long) ((now.ns100 - EPOCHFILETIME) / 10000000LL); in gettimeofday()
/third_party/optimized-routines/math/test/
Dmathbench.c538 uint64_t ns100; in bench1() local
576 ns100 = (100 * dt + itercount * N / 2) / (itercount * N); in bench1()
578 (unsigned) (ns100 / 100), (unsigned) (ns100 % 100), in bench1()
583 ns100 = (100 * dt + itercount * N / vlen / 2) / (itercount * N / vlen); in bench1()
585 (unsigned) (ns100 / 100), (unsigned) (ns100 % 100), in bench1()