Home
last modified time | relevance | path

Searched refs:__libcpp_blsr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__bit/
H A Dblsr.h20 inline _LIBCPP_HIDE_FROM_ABI unsigned __libcpp_blsr(unsigned __x) _NOEXCEPT { return __x ^ (__x & -… in __libcpp_blsr() function
22 inline _LIBCPP_HIDE_FROM_ABI unsigned long __libcpp_blsr(unsigned long __x) _NOEXCEPT { return __x … in __libcpp_blsr() function
24 inline _LIBCPP_HIDE_FROM_ABI unsigned long long __libcpp_blsr(unsigned long long __x) _NOEXCEPT { in __libcpp_blsr() function
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dblsr.h20 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __libcpp_blsr(unsigned __x) _NOEXCEPT { in __libcpp_blsr() function
24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __libcpp_blsr(unsigned long __x) _NOEXCEPT { in __libcpp_blsr() function
28 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __libcpp_blsr(unsigned long long __x) _NOEXCEPT { in __libcpp_blsr() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h363 __left_bitset = std::__libcpp_blsr(__left_bitset); in __swap_bitmap_pos()
365 __right_bitset = std::__libcpp_blsr(__right_bitset); in __swap_bitmap_pos()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dsort.h395 __left_bitset = __libcpp_blsr(__left_bitset);
397 __right_bitset = __libcpp_blsr(__right_bitset);