HomeSort by relevance Sort by last modified time
    Searched refs:__count (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 238 _Atomic_word __count; local
241 __count = _M_use_count;
242 if (__count == 0)
248 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
249 __count + 1));
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1025 _M_refcount._M_swap(__count);
    [all...]
stl_algo.h 362 _Integer __count, const _Tp& __val,
369 __n = __count;
394 _Integer __count, const _Tp& __val,
402 const _DistanceType __pattSize = __count;
448 _Integer __count, const _Tp& __val,
457 __n = __count;
487 _Integer __count, const _Tp& __val,
495 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 238 _Atomic_word __count; local
241 __count = _M_use_count;
242 if (__count == 0)
248 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
249 __count + 1));
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1025 _M_refcount._M_swap(__count);
    [all...]
stl_algo.h 362 _Integer __count, const _Tp& __val,
369 __n = __count;
394 _Integer __count, const _Tp& __val,
402 const _DistanceType __pattSize = __count;
448 _Integer __count, const _Tp& __val,
457 __n = __count;
487 _Integer __count, const _Tp& __val,
495 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 239 _Atomic_word __count; local
242 __count = _M_use_count;
243 if (__count == 0)
249 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
250 __count + 1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 239 _Atomic_word __count; local
242 __count = _M_use_count;
243 if (__count == 0)
249 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
250 __count + 1));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 239 _Atomic_word __count; local
242 __count = _M_use_count;
243 if (__count == 0)
249 while (!__sync_bool_compare_and_swap(&_M_use_count, __count,
250 __count + 1));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 239 _Atomic_word __count = _M_use_count; local
242 if (__count == 0)
247 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
1040 _M_refcount._M_swap(__count);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 339 ++((pthread_mutex_t *)(lock))->__data.__count;
342 --((pthread_mutex_t *)(lock))->__data.__count;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 339 ++((pthread_mutex_t *)(lock))->__data.__count;
342 --((pthread_mutex_t *)(lock))->__data.__count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 339 ++((pthread_mutex_t *)(lock))->__data.__count;
342 --((pthread_mutex_t *)(lock))->__data.__count;
  /external/stlport/stlport/stl/
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
159 const _Distance __pattSize = __count;
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
225 _Integer __n = __count - 1;
244 // search_n. Search for __count consecutive copies of __val.
247 _Integer __count, const _Tp& __val) {
249 if (__count <= 0)
251 if (__count == 1)
252 //We use find when __count == 1 to use potential find overload.
254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
159 const _Distance __pattSize = __count;
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
225 _Integer __n = __count - 1;
244 // search_n. Search for __count consecutive copies of __val.
247 _Integer __count, const _Tp& __val) {
249 if (__count <= 0)
251 if (__count == 1)
252 //We use find when __count == 1 to use potential find overload.
254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
159 const _Distance __pattSize = __count;
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
225 _Integer __n = __count - 1;
244 // search_n. Search for __count consecutive copies of __val.
247 _Integer __count, const _Tp& __val) {
249 if (__count <= 0)
251 if (__count == 1)
252 //We use find when __count == 1 to use potential find overload.
254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
159 const _Distance __pattSize = __count;
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
225 _Integer __n = __count - 1;
244 // search_n. Search for __count consecutive copies of __val.
247 _Integer __count, const _Tp& __val) {
249 if (__count <= 0)
251 if (__count == 1)
252 //We use find when __count == 1 to use potential find overload.
254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
159 const _Distance __pattSize = __count;
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
225 _Integer __n = __count - 1;
244 // search_n. Search for __count consecutive copies of __val.
247 _Integer __count, const _Tp& __val) {
249 if (__count <= 0)
251 if (__count == 1)
252 //We use find when __count == 1 to use potential find overload.
254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
159 const _Distance __pattSize = __count;
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
225 _Integer __n = __count - 1;
244 // search_n. Search for __count consecutive copies of __val.
247 _Integer __count, const _Tp& __val) {
249 if (__count <= 0)
251 if (__count == 1)
252 //We use find when __count == 1 to use potential find overload.
254 return _STLP_PRIV __search_n(__first, __last, __count, __val, equal_to<_Tp>()
    [all...]
  /external/elfutils/libelf/
gelf.h 177 extern size_t gelf_fsize (Elf *__elf, Elf_Type __type, size_t __count,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 240 _Atomic_word __count = _M_use_count; local
243 if (__count == 0)
248 while (!__atomic_compare_exchange_n(&_M_use_count, &__count, __count + 1,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 377 _Integer __count, const _Tp& __val,
384 __n = __count;
409 _Integer __count, const _Tp& __val,
417 const _DistanceType __pattSize = __count;
463 _Integer __count, const _Tp& __val,
472 __n = __count;
502 _Integer __count, const _Tp& __val,
510 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 362 _Integer __count, const _Tp& __val,
369 __n = __count;
394 _Integer __count, const _Tp& __val,
402 const _DistanceType __pattSize = __count;
448 _Integer __count, const _Tp& __val,
457 __n = __count;
487 _Integer __count, const _Tp& __val,
495 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 377 _Integer __count, const _Tp& __val,
384 __n = __count;
409 _Integer __count, const _Tp& __val,
417 const _DistanceType __pattSize = __count;
463 _Integer __count, const _Tp& __val,
472 __n = __count;
502 _Integer __count, const _Tp& __val,
510 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 377 _Integer __count, const _Tp& __val,
384 __n = __count;
409 _Integer __count, const _Tp& __val,
417 const _DistanceType __pattSize = __count;
463 _Integer __count, const _Tp& __val,
472 __n = __count;
502 _Integer __count, const _Tp& __val,
510 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 377 _Integer __count, const _Tp& __val,
384 __n = __count;
409 _Integer __count, const _Tp& __val,
417 const _DistanceType __pattSize = __count;
463 _Integer __count, const _Tp& __val,
472 __n = __count;
502 _Integer __count, const _Tp& __val,
510 const _DistanceType __pattSize = __count;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 377 _Integer __count, const _Tp& __val,
384 __n = __count;
409 _Integer __count, const _Tp& __val,
417 const _DistanceType __pattSize = __count;
463 _Integer __count, const _Tp& __val,
472 __n = __count;
502 _Integer __count, const _Tp& __val,
510 const _DistanceType __pattSize = __count;
    [all...]

Completed in 576 milliseconds

1 2 3 45 6 7