Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dwaitpkgintrin.h27 _umwait (unsigned int __control, unsigned long long __counter) in _umwait() argument
30 (unsigned int)(__counter >> 32), (unsigned int)__counter); in _umwait()
34 _tpause (unsigned int __control, unsigned long long __counter) in _tpause() argument
37 (unsigned int)(__counter >> 32), (unsigned int)__counter); in _tpause()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_count_if.h39 iter_difference_t<_Iter> __counter(0); in __count_if_impl()
42 ++__counter; in __count_if_impl()
44 return __counter; in __count_if_impl()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlatch36 ptrdiff_t __counter; // exposition only
H A Dregex4859 int __counter = 0;
4862 ++__counter;
4863 …if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 && __counter / _LIBCPP_REGEX_COMPLEXITY_FACTO…
4929 int __counter = 0;
4932 ++__counter;
4933 …if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 && __counter / _LIBCPP_REGEX_COMPLEXITY_FACTO…
5019 int __counter = 0;
5022 ++__counter;
5023 …if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 && __counter / _LIBCPP_REGEX_COMPLEXITY_FACTO…