HomeSort by relevance Sort by last modified time
    Searched refs:__length (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 88 hash(const char* __first, size_t __length)
91 for (; __length > 0; --__length)
101 hash(const char* __first, size_t __length)
104 for (; __length > 0; --__length)
117 hash(const char* __first, size_t __length)
121 for (; __length > 0; --__length)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 88 hash(const char* __first, size_t __length)
91 for (; __length > 0; --__length)
101 hash(const char* __first, size_t __length)
104 for (; __length > 0; --__length)
117 hash(const char* __first, size_t __length)
121 for (; __length > 0; --__length)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 88 hash(const char* __first, size_t __length)
91 for (; __length > 0; --__length)
101 hash(const char* __first, size_t __length)
104 for (; __length > 0; --__length)
117 hash(const char* __first, size_t __length)
121 for (; __length > 0; --__length)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
functional_hash.h 88 hash(const char* __first, size_t __length)
91 for (; __length > 0; --__length)
101 hash(const char* __first, size_t __length)
104 for (; __length > 0; --__length)
117 hash(const char* __first, size_t __length)
121 for (; __length > 0; --__length)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
  /external/chromium_org/native_client_sdk/src/libraries/xray/
demangle.c 14 size_t* __length, int* __status);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 53 __CRT_INLINE int ftruncate(int __fd, off32_t __length)
55 return _chsize (__fd, __length);
64 __CRT_INLINE int ftruncate(int __fd, _off_t __length)
66 return _chsize (__fd, __length);

Completed in 266 milliseconds

1 2 3 4