HomeSort by relevance Sort by last modified time
    Searched refs:tv_sec (Results 276 - 300 of 671) sorted by null

<<11121314151617181920>>

  /system/core/nexus/
nexctl.c 91 to.tv_sec = 10;
  /system/netd/
ndc.c 91 to.tv_sec = 10;
  /system/vold/
vdc.c 95 to.tv_sec = 10;
  /external/ping6/
ping6.c 462 interval.tv_sec = (long)intval;
464 (long)((intval - interval.tv_sec) * 1000000);
465 if (interval.tv_sec < 0)
468 if (interval.tv_sec == 0 && interval.tv_usec < 10000) {
1188 itimer.it_value.tv_sec = 2 * tmax / 1000;
1189 if (itimer.it_value.tv_sec == 0)
1190 itimer.it_value.tv_sec = 1;
1192 itimer.it_value.tv_sec = MAXWAIT;
1193 itimer.it_interval.tv_sec = 0;
    [all...]
  /dalvik/vm/jdwp/
JdwpMain.cpp 414 return now.tv_sec * 1000LL + now.tv_nsec / 1000000LL;
418 return now.tv_sec * 1000LL + now.tv_usec / 1000LL;
  /dalvik/vm/test/
AtomicTest.cpp 75 return (int64_t) now.tv_sec*1000000000LL + now.tv_nsec;
79 return (int64_t) now.tv_sec*1000000000LL + now.tv_usec * 1000LL;
  /external/bluetooth/bluez/compat/
bnep.c 291 timeo.tv_sec = 30;
305 timeo.tv_sec = 0;
  /external/bluetooth/hcidump/parser/
parser.h 129 time_t t = f->ts.tv_sec;
135 printf("%8lu.%06lu ", f->ts.tv_sec, f->ts.tv_usec);
  /external/openssl/crypto/rand/
rand_unix.c 163 seed = ts.tv_sec ^ ts.tv_nsec ^ curr_pid ^ curr_uid;
281 t.tv_sec = 0;
  /external/qemu/
qemu-timer.h 97 return tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000);
124 return ts.tv_sec * 1000000000LL + ts.tv_nsec;
  /external/quake/quake/src/QW/client/
sys_android.c 298 secbase = tp.tv_sec;
302 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
sys_linux.c 293 secbase = tp.tv_sec;
297 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
  /external/tcpdump/
sctpConstants.h 538 (ts)->tv_sec = (tv)->tv_sec; \
  /external/valgrind/main/include/vki/
vki-ppc32-aix5.h 187 tv_sec: off 0 sz 4
191 UInt tv_sec; /* seconds */ member in struct:vki_timeval
197 tv_sec: off 0 sz 4
201 UInt tv_sec; /* seconds */ member in struct:vki_timespec
vki-ppc64-aix5.h 187 tv_sec: off 0 sz 8
191 /* 0 */ ULong tv_sec; /* seconds */ member in struct:vki_timeval
198 tv_sec: off 0 sz 8
202 /* 0 */ ULong tv_sec; /* seconds */ member in struct:vki_timespec
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 151 result._ticks = 1000000000LL * static_cast<WebRtc_Word64>(ts.tv_sec) + static_cast<WebRtc_Word64>(ts.tv_nsec);
155 result._ticks = 1000000LL * static_cast<WebRtc_Word64>(tv.tv_sec) + static_cast<WebRtc_Word64>(tv.tv_usec);
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 171 ts.tv_sec = tv.tv_sec + (delay_ms / 1000);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 361 timeout.tv_sec = now.tv_sec + timeout_us / 1000000;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/
Xtransint.h 457 ErrorF("timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \
467 fprintf(stderr, "timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 228 return ts.tv_sec*1e6 + ts.tv_nsec*1e-3;
234 return tv.tv_sec*1000000. + tv.tv_usec*1.0;
test_zlib.c 165 return ts.tv_sec*1e6 + ts.tv_nsec*1e-3;
171 return tv.tv_sec*1000000. + tv.tv_usec*1.0;
  /external/v8/src/
d8-posix.cc 116 int seconds = time_now.tv_sec - start_time.tv_sec;
130 timeout.tv_sec = read_timeout / 1000;
147 int seconds = time_now.tv_sec - start_time.tv_sec;
  /external/libpng/contrib/gregbook/
rpng2-x.c 649 then.tv_sec += loop_interval;
676 if (now.tv_sec < then.tv_sec ||
677 (now.tv_sec == then.tv_sec && now.tv_usec < then.tv_usec))
680 long seconds_to_go = then.tv_sec - now.tv_sec;
706 if (now.tv_sec >= then.tv_sec)
708 seconds_to_go = then.tv_sec - now.tv_sec
    [all...]
  /external/ping/
ping.c 325 it.it_interval.tv_sec = 0;
327 it.it_value.tv_sec = waittime/1000000;
361 if (cur_time.tv_sec == 0) {
369 ntokens = (tv.tv_sec - cur_time.tv_sec)*1000 +
518 tv.tv_sec = 1;
521 tv.tv_sec = 0;
528 tv.tv_sec = SCHINT(interval)/1000;
555 it.it_interval.tv_sec = 0;
557 it.it_value.tv_sec = deadline
    [all...]
  /external/mksh/src/
sh.h 213 (tvp)->tv_sec = (tvp)->tv_usec = 0; \
219 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
222 (vvp)->tv_sec++; \
230 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \
233 (vvp)->tv_sec--; \
    [all...]

Completed in 407 milliseconds

<<11121314151617181920>>