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

1 2 3 4 5 6 7 8 91011>>

  /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/
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));
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]);
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
crtbegin_dynamic.o 
  /external/valgrind/main/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-14/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /bionic/libc/arch-mips/bionic/
crtbegin.c 64 " .type __start,@function \n"
65 " .globl __start \n"
68 " .ent __start \n"
69 "__start: \n"
88 " .end __start \n"
  /bionic/linker/arch/mips/
begin.S 31 .type __start,@function
33 .ent __start
34 .globl __start
35 __start: label
102 .end __start
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin.c 82 " .type __start,@function \n"
83 " .globl __start \n"
86 " .ent __start \n"
87 "__start: \n"
106 " .end __start \n"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
valarray.cpp 19 gslice::__init(size_t __start)
29 __1d_[__k] = __start;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_compat.h 45 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
47 __start; })
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_compat.h 45 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
47 __start; })
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_compat.h 45 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
47 __start; })
  /external/clang/test/Driver/
openbsd.c 4 // CHECK-LD: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o"
9 // CHECK-PG: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}gcrt0.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "-lpthread_p" "-lc_p" "-lgcc" "{{.*}}crtend.o"
21 // CHECK-LD-R: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "-L{{.*}}" "-r" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o"
23 // CHECK-LD-S: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "-L{{.*}}" "-s" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o"
25 // CHECK-LD-T: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "-L{{.*}}" "-t" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o"
27 // CHECK-LD-Z: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "-L{{.*}}" "-Z" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o"
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 40 # -o memcheck-amd64-darwin -u __start -e __start \
50 # -o memcheck-x86-darwin -u __start -e __start \
155 $cmd = "$cmd -u __start -e __start";

Completed in 2914 milliseconds

1 2 3 4 5 6 7 8 91011>>