Home
last modified time | relevance | path

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

/external/libcxx/include/support/win32/
Dlimits_win32.h22 #define __CHAR_BIT__ CHAR_BIT macro
/external/clang/lib/Headers/
Dlimits.h79 #define CHAR_BIT __CHAR_BIT__
/external/libcxx/include/support/ibm/
Dlimits.h95 #define __CHAR_BIT__ 8 macro
/external/elfutils/src/tests/
Drun-dwarf-getmacros.sh43 __CHAR_BIT__ 8
178 __CHAR_BIT__ 8
319 __CHAR_BIT__ 8
/external/clang/test/CXX/drs/
Ddr6xx.cpp56 typedef S<(1ul << __CHAR_BIT__) + 1> S1;
/external/libcxx/include/
Dshared_mutex128 static const unsigned __write_entered_ = 1U << (sizeof(unsigned)*__CHAR_BIT__ - 1);
Dlimits206 …static _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_sig…
D__locale260 const size_t __sr = __CHAR_BIT__ * sizeof(size_t) - 8;
Dalgorithm2840 sizeof(_UI) * __CHAR_BIT__ - 1>::value;
5739 const unsigned __bits = static_cast<unsigned>(sizeof(_Tp) * __CHAR_BIT__ - 1);
5753 const unsigned __bits = static_cast<unsigned>(sizeof(_Tp) * __CHAR_BIT__ - 1);
Dlocale3703 __narrow_to_utf8<sizeof(char_type)*__CHAR_BIT__>()(back_inserter(__ndflt),
3711 __widen_from_utf8<sizeof(char_type)*__CHAR_BIT__>()(back_inserter(__w),
Dmemory1828 ptrdiff_t(ptrdiff_t(1) << (sizeof(ptrdiff_t) * __CHAR_BIT__ - 1)))
3081 template <class _Size, size_t = sizeof(_Size)*__CHAR_BIT__>
Dvalarray700 sizeof(ptrdiff_t) * __CHAR_BIT__ - 1);
Drandom1882 1 + (__m == 0 ? (sizeof(result_type) * __CHAR_BIT__ - 1)/32