Searched refs:CEIL (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.h | 71 #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))
|
H A D | gprof.c | 416 pbuf_sz = CEIL(pbuf_sz, STRUCT_ALIGN); in dump_modules() 530 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps() 536 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); in fixup_maps() 539 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 188 #define CEIL(count) (((count) + lbmask) & ~lbmask) macro 373 isize = CEIL(ip->i_size); in ud_bmap_write() 516 (CEIL(pext->ib_count) >> l2b); in ud_bmap_write() 521 blkcount = CEIL(iext->ib_count) >> l2b; in ud_bmap_write() 579 count -= CEIL(iext->ib_count); in ud_bmap_write() 809 iext->ib_count = CEIL(iext->ib_count); in ud_last_alloc_ext() 822 count = PCEIL(end_count) - CEIL(end_count); in ud_last_alloc_ext() 833 icb_offset = iext->ib_offset + CEIL(iext->ib_count); in ud_last_alloc_ext() 885 iext->ib_count = CEIL(iext->ib_count); in ud_last_alloc_ext() 900 iext->ib_count = CEIL(iext->ib_count); in ud_last_alloc_ext() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdma.c | 578 #define CEIL(x, y) (((x) + (y) - 1) / (y)) macro 590 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_rdma_args)), in rdsv3_cmsg_rdma_args() 662 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_get_mr_args)), in rdsv3_cmsg_rdma_map()
|