Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DConstexprMath.h36 constexpr T constexpr_log2(T t) { in constexpr_log2() function
42 return detail::constexpr_log2_ceil_(constexpr_log2(t), t); in constexpr_log2_ceil()
/rocksdb-6.9/table/plain/
Dplain_table_bloom.h72 folly::constexpr_log2(CACHE_LINE_SIZE);
/rocksdb-6.9/table/block_based/
Dfilter_policy.cc379 folly::constexpr_log2(CACHE_LINE_SIZE)); in AddHash()
657 log2_cache_line_size = folly::constexpr_log2(CACHE_LINE_SIZE); in GetFilterBitsReader()