Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h189 #define roundup(x, y) ((((u_int)(x)+((u_int)(y)-1))/(u_int)(y))*(u_int)(y)) macro
192 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_copy.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h109 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/cmd/nscd/
H A Dnscd_db.h39 #define roundup(x) (((unsigned long)(x)+7) & ~7) macro
/titanic_52/usr/src/ucbhead/sys/
H A Dparam.h266 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/cmd/logadm/
H A Dfn.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c314 #define roundup(sz) ((sz / 4 + (sz % 4 > 0)) * 4) macro
/titanic_52/usr/src/boot/sys/sys/
H A Dparam.h296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/titanic_52/usr/src/cmd/backup/dump/
H A Ddump.h75 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/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.c2020 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/titanic_52/usr/src/uts/common/sys/
H A Dsysmacros.h223 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1711 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/titanic_52/usr/src/uts/common/avs/ns/
H A Dcontract.h193 int roundup(void arg) { } in roundup() function