HomeSort by relevance Sort by last modified time
    Searched refs:__count (Results 51 - 75 of 75) sorted by null

1 23

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 226 size_type __count = 0; local
232 ++__count;
234 return __count;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 190 extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
libc-lock.h 339 ++((pthread_mutex_t *)(lock))->__data.__count;
342 --((pthread_mutex_t *)(lock))->__data.__count;
  /external/icu4c/common/unicode/
utf_old.h 353 uint8_t __count=UTF8_COUNT_TRAIL_BYTES(c); \
354 UTF8_MASK_LEAD_BYTE(c, __count); \
355 switch(__count) { \
442 uint8_t __b, __count=1, __shift=6; \
449 UTF8_MASK_LEAD_BYTE(__b, __count); \
454 ++__count; \
    [all...]
  /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...]
_algo.h 127 // search_n. Search for __count consecutive copies of __val.
130 _Integer __count, const _Tp& __val);
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
  /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...]
_algo.h 127 // search_n. Search for __count consecutive copies of __val.
130 _Integer __count, const _Tp& __val);
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
  /prebuilt/ndk/android-ndk-r5/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...]
_algo.h 127 // search_n. Search for __count consecutive copies of __val.
130 _Integer __count, const _Tp& __val);
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
  /prebuilt/ndk/android-ndk-r6/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...]
_algo.h 127 // search_n. Search for __count consecutive copies of __val.
130 _Integer __count, const _Tp& __val);
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
  /external/elfutils/libelf/
gelf.h 144 extern size_t gelf_fsize (Elf *__elf, Elf_Type __type, size_t __count,
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /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...]
  /external/kernel-headers/original/linux/
sched.h 514 atomic_t __count; /* reference count */ member in struct:user_struct
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h     [all...]
wchar.h 80 int __count; member in struct:__anon21464
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 593 size_t __count = __r->_M_ref_count;
595 if (__count > 1)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 593 size_t __count = __r->_M_ref_count;
595 if (__count > 1)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 593 size_t __count = __r->_M_ref_count;
595 if (__count > 1)
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 4886 int __count; member in struct:__anon12961
    [all...]

Completed in 1425 milliseconds

1 23