Searched defs:roundup (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h109 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_copy.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
86 dlen = roundup(nlen + resid, PAGE_SIZE);
/illumos-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
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_db.h39 #define roundup(x) (((unsigned long)(x)+7) & ~7) 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
326 xdr_skip(roundup(sz));
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
91 int buflen = roundup(len + 1, FN_INC);
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h220 #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.c521 roundup(count,
763 #ifdef roundup
764 #undef roundup macro
766 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
807 roundup(namlen, BYTES_PER_XDR_UNIT);
H A Dnfs3_xdr.c1447 roundup(objp->data.data_len, BYTES_PER_XDR_UNIT)) {
2017 #ifdef roundup
2018 #undef roundup macro
2020 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
2078 roundup(namlen, BYTES_PER_XDR_UNIT);
/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/backup/dump/
H A Ddump.h74 #ifndef roundup
75 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c43 #ifndef roundup
44 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
45 #endif /* !roundup */
161 args.size = (uint64_t) roundup(args.size, PAGE_SIZE);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1710 #ifndef roundup
1711 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
1712 #endif /* !roundup */
1724 size = roundup(stb.st_blksize, blksize);
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h193 int roundup(void arg) { } function

Completed in 95 milliseconds