Searched defs:FLOOR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h70 #define FLOOR(x, align) (((Address) x) & ~((align) - 1l)) macro
71 #define CEIL(x, align) FLOOR(((Address) x) + (align) - 1l, align)

Completed in 46 milliseconds