Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Drotate.h59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotl(_Tp __t, int __cnt) noexcept { in rotl() argument
60 return std::__rotl(__t, __cnt); in rotl()
64 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, int __cnt) noexcept { in rotr() argument
65 return std::__rotr(__t, __cnt); in rotr()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dunseq_backend_simd.h
/freebsd/sys/net/
H A Dnetmap_user.h184 static int __t0, __cnt; \
189 __cnt = 0; \
191 if (__cnt++ < lps) { \
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h270 static int t0, __cnt; \
273 __cnt = 0; \
275 if (__cnt++ < lps) \