Home
last modified time | relevance | path

Searched defs:tmin (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ping/
H A Dmain.c81 double tmin = 999999999.0; /* minimum round trip time */ variable
/freebsd/crypto/openssl/crypto/
H A Dpunycode.c17 static const unsigned int tmin = 1; variable
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h422 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
426 #define _GL_INT_OP_CALC1(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.c369 uint64_t tmax, tmin; in _libelf_extent_is_unused() local