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

  /external/libchrome/base/synchronization/
condition_variable_posix.cc 78 int64_t usecs = max_time.InMicroseconds(); local
80 relative_time.tv_sec = usecs / Time::kMicrosecondsPerSecond;
82 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond;
  /external/libmicrohttpd/src/testspdy/
test_request_response_with_callback.c 272 uint64_t usecs; local
288 usecs = (uint64_t)1000000 * (uint64_t)(tv2.tv_sec - tv1.tv_sec) + tv2.tv_usec - tv1.tv_usec;
289 printf("%lld bytes read in %llu usecs\n", (long long)st.st_size, (long long unsigned )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/iw/
event.c 308 unsigned long long usecs, previous; local
312 usecs = 1000000ULL * args->ts.tv_sec + args->ts.tv_usec;
315 usecs = 0;
318 usecs -= previous;
320 printf("%llu.%06llu: ", usecs/1000000, usecs % 1000000);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 367 unsigned int secs, usecs; local
375 usecs = comeback_delay * 1024 - secs * 1000000;
377 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs);
379 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
  /external/fio/
gettime.c 166 uint64_t usecs, t; local
189 usecs = t / ARCH_CPU_CLOCK_CYCLES_PER_USEC;
192 usecs = (t * inv_cycles_per_usec) / 16777216UL;
194 usecs = t / cycles_per_usec;
196 tp->tv_sec = usecs / 1000000;
197 tp->tv_usec = usecs % 1000000;
  /external/iproute2/lib/
utils.c 1025 long usecs = ((__u32*)NLMSG_DATA(n))[1]; local
1028 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /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/valgrind/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...]
  /system/update_engine/common/
utils.cc 974 unsigned usecs = delta.InMicroseconds(); local
983 if (usecs) {
985 while ((usecs / 10) * 10 == usecs) {
986 usecs /= 10;
989 base::StringAppendF(&str, ".%0*u", width, usecs);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 3261 unsigned int usecs; local
    [all...]
  /external/netperf/src/
netlib.c 4540 int usecs, secs; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /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 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 1022 milliseconds