Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__bit/
H A Dcountr.h27 int __libcpp_ctz(unsigned __x) _NOEXCEPT { return __builtin_ctz(__x); } in __libcpp_ctz() function
30 int __libcpp_ctz(unsigned long __x) _NOEXCEPT { return __builtin_ctzl(__x); } in __libcpp_ctz() function
33 int __libcpp_ctz(unsigned long long __x) _NOEXCEPT { return __builtin_ctzll(__x); } in __libcpp_ctz() function