HomeSort by relevance Sort by last modified time
    Searched defs:usecs (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/synchronization/
condition_variable_posix.cc 43 int64 usecs = max_time.InMicroseconds(); local
50 abstime.tv_sec = now.tv_sec + (usecs / Time::kMicrosecondsPerSecond);
51 abstime.tv_nsec = (now.tv_usec + (usecs % Time::kMicrosecondsPerSecond)) *
  /external/iproute2/ip/
ipmonitor.c 91 long usecs = ((__u32*)NLMSG_DATA(n))[1]; local
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /device/moto/wingray/libaudio/
AudioPostProcessor.cpp 330 long usecs = 20*1000; local
332 LOGV("%s: delay %d msecs for ec/ns to start",__FUNCTION__, (int)(usecs/1000));
334 usleep(usecs);
687 int usecs; local
745 usecs = tv2.tv_usec + tv2.tv_sec*1000000;
746 if (usecs > 25000) {
747 if (usecs > 30000)
751 LOGD("jitter: usecs = %d should be 20000", usecs);
760 } else if ((usecs > 22000) || (usecs < 18000))
    [all...]
  /external/netperf/
netlib.c 1037 /* how many usecs in each interval? */
3562 int usecs, secs; local
    [all...]

Completed in 142 milliseconds