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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/
sym-expr.s 6 .global __start
7 .ent __start
8 __start: label
11 jal __start + 0x4 # CHECK: instruction: [jal, Imm<__start+4>]
12 jal __start + (-0x10) # CHECK: instruction: [jal, Imm<__start-16>]
13 jal (__start + (-0x10)) # CHECK: instruction: [jal, Imm<__start-16>]
14 .end __start
    [all...]
  /external/clang/test/CodeGen/
2002-09-19-StarInLabel.c 5 extern void __start() __asm__("__start");
8 void __start() {} function
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
crtbegin_dynamic.o 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
crtbegin_dynamic.o 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
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...]
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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
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...]
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));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
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...]
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));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
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...]
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));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
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...]
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));
  /development/ndk/platforms/android-21/arch-mips64/src/
crtbegin.c 66 " .type __start,@function \n"
67 " .globl __start \n"
70 " .ent __start \n"
71 "__start: \n"
90 " .end __start \n"
109 " .type __start,@function \n"
110 " .globl __start \n"
113 " .ent __start \n"
114 "__start: \n"
133 " .end __start \n
    [all...]
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
crtbegin_dynamic.o 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
crtbegin_dynamic.o 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr2/
crtbegin_dynamic.o 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr6/
crtbegin_dynamic.o 
  /external/valgrind/none/tests/s390x/
srst.c 11 static char * srst3(char *__next, char *__start, char __what, int *__cc)
15 register char *start asm ("4") = __start;
27 static char * srst2(char *__start, char __what, int *__cc)
30 register char *start asm ("4") = __start;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/lib/
crtbegin_dynamic.o 

Completed in 2999 milliseconds

1 2 3 4 5 6 7 8 91011>>