Home
last modified time | relevance | path

Searched refs:__start (Results 1 – 25 of 183) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dfind.h125 _DifferenceType __start = __borders[__iam], in __find_template() local
128 _RAIter1 __i1 = __begin1 + __start; in __find_template()
129 _RAIter2 __i2 = __begin2 + __start; in __find_template()
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos) in __find_template()
232 _DifferenceType __start = __fetch_and_add<_DifferenceType> in __find_template() local
237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template()
241 while (__start < __length) in __find_template()
245 if (__result < __start) in __find_template()
252 (__begin1 + __start, __begin1 + __stop, in __find_template()
253 __begin2 + __start, __pred); in __find_template()
[all …]
H A Dpar_loop.h97 __start = __equally_split_point(__length, __num_threads, __iam), in __for_each_template_random_access_ed() local
100 if (__start < __stop) in __for_each_template_random_access_ed()
102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed()
103 ++__start; in __for_each_template_random_access_ed()
109 for (; __start < __stop; ++__start) in __for_each_template_random_access_ed()
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
H A Dsearch.h128 _DifferenceType __start = __splitters[__iam], in __search_template() local
134 while (__start <= __stop && !__found_pattern) in __search_template()
139 if (__result < __start) in __search_template()
141 while (__pred(__begin1[__start + __pos_in_pattern], in __search_template()
149 __result = std::min(__result, __start); in __search_template()
157 __start += (__pos_in_pattern - __advances[__pos_in_pattern]); in __search_template()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dfind.h125 _DifferenceType __start = __borders[__iam], in __find_template() local
128 _RAIter1 __i1 = __begin1 + __start; in __find_template()
129 _RAIter2 __i2 = __begin2 + __start; in __find_template()
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos) in __find_template()
232 _DifferenceType __start = __fetch_and_add<_DifferenceType> in __find_template() local
237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template()
241 while (__start < __length) in __find_template()
245 if (__result < __start) in __find_template()
252 (__begin1 + __start, __begin1 + __stop, in __find_template()
253 __begin2 + __start, __pred); in __find_template()
[all …]
H A Dpar_loop.h97 __start = __equally_split_point(__length, __num_threads, __iam), in __for_each_template_random_access_ed() local
100 if (__start < __stop) in __for_each_template_random_access_ed()
102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed()
103 ++__start; in __for_each_template_random_access_ed()
109 for (; __start < __stop; ++__start) in __for_each_template_random_access_ed()
110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
H A Dsearch.h128 _DifferenceType __start = __splitters[__iam], in __search_template() local
134 while (__start <= __stop && !__found_pattern) in __search_template()
139 if (__result < __start) in __search_template()
141 while (__pred(__begin1[__start + __pos_in_pattern], in __search_template()
149 __result = std::min(__result, __start); in __search_template()
157 __start += (__pos_in_pattern - __advances[__pos_in_pattern]); in __search_template()
/netbsd-src/sys/arch/evbppc/explora/
H A Dexplora_start.S65 .globl __start symbol
66 __start: label
112 subi %r3,%r3,_next-__start
134 stage1reloc = .-__start+STAGE1_BASE
191 lis %r3,__start@h
192 ori %r3,%r3,__start@l
203 stage1size = .-__start
/netbsd-src/lib/csu/arch/ia64/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
38 .proc __start label
39 .global __start symbol
50 __start: label
/netbsd-src/lib/csu/arch/mips/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
51 NESTED_NOPROFILE(__start, CALLFRAME_SIZ, ra)
53 SETUP_GP64(t3, __start)
59 END(__start)
/netbsd-src/share/examples/asm/hello/
H A Dsh3.s71 .global __start symbol
73 __start: label
90 .size __start, . - __start
/netbsd-src/sys/arch/evbppc/pmppc/
H A Dpmppc_locore.S80 .globl __start symbol
81 __start: label
99 lis 3,__start@ha
100 addi 3,3,__start@l
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dinterval_tree_generic.h103 PREFIX##_iter_first(struct rb_root_cached *__root, KT __start, KT __last) \
107 __node = rb_tree_find_node_geq(&__root->rb_root.rbr_tree, &__start); \
110 KASSERT(__start <= START(__node)); \
119 KT __start, KT __last) \
130 KASSERT(LAST(__next) >= __start); \
/netbsd-src/sys/arch/evbppc/wii/
H A Dwii_locore.S78 .globl __start symbol
79 __start: label
116 lis %r3, __start@ha
117 addi %r3, %r3, __start@l
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dlocore.S80 .globl __start symbol
81 __start: label
119 lis 3,__start@ha
120 addi 3,3,__start@l
/netbsd-src/sys/arch/ibmnws/ibmnws/
H A Dlocore.S76 .globl __start symbol
77 __start: label
120 lis 3,__start@ha
121 addi 3,3,__start@l
/netbsd-src/lib/csu/arch/or1k/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
38 _ENTRY(__start)
44 END(__start)
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dlocore.S87 .globl __start symbol
88 __start: label
135 lis %r3,__start@ha
136 addi %r3,%r3,__start@l
/netbsd-src/lib/csu/arch/aarch64/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
38 _ENTRY(__start)
45 END(__start)
/netbsd-src/lib/csu/arch/vax/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
38 _ENTRY(__start, 0x0000)
42 END(__start)
/netbsd-src/lib/csu/arch/alpha/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
48 LEAF(__start, 4)
53 END(__start)
/netbsd-src/lib/csu/arch/riscv/
H A Dcrt0.S36 STRONG_ALIAS(_start,__start)
38 _ENTRY(__start)
48 END(__start)
/netbsd-src/lib/csu/arch/m68k/
H A Dcrt0.S40 STRONG_ALIAS(_start,__start)
42 _ENTRY(__start)
47 END(__start)
/netbsd-src/sys/arch/rs6000/rs6000/
H A Dlocore.S94 .globl __start symbol
95 __start: label
117 lis 3,__start@ha
118 addi 3,3,__start@l
/netbsd-src/sys/arch/evbppc/obs405/
H A Dobs600_locore.S56 .globl __start symbol
57 __start: label
111 lis %r3, __start@ha
112 addi %r3, %r3, __start@l
/netbsd-src/sys/arch/prep/prep/
H A Dlocore.S91 .globl __start symbol
92 __start: label
112 lis 3,__start@ha
113 addi 3,3,__start@l

12345678