Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__random/
H A Dgenerate_canonical.h34 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()
H A Dlog2.h53 struct __log2 {
H A Duniform_int_distribution.h58 static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::value;
H A Dindependent_bits_engine.h65 …static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::valu…
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h60 #define __log2 __kdb2_log2 macro
94 u_int32_t __log2 __P((u_int32_t));
H A Dhash.c313 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()
H A Dhash.h159 ? hashp->hdr.spares[__log2((B)+1)-1] : 0))
H A Dhash_page.c1167 ret_val += hashp->hdr.spares[__log2(n + 1) - 1]; in bucket_to_page()
/src/lib/libc/db/hash/
H A Dhash_log2.c41 __log2(u_int32_t num) in __log2() function
H A Dextern.h51 u_int32_t __log2(u_int32_t);
H A Dhash.c292 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()
H A Dhash.h169 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h882 _Number __log2 = 0;
884 __log2++;
887 return __log2;