Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h85 static const unsigned int h01 = 0x01010101; in __builtin_popcount() local
93 return (x * h01) >> 24; in __builtin_popcount()
110 static const unsigned long long h01 = 0x0101010101010101; in __builtin_popcountll() local
118 return static_cast<int>((x * h01) >> 56); in __builtin_popcountll()