Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h96 Popcount32(uint32_t x) noexcept { in Popcount32() function
129 return sizeof(x) <= sizeof(uint32_t) ? Popcount32(x) : Popcount64(x); in Popcount()