Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_perfmon.c53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS]; member
57 ((cpusetp)->__bits[(cpu)/__NCPUBITS] |= (1UL << ((cpu) % __NCPUBITS)))
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h509 unsigned int __bits[4]; member
/external/libcxx/include/
Dalgorithm5718 const unsigned __bits = static_cast<unsigned>(sizeof(_Tp) * __CHAR_BIT__ - 1);
5719 __n &= __bits;
5720 …_cast<_Tp>((__t << __n) | (static_cast<typename make_unsigned<_Tp>::type>(__t) >> (__bits - __n)));
5732 const unsigned __bits = static_cast<unsigned>(sizeof(_Tp) * __CHAR_BIT__ - 1);
5733 __n &= __bits;
5734 …return static_cast<_Tp>((__t << (__bits - __n)) | (static_cast<typename make_unsigned<_Tp>::type>(…
Drandom3632 template<class _RealType, size_t __bits, class _URNG>
3637 const size_t __b = _Dt < __bits ? _Dt : __bits;