Searched refs:constexpr_log2 (Results 1 – 3 of 3) sorted by relevance
36 constexpr T constexpr_log2(T t) { in constexpr_log2() function42 return detail::constexpr_log2_ceil_(constexpr_log2(t), t); in constexpr_log2_ceil()
72 folly::constexpr_log2(CACHE_LINE_SIZE);
379 folly::constexpr_log2(CACHE_LINE_SIZE)); in AddHash()657 log2_cache_line_size = folly::constexpr_log2(CACHE_LINE_SIZE); in GetFilterBitsReader()