Home
last modified time | relevance | path

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

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h44 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_db.h37 #define roundup(x) (((unsigned long)(x)+7) & ~7) macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h75 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h266 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c314 #define roundup(sz) ((sz / 4 + (sz % 4 > 0)) * 4) macro
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c43 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c766 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
H A Dnfs3_xdr.c2019 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h227 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1711 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro