Searched defs:CEIL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c578 #define CEIL(x, y) (((x) + (y) - 1) / (y)) macro
590 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_rdma_args)),
662 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_get_mr_args)),
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c188 #define CEIL(count) (((count) + lbmask) & ~lbmask) macro
373 isize = CEIL(ip->i_size);
395 * iext->ib_offset + CEIL(iext->ib_count)
516 (CEIL(pext->ib_count) >> l2b);
521 blkcount = CEIL(iext->ib_count) >> l2b;
579 count -= CEIL(iext->ib_count);
809 iext->ib_count = CEIL(iext->ib_count);
822 count = PCEIL(end_count) - CEIL(end_count);
833 icb_offset = iext->ib_offset + CEIL(iext->ib_count);
885 iext->ib_count = CEIL(iex
1247 #undef CEIL macro
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h71 #define CEIL(x, align) FLOOR(((Address) x) + (align) - 1l, align) macro
73 #define PROFHDR_SZ (CEIL(sizeof (ProfHeader), STRUCT_ALIGN))
74 #define PROFMODLIST_SZ (CEIL(sizeof (ProfModuleList), STRUCT_ALIGN))
75 #define PROFMOD_SZ (CEIL(sizeof (ProfModule), STRUCT_ALIGN))
76 #define PROFBUF_SZ (CEIL(sizeof (ProfBuffer), STRUCT_ALIGN))
77 #define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN))
78 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))

Completed in 85 milliseconds