Searched refs:UCHAR_WIDTH (Results 1 – 11 of 11) sorted by relevance
12 static_assert(UCHAR_WIDTH < UINT_WIDTH,18 return (__builtin_ctz(x | 1U << UCHAR_WIDTH)); in stdc_trailing_zeros_uc()
12 static_assert(UCHAR_WIDTH < UINT_WIDTH,18 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_leading_ones_uc()
12 static_assert(UCHAR_WIDTH < UINT_WIDTH,18 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_leading_zeros_uc()
13 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_first_leading_one_uc()
12 static_assert(UCHAR_WIDTH < UINT_WIDTH,
13 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_first_leading_zero_uc()
37 #ifndef UCHAR_WIDTH38 #define UCHAR_WIDTH CHAR_BIT macro
76 #define UCHAR_WIDTH __CHAR_BIT /* number of bits in an unsigned char */ macro
30 #define TYPE_WIDTH UCHAR_WIDTH
78 #define UCHAR_WIDTH CHAR_BIT macro