Searched refs:tvs (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dkeygen.c13 static const KeygenTV tvs[] = { local
43 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) {
44 tv = &tvs[i];
H A Dxchacha20.c20 static const HChaCha20TV tvs[] = { local
45 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) {
46 tv = &tvs[i];
92 static const XChaCha20TV tvs[] = { local
116 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) {
117 tv = &tvs[i];
202 static const XChaCha20Poly1305TV tvs[] = { local
228 for (i = 0; i < (sizeof tvs) / (sizeo
[all...]
/freebsd-12-stable/usr.sbin/cron/crontab/
H A Dcrontab.c634 struct timeval tvs[2]; local
636 (void)gettimeofday(&tvs[0], NULL);
637 tvs[1] = tvs[0];
638 if (utimes(SPOOL_DIR, tvs) < OK) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c645 struct timeval tvs[16]; member in struct:persist_active_timeout_called
661 evutil_gettimeofday(&c->tvs[c->n], NULL);
702 test_timeval_diff_eq(&start, &res.tvs[0], 100);
703 test_timeval_diff_eq(&start, &res.tvs[1], 300);
704 test_timeval_diff_eq(&start, &res.tvs[2], 500);
/freebsd-12-stable/contrib/libevent/test/
H A Dregress.c645 struct timeval tvs[16]; member in struct:persist_active_timeout_called
661 evutil_gettimeofday(&c->tvs[c->n], NULL);
702 test_timeval_diff_eq(&start, &res.tvs[0], 100);
703 test_timeval_diff_eq(&start, &res.tvs[1], 300);
704 test_timeval_diff_eq(&start, &res.tvs[2], 500);

Completed in 202 milliseconds