Searched refs:max_seconds (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h212 static constexpr rep max_seconds = member in struct:detail::__anon3707::time_util_base
217 fs_seconds(max_seconds))
245 return duration_cast<Years>(fs_seconds(max_seconds)) > Years(250) &&
248 return max_seconds >= numeric_limits<TimeT>::max() &&
263 static const rep max_seconds; member in struct:detail::__anon3707::time_util_base
271 time_util_base<FileTimeT, TimeT, true>::max_seconds = member in class:detail::__anon3707::time_util_base
277 fs_seconds(max_seconds))
297 using Base::max_seconds;
319 return tm.tv_sec < max_seconds ||
320 (tm.tv_sec == max_seconds
[all...]
/freebsd-12-stable/tests/sys/netinet/libalias/
H A Dperf.c62 printf("Usage: perf [max_seconds [batch_size [random_size [attack_size [redir_size]]]]]\n");
80 int max_seconds = 90, batch_size = 2000, local
87 max_seconds = strtol(argv[1], &end, 10);
88 if (max_seconds < 2 || end[0] != '\0')
97 printf(" Maximum Runtime (max_seconds) = %d\n", max_seconds);
139 timeout.tv_sec += max_seconds;
148 printf("%6.1f ", max_seconds - timevaldiff(timeout, start)/1000000.0f);

Completed in 101 milliseconds