Home
last modified time | relevance | path

Searched refs:ISC_MAX (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dentropy.c290 needed = ISC_MAX(needed, THRESHOLD_BITS); in fillpool()
305 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized); in fillpool()
406 maxfd = ISC_MAX(maxfd, fd); in wait_for_sources()
419 maxfd = ISC_MAX(maxfd, fd); in wait_for_sources()
424 maxfd = ISC_MAX(maxfd, fd); in wait_for_sources()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dentropy.c125 needed = ISC_MAX(needed, THRESHOLD_BITS); in fillpool()
140 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized); in fillpool()
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dutil.h56 #define ISC_MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dentropy.c567 fillcount = ISC_MAX(remain * 8, count * 8); in isc_entropy_getdata()