Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
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()
/external/python/cpython2/Lib/compiler/
Dsymbols.py184 __counter = 1 variable in GenExprScope
187 i = self.__counter
188 self.__counter += 1
199 __counter = 1 variable in LambdaScope
202 i = self.__counter
203 self.__counter += 1
/external/elfutils/tests/
Drun-dwarf-getstring.sh75 __counter
/external/llvm-project/libcxx/include/
Dlatch36 ptrdiff_t __counter; // exposition only
Dregex5697 int __counter = 0;
5701 ++__counter;
5702 if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 &&
5703 __counter / _LIBCPP_REGEX_COMPLEXITY_FACTOR >= __length)
5778 int __counter = 0;
5782 ++__counter;
5783 if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 &&
5784 __counter / _LIBCPP_REGEX_COMPLEXITY_FACTOR >= __length)
5881 int __counter = 0;
5885 ++__counter;
[all …]
/external/python/cpython2/Doc/library/
Dweakref.rst311 self.__counter = 0
321 self.__counter += 1
322 ob = (ob, self.__counter)
/external/python/cpython3/Doc/library/
Dweakref.rst386 self.__counter = 0
396 self.__counter += 1
397 ob = (ob, self.__counter)
/external/libcxx/include/
Dregex5593 int __counter = 0;
5597 ++__counter;
5598 if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 &&
5599 __counter / _LIBCPP_REGEX_COMPLEXITY_FACTOR >= __length)
5674 int __counter = 0;
5678 ++__counter;
5679 if (__counter % _LIBCPP_REGEX_COMPLEXITY_FACTOR == 0 &&
5680 __counter / _LIBCPP_REGEX_COMPLEXITY_FACTOR >= __length)
5777 int __counter = 0;
5781 ++__counter;
[all …]