Searched refs:__counter (Results 1 – 4 of 4) sorted by relevance
27 _umwait (unsigned int __control, unsigned long long __counter) in _umwait() argument30 (unsigned int)(__counter >> 32), (unsigned int)__counter); in _umwait()34 _tpause (unsigned int __control, unsigned long long __counter) in _tpause() argument37 (unsigned int)(__counter >> 32), (unsigned int)__counter); in _tpause()
39 iter_difference_t<_Iter> __counter(0); in __count_if_impl()42 ++__counter; in __count_if_impl()44 return __counter; in __count_if_impl()
36 ptrdiff_t __counter; // exposition only
4859 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…