Home
last modified time | relevance | path

Searched defs:CEIL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c579 #define CEIL(x, y) (((x) + (y) - 1) / (y)) macro
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c186 #define CEIL(count) (((count) + lbmask) & ~lbmask) macro
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h69 #define CEIL(x, align) FLOOR(((Address) x) + (align) - 1l, align) macro