Searched refs:min_time (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_acquire_cred.c48 OM_uint32 min_time, cred_time; local
99 min_time = GSS_C_INDEFINITE;
134 if (cred_time < min_time)
135 min_time = cred_time;
164 *time_rec = min_time;
/freebsd-13-stable/lib/libgssapi/
H A Dgss_acquire_cred.c57 OM_uint32 min_time, cred_time; local
107 min_time = GSS_C_INDEFINITE;
140 if (cred_time < min_time)
141 min_time = cred_time;
170 *time_rec = min_time;
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzic.c173 static zic_t min_time; variable
175 static zic_t min_time; variable
688 min_time = -1;
690 min_time *= 2;
691 max_time = -(min_time + 1);
1080 z.z_untiltime > min_time &&
1082 zones[nzones - 1].z_untiltime > min_time &&
1164 if (dayoff < min_time / SECSPERDAY) {
1475 while (fromi < timecnt && attypes[fromi].at < min_time)
2065 usestart = i > 0 && (zp - 1)->z_untiltime > min_time;
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h183 hrtime_t min_time; /* shortest event duration */ member in struct:kstat_timer
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_mtree.c41 time_t min_time; local
182 /* Verify min_time is the smallest possible time_t. */
183 min_time = archive_entry_mtime(ae);
184 assert(min_time <= 0);
185 /* Simply asserting min_time - 1 > 0 breaks with some compiler optimizations. */
186 t = (time_t)((uintmax_t)min_time - 1);
195 assertEqualInt(archive_entry_mtime(ae), min_time); local
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h695 hrtime_t min_time; /* shortest event duration */ member in struct:kstat_timer
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h187 hrtime_t min_time; /* shortest event duration */ member in struct:kstat_timer
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c924 time_t min_time, time_now; local
928 min_time = FINFO[0].time;
957 } else if (FINFO[i].time < min_time) {
959 min_time = FINFO[i].time;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c216 ktp->min_time, ktp->max_time,
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp7238 auto min_time = env.clock_resolution.mean * Detail::minimum_ticks;
7239 auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(Detail::warmup_time));
7241 int new_iters = static_cast<int>(std::ceil(min_time * test.iterations / test.elapsed));

Completed in 208 milliseconds