Home
last modified time | relevance | path

Searched refs:DIV_ROUNDUP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dselect.c72 #define DIV_ROUNDUP(x, y) (((x)+((y)-1))/(y)) macro
76 (DIV_ROUNDUP(n, NFDBITS) * sizeof(fd_mask))
/freebsd/contrib/libevent/
H A Dselect.c72 #define DIV_ROUNDUP(x, y) (((x)+((y)-1))/(y)) macro
76 (DIV_ROUNDUP(n, NFDBITS) * sizeof(fd_mask))