Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdbit/
H A Dstdc_trailing_zeros.c22 static_assert(USHRT_WIDTH < UINT_WIDTH,
28 return (__builtin_ctz(x | 1U << USHRT_WIDTH)); in stdc_trailing_zeros_us()
H A Dstdc_leading_ones.c24 static_assert(USHRT_WIDTH < UINT_WIDTH,
30 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_leading_ones_us()
H A Dstdc_leading_zeros.c24 static_assert(USHRT_WIDTH < UINT_WIDTH,
30 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_leading_zeros_us()
H A Dstdc_first_leading_one.c24 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_first_leading_one_us()
H A Dstdc_trailing_ones.c22 static_assert(USHRT_WIDTH < UINT_WIDTH,
H A Dstdc_first_leading_zero.c24 const int offset = UINT_WIDTH - USHRT_WIDTH; in stdc_first_leading_zero_us()
H A Dstdc_bit_ceil.c25 static_assert(USHRT_WIDTH < UINT_WIDTH,
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlimits-macros.h49 #ifndef USHRT_WIDTH
50 #define USHRT_WIDTH SHRT_WIDTH macro
/freebsd/sys/sys/
H A Dlimits.h79 #define USHRT_WIDTH __SHRT_BIT /* number of bits in an unsigned short */ macro
/freebsd/lib/libc/tests/stdbit/
H A Dstdbit-test-framework.c38 #define TYPE_WIDTH USHRT_WIDTH
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h79 #define USHRT_WIDTH __SHRT_WIDTH__ macro