HomeSort by relevance Sort by last modified time
    Searched full:__count (Results 576 - 600 of 909) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r13/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/arm-neon-tests/
compute_ref.gccarm-rvct 
  /bionic/libc/include/
unistd.h 157 ssize_t read(int __fd, void* __buf, size_t __count) __overloadable
159 ssize_t write(int __fd, const void* __buf, size_t __count) __overloadable
178 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
180 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
185 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
187 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
193 ssize_t pread64(int __fd, void* __buf, size_t __count, off64_t __offset)
195 ssize_t pwrite64(int __fd, const void* __buf, size_t __count, off64_t __offset)
  /prebuilts/ndk/r10/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...]
_algobase.h 377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
379 for ( ; __count > 0; --__count) {
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
391 _RAIter __last = __first + __count;
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
401 return _STLP_PRIV __copy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter));
  /prebuilts/ndk/r11/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...]
_algobase.h 377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
379 for ( ; __count > 0; --__count) {
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
391 _RAIter __last = __first + __count;
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
401 return _STLP_PRIV __copy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter));
  /prebuilts/ndk/r13/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...]
_algobase.h 377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
379 for ( ; __count > 0; --__count) {
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
391 _RAIter __last = __first + __count;
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
401 return _STLP_PRIV __copy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIter));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
multimap.h 295 size_type __count = 0; local
301 ++__count;
303 return __count;
multiset.h 280 size_type __count = 0; local
286 ++__count;
288 return __count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 369 * @param __count Number of (virtual) copies.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
multimap.h 270 size_type __count = 0; local
275 ++__count;
277 return __count;
multiset.h 253 size_type __count = 0; local
258 ++__count;
260 return __count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 271 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
276 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
285 size_t __count, unsigned int __flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 286 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
294 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
303 size_t __count, unsigned int __flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
multimap.h 295 size_type __count = 0; local
301 ++__count;
303 return __count;
multiset.h 280 size_type __count = 0; local
286 ++__count;
288 return __count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 369 * @param __count Number of (virtual) copies.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
multimap.h 270 size_type __count = 0; local
275 ++__count;
277 return __count;
multiset.h 253 size_type __count = 0; local
258 ++__count;
260 return __count;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
multimap.h 295 size_type __count = 0; local
301 ++__count;
303 return __count;
multiset.h 280 size_type __count = 0; local
286 ++__count;
288 return __count;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
base.h 369 * @param __count Number of (virtual) copies.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
multimap.h 270 size_type __count = 0; local
275 ++__count;
277 return __count;

Completed in 323 milliseconds

<<21222324252627282930>>