Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDbit_util.h225 #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1)) macro
226 #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2))