Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 13 of 13) sorted by relevance

/NextBSD/crypto/heimdal/appl/rcp/
HDutil.c142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/NextBSD/contrib/traceroute/
HDfindsaddr-socket.c82 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/NextBSD/sys/boot/ofw/libofw/
HDofw_copy.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/NextBSD/tools/tools/netrate/httpd/
HDhttpd.c94 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/NextBSD/tools/tools/netrate/http/
HDhttp.c85 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/NextBSD/usr.sbin/lpr/common_source/
HDctlinfo.c89 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/NextBSD/sys/sys/
HDparam.h296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/NextBSD/usr.sbin/makefs/
HDmakefs.h133 off_t roundup; /* round image size up to this value */ member
/NextBSD/contrib/libpcap/
HDpcap-bpf.c1719 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsysmacros.h224 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/NextBSD/crypto/openssh/
HDdefines.h450 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h42 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/NextBSD/sys/dev/bxe/
HDbxe.h152 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro