Searched defs:DIV_ROUNDUP (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/ntp/sntp/libevent/ | ||
| H A D | select.c | 72 #define DIV_ROUNDUP(x, y) (((x)+((y)-1))/(y)) macro |
| /freebsd/contrib/libevent/ | ||
| H A D | select.c | 72 #define DIV_ROUNDUP(x, y) (((x)+((y)-1))/(y)) macro |