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

/freebsd-10-stable/crypto/heimdal/appl/rcp/
H A Dutil.c142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-10-stable/contrib/traceroute/
H A Dfindsaddr-socket.c82 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dofw_copy.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-10-stable/tools/tools/netrate/http/
H A Dhttp.c85 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-10-stable/tools/tools/netrate/httpd/
H A Dhttpd.c94 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c89 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h224 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-10-stable/sys/sys/
H A Dparam.h293 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-10-stable/usr.sbin/makefs/
H A Dmakefs.h133 off_t roundup; /* round image size up to this value */ member in struct:__anon8
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-bpf.c1683 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-10-stable/crypto/openssh/
H A Ddefines.h474 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h42 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.h155 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 138 milliseconds