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

<<21222324252627282930>>

  /external/libcxx/include/experimental/
functional 304 const std::size_t __count = _VSTD::distance(__f, __l);
308 for ( std::size_t __i = 1; __i < __count; ++__i )
322 const std::size_t __count = _VSTD::distance(__f, __l);
324 if (__count > 0)
326 _VSTD::vector<value_type> __scratch(__count);
329 for ( std::size_t __i = 0; __i <= __count; __i++ )
330 __suffix[__i] = __count - __scratch[__count-1];
335 for ( std::size_t __i = 0; __i < __count; __i++ )
337 const std::size_t __j = __count - __scratch[__i]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/
functional 304 const std::size_t __count = _VSTD::distance(__f, __l);
308 for ( std::size_t __i = 1; __i < __count; ++__i )
322 const std::size_t __count = _VSTD::distance(__f, __l);
324 if (__count > 0)
326 _VSTD::vector<value_type> __scratch(__count);
329 for ( std::size_t __i = 0; __i <= __count; __i++ )
330 __suffix[__i] = __count - __scratch[__count-1];
335 for ( std::size_t __i = 0; __i < __count; __i++ )
337 const std::size_t __j = __count - __scratch[__i]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/experimental/
functional 304 const std::size_t __count = _VSTD::distance(__f, __l);
308 for ( std::size_t __i = 1; __i < __count; ++__i )
322 const std::size_t __count = _VSTD::distance(__f, __l);
324 if (__count > 0)
326 _VSTD::vector<value_type> __scratch(__count);
329 for ( std::size_t __i = 0; __i <= __count; __i++ )
330 __suffix[__i] = __count - __scratch[__count-1];
335 for ( std::size_t __i = 0; __i < __count; __i++ )
337 const std::size_t __j = __count - __scratch[__i]
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/experimental/
functional 304 const std::size_t __count = _VSTD::distance(__f, __l);
308 for ( std::size_t __i = 1; __i < __count; ++__i )
322 const std::size_t __count = _VSTD::distance(__f, __l);
324 if (__count > 0)
326 _VSTD::vector<value_type> __scratch(__count);
329 for ( std::size_t __i = 0; __i <= __count; __i++ )
330 __suffix[__i] = __count - __scratch[__count-1];
335 for ( std::size_t __i = 0; __i < __count; __i++ )
337 const std::size_t __j = __count - __scratch[__i]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
ANSI_X3.110.so 
CP1258.so 
ISO_6937-2.so 
ISO_6937.so 
T.61.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 79 __copy_n(_InputIterator __first, _Size __count,
83 for ( ; __count > 0; --__count)
94 __copy_n(_RAIterator __first, _Size __count,
98 _RAIterator __last = __first + __count;
107 * @param __count The number of elements to copy.
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
127 return __gnu_cxx::__copy_n(__first, __count, __result,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
ANSI_X3.110.so 
CP1258.so 
ISO_6937-2.so 
ISO_6937.so 
T.61.so 
TCVN5712-1.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 79 __copy_n(_InputIterator __first, _Size __count,
83 for ( ; __count > 0; --__count)
94 __copy_n(_RAIterator __first, _Size __count,
98 _RAIterator __last = __first + __count;
107 * @param __count The number of elements to copy.
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
127 return __gnu_cxx::__copy_n(__first, __count, __result,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
algorithm 79 __copy_n(_InputIterator __first, _Size __count,
83 for ( ; __count > 0; --__count)
94 __copy_n(_RAIterator __first, _Size __count,
98 _RAIterator __last = __first + __count;
107 * @param __count The number of elements to copy.
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
127 return __gnu_cxx::__copy_n(__first, __count, __result,
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
algorithm 79 __copy_n(_InputIterator __first, _Size __count,
83 for ( ; __count > 0; --__count)
94 __copy_n(_RAIterator __first, _Size __count,
98 _RAIterator __last = __first + __count;
107 * @param __count The number of elements to copy.
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
127 return __gnu_cxx::__copy_n(__first, __count, __result,
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
algorithm 79 __copy_n(_InputIterator __first, _Size __count,
83 for ( ; __count > 0; --__count)
94 __copy_n(_RAIterator __first, _Size __count,
98 _RAIterator __last = __first + __count;
107 * @param __count The number of elements to copy.
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
127 return __gnu_cxx::__copy_n(__first, __count, __result,
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
algorithm 79 __copy_n(_InputIterator __first, _Size __count,
83 for ( ; __count > 0; --__count)
94 __copy_n(_RAIterator __first, _Size __count,
98 _RAIterator __last = __first + __count;
107 * @param __count The number of elements to copy.
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
127 return __gnu_cxx::__copy_n(__first, __count, __result,
  /external/clang/lib/Headers/
cpuid.h 154 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
156 : "0"(__level), "2"(__count))
166 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
171 : "0"(__level), "2"(__count))
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
cpuid.h 154 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
156 : "0"(__level), "2"(__count))
166 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
171 : "0"(__level), "2"(__count))
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
cpuid.h 154 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
156 : "0"(__level), "2"(__count))
166 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
171 : "0"(__level), "2"(__count))
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
cpuid.h 154 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
156 : "0"(__level), "2"(__count))
166 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
171 : "0"(__level), "2"(__count))

Completed in 514 milliseconds

<<21222324252627282930>>