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

/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Dutil.c142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-11-stable/contrib/traceroute/
H A Dfindsaddr-socket.c82 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_copy.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-11-stable/tools/tools/netrate/http/
H A Dhttp.c85 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-11-stable/tools/tools/netrate/httpd/
H A Dhttpd.c94 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c91 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c199 static __inline__ uint32_t GenerateThresh(uint32_t val, int roundup) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h224 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-11-stable/sys/sys/
H A Dparam.h298 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-11-stable/usr.sbin/makefs/
H A Dmakefs.h156 off_t roundup; /* round image size up to this value */ member in struct:makefs_fsinfo
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c1972 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h471 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h616 static __inline__ uint32_t GenerateCgrThresh(uint64_t val, int roundup) argument
/freebsd-11-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-11-stable/sys/dev/bxe/
H A Dbxe.h155 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 323 milliseconds