Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DConstexprMath.h25 constexpr T constexpr_log2_ceil_(T l2, T t) { in constexpr_log2_ceil_() function
42 return detail::constexpr_log2_ceil_(constexpr_log2(t), t); in constexpr_log2_ceil()