Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__bit/
H A Drotate.h25 _Tp __rotr(_Tp __t, unsigned int __cnt) _NOEXCEPT in __rotr()
37 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotl(_Tp __t, unsigned int __cnt) noexcept { in rotl()
45 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, unsigned int __cnt) noexcept { in rotr()