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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h237 #define LG_CEIL(x) (LG_FLOOR(x) + (((x) & ((x) - 1)) == 0 ? 0 : 1)) macro

Completed in 100 milliseconds