Searched refs:cutoff (Results 26 - 29 of 29) sorted by relevance

12

/openbsd-current/usr.sbin/sa/
H A Dpdb.c241 if (vflag && ci.ci_calls <= cutoff &&
/openbsd-current/usr.sbin/nsd/
H A Dutil.c954 const uint32_t cutoff = ((uint32_t) 1 << (SERIAL_BITS - 1)); local
958 } else if ((a < b && b - a < cutoff) || (a > b && a - b > cutoff)) {
/openbsd-current/usr.sbin/unbound/services/
H A Dauthzone.c7298 const uint32_t cutoff = ((uint32_t) 1 << (SERIAL_BITS - 1)); local
7302 } else if ((a < b && b - a < cutoff) || (a > b && a - b > cutoff)) {
/openbsd-current/sbin/unwind/libunbound/services/
H A Dauthzone.c7298 const uint32_t cutoff = ((uint32_t) 1 << (SERIAL_BITS - 1)); local
7302 } else if ((a < b && b - a < cutoff) || (a > b && a - b > cutoff)) {

Completed in 279 milliseconds

12