Searched refs:CEIL (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.h | 69 #define CEIL(x, align) FLOOR(((Address) x) + (align) - 1l, align) macro 71 #define PROFHDR_SZ (CEIL(sizeof (ProfHeader), STRUCT_ALIGN)) 72 #define PROFMODLIST_SZ (CEIL(sizeof (ProfModuleList), STRUCT_ALIGN)) 73 #define PROFMOD_SZ (CEIL(sizeof (ProfModule), STRUCT_ALIGN)) 74 #define PROFBUF_SZ (CEIL(sizeof (ProfBuffer), STRUCT_ALIGN)) 75 #define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN)) 76 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))
|
H A D | gprof.c | 452 pbuf_sz = CEIL(pbuf_sz, STRUCT_ALIGN); in dump_modules() 566 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps() 572 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); in fixup_maps() 575 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 186 #define CEIL(count) (((count) + lbmask) & ~lbmask) macro 371 isize = CEIL(ip->i_size); in ud_bmap_write() 514 (CEIL(pext->ib_count) >> l2b); in ud_bmap_write() 519 blkcount = CEIL(iext->ib_count) >> l2b; in ud_bmap_write() 577 count -= CEIL(iext->ib_count); in ud_bmap_write() 807 iext->ib_count = CEIL(iext->ib_count); in ud_last_alloc_ext() 820 count = PCEIL(end_count) - CEIL(end_count); in ud_last_alloc_ext() 831 icb_offset = iext->ib_offset + CEIL(iext->ib_count); in ud_last_alloc_ext() 883 iext->ib_count = CEIL(iext->ib_count); in ud_last_alloc_ext() 898 iext->ib_count = CEIL(iext->ib_count); in ud_last_alloc_ext() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdma.c | 579 #define CEIL(x, y) (((x) + (y) - 1) / (y)) macro 591 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_rdma_args)), in rdsv3_cmsg_rdma_args() 663 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_get_mr_args)), in rdsv3_cmsg_rdma_map()
|