HomeSort by relevance Sort by last modified time
    Searched defs:__count (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_algos.h 53 typename _Container::size_type __count = 0; local
59 if (__count >= __n)
70 ++__count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h 46 typename _Container::size_type __count = 0; local
52 if (__count >= __n)
63 ++__count;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_algos.h 46 typename _Container::size_type __count = 0; local
52 if (__count >= __n)
63 ++__count;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_algos.h 53 typename _Container::size_type __count = 0; local
59 if (__count >= __n)
70 ++__count;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_algos.h 46 typename _Container::size_type __count = 0; local
52 if (__count >= __n)
63 ++__count;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_algos.h 53 typename _Container::size_type __count = 0; local
59 if (__count >= __n)
70 ++__count;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_algos.h 46 typename _Container::size_type __count = 0; local
52 if (__count >= __n)
63 ++__count;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_algos.h 46 typename _Container::size_type __count = 0; local
52 if (__count >= __n)
63 ++__count;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 46 typename _Container::size_type __count = 0; local
52 if (__count >= __n)
63 ++__count;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 224 _Atomic_word __count; local
227 __count = _M_use_count;
228 if (__count == 0)
234 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
235 __count + 1));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 224 _Atomic_word __count; local
227 __count = _M_use_count;
228 if (__count == 0)
234 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
235 __count + 1));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 224 _Atomic_word __count; local
227 __count = _M_use_count;
228 if (__count == 0)
234 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
235 __count + 1));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
boost_sp_counted_base.h 224 _Atomic_word __count; local
227 __count = _M_use_count;
228 if (__count == 0)
234 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
235 __count + 1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 85 int __count; member in struct:__anon46468
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 85 int __count; member in struct:__anon48204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__symmetric_difference_func
179 __count(_IIter __a, _IIter __b, function in struct:__gnu_parallel::__difference_func
246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__intersection_func
314 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__union_func
435 __op.__count(__block_begin.first, __block_end.first,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
set_operations.h 106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__symmetric_difference_func
179 __count(_IIter __a, _IIter __b, function in struct:__gnu_parallel::__difference_func
246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__intersection_func
314 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__union_func
435 __op.__count(__block_begin.first, __block_end.first,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 228 size_type __count = 0; local
233 ++__count;
235 return __count;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 228 size_type __count = 0; local
233 ++__count;
235 return __count;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
set_operations.h 106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__symmetric_difference_func
179 __count(_IIter __a, _IIter __b, function in struct:__gnu_parallel::__difference_func
246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__intersection_func
314 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__union_func
435 __op.__count(__block_begin.first, __block_end.first,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__symmetric_difference_func
179 __count(_IIter __a, _IIter __b, function in struct:__gnu_parallel::__difference_func
246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__intersection_func
314 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const function in struct:__gnu_parallel::__union_func
435 __op.__count(__block_begin.first, __block_end.first,
  /external/stlport/src/
facets_byname.cpp 410 size_t __count = 0; local
418 __count += chars_read;
421 return int(__count);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 410 size_t __count = 0; local
418 __count += chars_read;
421 return int(__count);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
pthreadtypes.h 81 unsigned int __count; member in struct:__anon45592::__pthread_mutex_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
multimap.h 276 size_type __count = 0; local
282 ++__count;
284 return __count;

Completed in 1020 milliseconds

1 2 3 4