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

  /external/clang/test/CodeGen/
2002-09-19-StarInLabel.c 5 extern void __start() __asm__("__start");
8 void __start() {} function
  /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;
  /prebuilt/ndk/android-ndk-r5/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;
  /prebuilt/ndk/android-ndk-r6/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;
  /prebuilt/ndk/android-ndk-r7/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;
  /prebuilt/linux-x86/toolchain/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;
  /prebuilt/ndk/android-ndk-r5/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;
  /prebuilt/ndk/android-ndk-r6/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;
  /prebuilt/ndk/android-ndk-r7/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;

Completed in 642 milliseconds