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

  /external/chromium_org/base/synchronization/
condition_variable_posix.cc 63 int64 usecs = max_time.InMicroseconds(); local
65 relative_time.tv_sec = usecs / Time::kMicrosecondsPerSecond;
67 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond;
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 79 unsigned usecs; member in struct:pb_cache_manager
161 buf->end = buf->start + mgr->usecs;
390 unsigned usecs)
405 mgr->usecs = usecs;
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 79 unsigned usecs; member in struct:pb_cache_manager
161 buf->end = buf->start + mgr->usecs;
390 unsigned usecs)
405 mgr->usecs = usecs;
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 320 unsigned int secs, usecs; local
323 usecs = comeback_delay * 1024 - secs * 1000000;
325 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs);
327 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
  /external/chromium_org/chromeos/network/
network_event_log.cc 51 // append '.' + usecs to the end of the formatted string.
52 int usecs = static_cast<int>(fmod(time.ToDoubleT() * 1000000, 1000000)); local
53 return base::StringPrintf("%s.%06d", formatted.c_str(), usecs);
  /external/fio/
gettime.c 171 uint64_t usecs, t; local
181 usecs = t / ARCH_CPU_CLOCK_CYCLES_PER_USEC;
183 usecs = (t * inv_cycles_per_usec) / 16777216UL;
185 tp->tv_sec = usecs / 1000000;
186 tp->tv_usec = usecs % 1000000;
  /external/iputils/
arping.c 459 long usecs = (tv.tv_sec-last.tv_sec) * 1000000 + local
461 long msecs = (usecs+500)/1000;
462 usecs -= msecs*1000 - 500;
463 printf(" %ld.%03ldms\n", msecs, usecs);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 288 unsigned long usecs; local
318 usecs = nsecs / NSECS_PER_USEC;
319 printf("%5lu.%06lu: ", secs, usecs);
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 222 unsigned int usecs; local
244 usecs = 1000 * max_invoke_ms;
251 usecs = 0;
254 // 0 usecs here means the thread just has to check gdbserver eats
257 if (usecs == 0 || usecs > 1000 * 1000)
258 usecs = 1000 * 1000;
260 usleep(usecs);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 3251 unsigned int usecs; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 4452 unsigned long usecs; local
    [all...]
  /external/netperf/
netlib.c 1037 /* how many usecs in each interval? */
3562 int usecs, secs; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1594 milliseconds