Home
last modified time | relevance | path

Searched refs:epoch_usec (Results 1 – 4 of 4) sorted by relevance

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/tests/
H A Dtest.c59 static ulong64 epoch_usec(void) in epoch_usec() function
95 ts = epoch_usec(); in run()
97 tinfo->delta = epoch_usec() - ts; in run()
374 dur = epoch_usec(); in main()
396 ts = epoch_usec(); in main()
398 delta = (long)(epoch_usec() - ts); in main()
401 ts = epoch_usec(); in main()
403 delta = (long)(epoch_usec() - ts); in main()
420 dur = epoch_usec() - dur; in main()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/tests/
H A Dtest.c59 static ulong64 epoch_usec(void) in epoch_usec() function
95 ts = epoch_usec(); in run()
97 tinfo->delta = epoch_usec() - ts; in run()
374 dur = epoch_usec(); in main()
396 ts = epoch_usec(); in main()
398 delta = (long)(epoch_usec() - ts); in main()
401 ts = epoch_usec(); in main()
403 delta = (long)(epoch_usec() - ts); in main()
420 dur = epoch_usec() - dur; in main()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dasync.c412 async_wait_timeout_absolute(async_wait_s *aw, u64 epoch_usec) argument
420 ts.tv_sec = epoch_usec / 1000000L;
421 ts.tv_nsec = (epoch_usec % 1000000L) * 1000L;
433 …it_timeout_absolute(%p,%llu) : TIMEOUT (awc=%i)", getpid_ex(), thread_self(), aw, epoch_usec, awc);
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dasync.h185 bool async_wait_timeout_absolute(async_wait_s *aw, u64 epoch_usec);