HomeSort by relevance Sort by last modified time
    Searched defs:__start (Results 1 - 25 of 25) sorted by null

  /bionic/linker/arch/mips/
begin.S 31 .type __start,@function
33 .ent __start
34 .globl __start
35 __start: label
102 .end __start
  /external/clang/test/CodeGen/
2002-09-19-StarInLabel.c 5 extern void __start() __asm__("__start");
8 void __start() {} function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
par_loop.h 97 __start = __equally_split_point(__length, __num_threads, __iam), local
100 if (__start < __stop)
102 __reduct = new _Result(__f(__o, __begin + __start));
103 ++__start;
109 for (; __start < __stop; ++__start)
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start));
search.h 128 _DifferenceType __start = __splitters[__iam], local
134 while (__start <= __stop && !__found_pattern)
139 if (__result < __start)
141 while (__pred(__begin1[__start + __pos_in_pattern],
149 __result = std::min(__result, __start);
157 __start += (__pos_in_pattern - __advances[__pos_in_pattern]);
find.h 125 _DifferenceType __start = __borders[__iam], local
128 _RAIter1 __i1 = __begin1 + __start;
129 _RAIter2 __i2 = __begin2 + __start;
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
232 _DifferenceType __start = __fetch_and_add<_DifferenceType> local
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
245 if (__result < __start)
252 (__begin1 + __start, __begin1 + __stop,
253 __begin2 + __start, __pred)
358 _DifferenceType __start = __iteration_start + __iam * __block_size; local
    [all...]
random_shuffle.h 203 _DifferenceType __start = __sd->_M_starts[__iam]; local
213 _ValueType(*(__source + __i + __start));
366 __start = 0; local
371 __starts[__i] = __start;
372 __start += (__i < __split
387 __starts[__num_threads] = __start;
  /external/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 81 difference_type __i, __start = 0; local
91 for (__i = __start; __i < __n; ++__i) {
97 if (__i == __start) ++__start;
108 if (__i == __start) ++__start;
115 if (__i == __start) ++ __start;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 193 iterator __start = __new_start; local
196 *__start = *__first;
197 ++__start; ++__first;
199 *__start = __x;
200 ++__start;
203 *__start = *__first;
204 ++__start; ++__first;
210 this->_M_finish = __start;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 181 iterator __start = __new_start; local
184 *__start = *__first;
185 ++__start; ++__first;
187 *__start = __x;
188 ++__start;
191 *__start = *__first;
192 ++__start; ++__first;
198 this->_M_finish = __start;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 181 iterator __start = __new_start; local
184 *__start = *__first;
185 ++__start; ++__first;
187 *__start = __x;
188 ++__start;
191 *__start = *__first;
192 ++__start; ++__first;
198 this->_M_finish = __start;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 193 iterator __start = __new_start; local
196 *__start = *__first;
197 ++__start; ++__first;
199 *__start = __x;
200 ++__start;
203 *__start = *__first;
204 ++__start; ++__first;
210 this->_M_finish = __start;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 193 iterator __start = __new_start; local
196 *__start = *__first;
197 ++__start; ++__first;
199 *__start = __x;
200 ++__start;
203 *__start = *__first;
204 ++__start; ++__first;
210 this->_M_finish = __start;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 193 iterator __start = __new_start; local
196 *__start = *__first;
197 ++__start; ++__first;
199 *__start = __x;
200 ++__start;
203 *__start = *__first;
204 ++__start; ++__first;
210 this->_M_finish = __start;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
bitmap_allocator.h 193 iterator __start = __new_start; local
196 *__start = *__first;
197 ++__start; ++__first;
199 *__start = __x;
200 ++__start;
203 *__start = *__first;
204 ++__start; ++__first;
210 this->_M_finish = __start;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 181 iterator __start = __new_start; local
184 *__start = *__first;
185 ++__start; ++__first;
187 *__start = __x;
188 ++__start;
191 *__start = *__first;
192 ++__start; ++__first;
198 this->_M_finish = __start;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 180 iterator __start = __new_start; local
183 *__start = *__first;
184 ++__start; ++__first;
186 *__start = __x;
187 ++__start;
190 *__start = *__first;
191 ++__start; ++__first;
197 this->_M_finish = __start;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 181 iterator __start = __new_start; local
184 *__start = *__first;
185 ++__start; ++__first;
187 *__start = __x;
188 ++__start;
191 *__start = *__first;
192 ++__start; ++__first;
198 this->_M_finish = __start;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 180 iterator __start = __new_start; local
183 *__start = *__first;
184 ++__start; ++__first;
186 *__start = __x;
187 ++__start;
190 *__start = *__first;
191 ++__start; ++__first;
197 this->_M_finish = __start;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
bitmap_allocator.h 179 iterator __start = __new_start; local
182 *__start = *__first;
183 ++__start; ++__first;
185 *__start = __x;
186 ++__start;
189 *__start = *__first;
190 ++__start; ++__first;
196 this->_M_finish = __start;

Completed in 1302 milliseconds