HomeSort by relevance Sort by last modified time
    Searched refs:Microseconds (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
SDL_MPWtimer.c 52 Microseconds(&now);
64 Microseconds(&now);
FastTimes.c 30 On 680x0 machines, we just use Microseconds().
39 * We can also try Microseconds() which is emulated : Overhead = 36 ?sec.
43 uses UpTime() if available and falls back to Microseconds() otherwise.
45 UpTime() if available and falls back to Microseconds() otherwise.
50 accurate, and it's the basis for the Time Manager and Microseconds().
61 Time Manager implementation: UpTime(), Microseconds(), and TickCount() are
164 /* Calculate a scale value that will give microseconds per second.
212 Microseconds(&wide);
254 Microseconds(&wide);
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 480 if (tick_diff.Microseconds() > max_time_reverse_us) {
481 max_time_reverse_us = tick_diff.Microseconds();
483 if (tick_diff.Microseconds() < min_time_reverse_us) {
484 min_time_reverse_us = tick_diff.Microseconds();
563 if (tick_diff.Microseconds() > max_time_us) {
564 max_time_us = tick_diff.Microseconds();
566 if (tick_diff.Microseconds() < min_time_us) {
567 min_time_us = tick_diff.Microseconds();
  /external/skia/src/animator/
SkTime.cpp 82 ::Microseconds(&wide);
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 67 WebRtc_Word64 Microseconds() const;
271 inline WebRtc_Word64 TickInterval::Microseconds() const

Completed in 1270 milliseconds