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

/external/libcxx/include/support/win32/
H A Dsupport.h85 static const unsigned int h01 = 0x01010101; local
93 return (x * h01) >> 24;
110 static const unsigned long long h01 = 0x0101010101010101; local
118 return static_cast<int>((x * h01) >> 56);

Completed in 164 milliseconds