Searched refs:__log2 (Results 1 – 13 of 13) sorted by relevance
34 const size_t __log_r = __log2<uint64_t, _URNG::_Max - _URNG::_Min + uint64_t(1)>::value; in generate_canonical()36 const size_t __log_r = __log2<uint64_t, _URNG::max() - _URNG::min() + uint64_t(1)>::value; in generate_canonical()
53 struct __log2 {
58 static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::value;
65 …static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::valu…
60 #define __log2 __kdb2_log2 macro94 u_int32_t __log2 __P((u_int32_t));
313 hashp->hdr.bshift = __log2(hashp->hdr.bsize); in init_hash()318 hashp->hdr.bshift = __log2(info->bsize); in init_hash()356 l2 = __log2(MAX(nelem, 2)); in init_htab()920 spare_ndx = __log2(hashp->hdr.max_bucket + 1); in __expand_table()
159 ? hashp->hdr.spares[__log2((B)+1)-1] : 0))
1167 ret_val += hashp->hdr.spares[__log2(n + 1) - 1]; in bucket_to_page()
41 __log2(u_int32_t num) in __log2() function
51 u_int32_t __log2(u_int32_t);
292 hashp->BSHIFT = __log2(hashp->BSIZE); in init_hash()298 hashp->BSHIFT = __log2(info->bsize); in init_hash()344 l2 = __log2(MAX(nelem, 2)); in init_htab()362 nsegs = 1 << __log2(nsegs); in init_htab()827 spare_ndx = __log2(hashp->MAX_BUCKET + 1); in __expand_table()
169 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
882 _Number __log2 = 0;884 __log2++;887 return __log2;