Searched refs:USHRT_WIDTH (Results 1 – 11 of 11) sorted by relevance
22 static_assert(USHRT_WIDTH < UINT_WIDTH,28 return (__builtin_ctz(x | 1U << USHRT_WIDTH)); in stdc_trailing_zeros_us()
24 static_assert(USHRT_WIDTH < UINT_WIDTH,30 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_leading_ones_us()
24 static_assert(USHRT_WIDTH < UINT_WIDTH,30 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_leading_zeros_us()
24 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_first_leading_one_us()
22 static_assert(USHRT_WIDTH < UINT_WIDTH,
24 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_first_leading_zero_us()
25 static_assert(USHRT_WIDTH < UINT_WIDTH,
49 #ifndef USHRT_WIDTH50 #define USHRT_WIDTH SHRT_WIDTH macro
79 #define USHRT_WIDTH __SHRT_BIT /* number of bits in an unsigned short */ macro
38 #define TYPE_WIDTH USHRT_WIDTH
79 #define USHRT_WIDTH __SHRT_WIDTH__ macro