Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_map_to_unordered_map.h42 for (int __bit_count = sizeof(std::size_t) - 1; __bit_count >= 0; in __log2() local
43 -- __bit_count) in __log2()
44 if ((2 << __bit_count) & __size) in __log2()
45 return __bit_count; in __log2()