Searched defs:roundup (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/crypto/heimdal/appl/rcp/ |
| HD | util.c | 142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
| /NextBSD/contrib/traceroute/ |
| HD | findsaddr-socket.c | 82 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
| /NextBSD/sys/boot/ofw/libofw/ |
| HD | ofw_copy.c | 45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
| /NextBSD/tools/tools/netrate/httpd/ |
| HD | httpd.c | 94 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
| /NextBSD/tools/tools/netrate/http/ |
| HD | http.c | 85 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
| /NextBSD/usr.sbin/lpr/common_source/ |
| HD | ctlinfo.c | 89 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
| /NextBSD/sys/sys/ |
| HD | param.h | 296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
| /NextBSD/usr.sbin/makefs/ |
| HD | makefs.h | 133 off_t roundup; /* round image size up to this value */ member
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-bpf.c | 1719 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | sysmacros.h | 224 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
| /NextBSD/crypto/openssh/ |
| HD | defines.h | 450 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
| /NextBSD/sys/dev/ath/ath_hal/ |
| HD | ah_internal.h | 42 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
| /NextBSD/sys/dev/bxe/ |
| HD | bxe.h | 152 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|