Searched refs:h01 (Results 1 – 1 of 1) sorted by relevance
85 static const unsigned int h01 = 0x01010101; in __builtin_popcount() local93 return (x * h01) >> 24; in __builtin_popcount()110 static const unsigned long long h01 = 0x0101010101010101; in __builtin_popcountll() local118 return static_cast<int>((x * h01) >> 56); in __builtin_popcountll()