Home
last modified time | relevance | path

Searched defs:countr_zero (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dbit.h81 countr_zero(T value) { in countr_zero() function
87 countr_zero(T value) { in countr_zero() function
107 ADD_SPECIALIZATION(countr_zero, unsigned short, __builtin_ctzs) in ADD_SPECIALIZATION() argument
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dcountr.h67 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int countr_zero(_Tp __t) noexcept { in countr_zero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h157 template <typename T> [[nodiscard]] int countr_zero(T Val) { in countr_zero() function
H A DAPInt.h1639 unsigned countr_zero() const { in countr_zero() function