Home
last modified time | relevance | path

Searched refs:UCHAR_WIDTH (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/stdbit/
H A Dstdc_trailing_zeros.c12 static_assert(UCHAR_WIDTH < UINT_WIDTH,
18 return (__builtin_ctz(x | 1U << UCHAR_WIDTH)); in stdc_trailing_zeros_uc()
H A Dstdc_leading_ones.c12 static_assert(UCHAR_WIDTH < UINT_WIDTH,
18 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_leading_ones_uc()
H A Dstdc_leading_zeros.c12 static_assert(UCHAR_WIDTH < UINT_WIDTH,
18 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_leading_zeros_uc()
H A Dstdc_first_leading_one.c13 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_first_leading_one_uc()
H A Dstdc_trailing_ones.c12 static_assert(UCHAR_WIDTH < UINT_WIDTH,
H A Dstdc_first_leading_zero.c13 const int offset = UINT_WIDTH - UCHAR_WIDTH; in stdc_first_leading_zero_uc()
H A Dstdc_bit_ceil.c12 static_assert(UCHAR_WIDTH < UINT_WIDTH,
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlimits-macros.h37 #ifndef UCHAR_WIDTH
38 #define UCHAR_WIDTH CHAR_BIT macro
/freebsd/sys/sys/
H A Dlimits.h76 #define UCHAR_WIDTH __CHAR_BIT /* number of bits in an unsigned char */ macro
/freebsd/lib/libc/tests/stdbit/
H A Dstdbit-test-framework.c30 #define TYPE_WIDTH UCHAR_WIDTH
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h78 #define UCHAR_WIDTH CHAR_BIT macro