Symbol: CEIL
usr/src/cmd/sgs/gprof/common/gprof.c
452
pbuf_sz = CEIL(pbuf_sz, STRUCT_ALIGN);
usr/src/cmd/sgs/gprof/common/gprof.c
566
lbase = CEIL(lend + PGSZ, PGSZ);
usr/src/cmd/sgs/gprof/common/gprof.c
572
mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ);
usr/src/cmd/sgs/gprof/common/gprof.c
575
lbase = CEIL(mi->load_end + PGSZ, PGSZ);
usr/src/cmd/sgs/gprof/common/gprof.h
71
#define PROFHDR_SZ (CEIL(sizeof (ProfHeader), STRUCT_ALIGN))
usr/src/cmd/sgs/gprof/common/gprof.h
72
#define PROFMODLIST_SZ (CEIL(sizeof (ProfModuleList), STRUCT_ALIGN))
usr/src/cmd/sgs/gprof/common/gprof.h
73
#define PROFMOD_SZ (CEIL(sizeof (ProfModule), STRUCT_ALIGN))
usr/src/cmd/sgs/gprof/common/gprof.h
74
#define PROFBUF_SZ (CEIL(sizeof (ProfBuffer), STRUCT_ALIGN))
usr/src/cmd/sgs/gprof/common/gprof.h
75
#define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN))
usr/src/cmd/sgs/gprof/common/gprof.h
76
#define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))
usr/src/uts/common/fs/udfs/udf_bmap.c
1030
prox = icon->ib_block + (CEIL(icon->ib_count) >> l2b);
usr/src/uts/common/fs/udfs/udf_bmap.c
1123
blkcount = CEIL(*count) >> l2b;
usr/src/uts/common/fs/udfs/udf_bmap.c
1150
blkcount = CEIL(*count) >> l2b;
usr/src/uts/common/fs/udfs/udf_bmap.c
1157
prox = iext->ib_block + (CEIL(iext->ib_count) >> l2b);
usr/src/uts/common/fs/udfs/udf_bmap.c
1202
offset = iext->ib_offset + CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
1234
offset = iext->ib_offset + CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
371
isize = CEIL(ip->i_size);
usr/src/uts/common/fs/udfs/udf_bmap.c
514
(CEIL(pext->ib_count) >> l2b);
usr/src/uts/common/fs/udfs/udf_bmap.c
519
blkcount = CEIL(iext->ib_count) >> l2b;
usr/src/uts/common/fs/udfs/udf_bmap.c
577
count -= CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
807
iext->ib_count = CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
820
count = PCEIL(end_count) - CEIL(end_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
831
icb_offset = iext->ib_offset + CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
883
iext->ib_count = CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
898
iext->ib_count = CEIL(iext->ib_count);
usr/src/uts/common/fs/udfs/udf_bmap.c
905
icb_offset = iext->ib_offset + CEIL(iext->ib_count);
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
591
uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_rdma_args)),
usr/src/uts/common/io/ib/clients/rdsv3/rdma.c
663
uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_get_mr_args)),