Home
last modified time | relevance | path

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

/onnv-gate/usr/src/psm/stand/bootblks/common/
H A Dutil.fth35 : roundup ( x y -- x' ) 1- tuck + swap invert and ; word
/onnv-gate/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
/onnv-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Diso_impl.h43 #define roundup(x, y) ((((u_int)(x)+((u_int)(y)-1))/(u_int)(y))*(u_int)(y)) macro
46 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Diso_impl.h43 #define roundup(x, y) ((((u_int)(x)+((u_int)(y)-1))/(u_int)(y))*(u_int)(y)) macro
46 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h109 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/cmd/nscd/
H A Dnscd_db.h39 #define roundup(x) (((unsigned long)(x)+7) & ~7) macro
/onnv-gate/usr/src/ucbhead/sys/
H A Dparam.h274 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/cmd/logadm/
H A Dfn.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c311 #define roundup(sz) ((sz / 4 + (sz % 4 > 0)) * 4) macro
/onnv-gate/usr/src/cmd/backup/dump/
H A Ddump.h75 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-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.c1990 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/onnv-gate/usr/src/cmd/ssh/include/
H A Ddefines.h406 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/onnv-gate/usr/src/uts/common/sys/
H A Dsysmacros.h218 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1711 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c44 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/onnv-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h193 int roundup(void arg) { } in roundup() function