Searched defs:roundup (Results 1 – 14 of 14) sorted by relevance
/titanic_52/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 189 #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 D | ofw_copy.c | 45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallint.h | 109 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/cmd/nscd/ |
H A D | nscd_db.h | 39 #define roundup(x) (((unsigned long)(x)+7) & ~7) macro
|
/titanic_52/usr/src/ucbhead/sys/ |
H A D | param.h | 266 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/cmd/logadm/ |
H A D | fn.c | 45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nlm.c | 314 #define roundup(sz) ((sz / 4 + (sz % 4 > 0)) * 4) macro
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | param.h | 296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
/titanic_52/usr/src/cmd/backup/dump/ |
H A D | dump.h | 75 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 766 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|
H A D | nfs3_xdr.c | 2020 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 223 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 1711 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/titanic_52/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 193 int roundup(void arg) { } in roundup() function
|