Searched refs:CEIL (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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); 530 lbase = CEIL(lend + PGSZ, PGSZ); 536 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); 539 lbase = CEIL(mi->load_end + PGSZ, PGSZ);
|
/illumos-gate/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); 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/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)), 662 uint64_t buf[CEIL(CMSG_LEN(sizeof (struct rds_get_mr_args)),
|
Completed in 75 milliseconds