Searched refs:ceil_log2 (Results 1 – 5 of 5) sorted by relevance
179 extern int ceil_log2 (unsigned HOST_WIDE_INT);243 ceil_log2 (unsigned HOST_WIDE_INT x) in ceil_log2() function
16 uint32_t ceil_log2(uint64_t x);
7 uint32_t ceil_log2(uint64_t x) { in ceil_log2() function
59 const uint32_t bit_count = util::ceil_log2(size + 1); in update()