Searched refs:__log2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/lib/libc/db/hash/
H A Dhash_log2.c45 __log2(u_int32_t num) function
H A Dextern.h52 u_int32_t __log2(u_int32_t);
H A Dhash.h170 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
H A Dhash.c297 hashp->BSHIFT = __log2(hashp->BSIZE);
303 hashp->BSHIFT = __log2(info->bsize);
349 l2 = __log2(MAX(nelem, 2));
367 nsegs = 1 << __log2(nsegs);
821 spare_ndx = __log2(hashp->MAX_BUCKET + 1);
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-tlb.c56 extern __uint32_t __log2(__uint32_t);
287 if ( (__log2(size) & 1 ) == 0) {
290 if ((vaddr >> __log2(size) & 1)) {

Completed in 59 milliseconds