Searched refs:__log2 (Results 1 – 6 of 6) sorted by relevance
40 __log2(std::size_t __size) in __log2() function52 * static_cast<float>(__log2(__size))); } in __map_insert_cost()57 * static_cast<float>(__log2(__size))); } in __map_erase_cost()62 * static_cast<float>(__log2(__size))); } in __map_find_cost()
42 __log2(uint32_t num) in __log2() function
295 hashp->BSHIFT = __log2(hashp->BSIZE); in init_hash()301 hashp->BSHIFT = __log2(info->bsize); in init_hash()347 l2 = __log2(MAX(nelem, 2)); in init_htab()365 nsegs = 1 << __log2(nsegs); in init_htab()820 spare_ndx = __log2(hashp->MAX_BUCKET + 1); in __expand_table()
52 uint32_t __log2(uint32_t);
171 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)