HomeSort by relevance Sort by last modified time
    Searched defs:usecs (Results 1 - 8 of 8) 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);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 178 unsigned int secs, usecs; local
181 usecs = comeback_delay * 1024 - secs * 1000000;
183 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs);
185 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
  /device/moto/wingray/libaudio/
AudioPostProcessor.cpp 331 long usecs = 20*1000; local
333 ALOGV("%s: delay %d msecs for ec/ns to start",__FUNCTION__, (int)(usecs/1000));
335 usleep(usecs);
689 int usecs; local
758 usecs = tv2.tv_usec + tv2.tv_sec*1000000;
759 if (usecs > 25000) {
760 if (usecs > 30000)
764 ALOGD("jitter: usecs = %d should be 20000", usecs);
773 } else if ((usecs > 22000) || (usecs < 18000))
    [all...]
  /external/linux-tools-perf/
builtin-script.c 227 unsigned long usecs; local
257 usecs = nsecs / NSECS_PER_USEC;
258 printf("%5lu.%06lu: ", secs, usecs);
  /external/linux-tools-perf/util/
trace-event-parse.c 2705 unsigned long usecs = duration \/ 1000; local
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1154 unsigned int usecs; local
    [all...]
  /external/netperf/
netlib.c 1037 /* how many usecs in each interval? */
3562 int usecs, secs; local
    [all...]

Completed in 251 milliseconds