Home
last modified time | relevance | path

Searched refs:CEIL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h69 #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 Dgprof.c452 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 Dudf_bmap.c371 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()
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()
1123 blkcount = CEIL(*count) >> l2b; in ud_create_ext()
1150 blkcount = CEIL(*count) >> l2b; in ud_create_ext()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c579 #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()