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

  /external/dropbear/libtomcrypt/testprof/
der_tests.c 530 ltc_utctime tmp_time; local
760 DO(der_decode_utctime(buf[0], &y, &tmp_time));
761 if (y != x || memcmp(&rsa_time1, &tmp_time, sizeof(ltc_utctime))) {
764 tmp_time.YY,
765 tmp_time.MM,
766 tmp_time.DD,
767 tmp_time.hh,
768 tmp_time.mm,
769 tmp_time.ss,
770 tmp_time.off_dir
    [all...]
  /external/qemu/slirp/
slirp.c 247 int tmp_time; local
379 tmp_time = (200 - (curtime - time_fasttimo)) * 1000;
380 if (tmp_time < 0)
381 tmp_time = 0;
384 if (tmp_time < timeout.tv_usec)
385 timeout.tv_usec = (u_int)tmp_time;
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 406 time_t tmp_time = time(0); local
410 printf("\tcurrent: %s\n", str_time(tmp_time));
413 0 : (tmp_time - m_lftc->sadb_lifetime_addtime)));
  /external/qemu/slirp-android/
slirp.c 307 int tmp_time; local
448 tmp_time = (200 - (curtime - time_fasttimo)) * 1000;
449 if (tmp_time < 0)
450 tmp_time = 0;
453 if (tmp_time < timeout.tv_usec)
454 timeout.tv_usec = (u_int)tmp_time;
    [all...]

Completed in 211 milliseconds