Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsift_down.h32 _RandomAccessIterator __start) { in __sift_down() argument
39 difference_type __child = __start - __first; in __sift_down()
54 if (__comp(*__child_i, *__start)) in __sift_down()
58 value_type __top(_Ops::__iter_move(__start)); in __sift_down()
61 *__start = _Ops::__iter_move(__child_i); in __sift_down()
62 __start = __child_i; in __sift_down()
79 *__start = std::move(__top); in __sift_down()
H A Dmake_heap.h38 for (difference_type __start = (__n - 2) / 2; __start >= 0; --__start) { in __make_heap() local
39 std::__sift_down<_AlgPolicy>(__first, __comp_ref, __n, __first + __start); in __make_heap()
/src/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h82 uintptr_t __start = reinterpret_cast<uintptr_t>(&__lcxx_override_start); in __is_function_overridden() local
95 return __ptr < __start || __ptr > __end; in __is_function_overridden()
114 uintptr_t __start = reinterpret_cast<uintptr_t>(&__start___lcxx_override);
118 return __ptr < __start || __ptr > __end;
/src/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h377 _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Start&& __start) const
378 noexcept(noexcept(ranges::iota_view(std::forward<_Start>(__start))))
379 -> decltype(ranges::iota_view(std::forward<_Start>(__start))) {
380 return ranges::iota_view(std::forward<_Start>(__start));
384 …_LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Start&& __start, _BoundSentinel&& __bound_sentine…
385 …noexcept(ranges::iota_view(std::forward<_Start>(__start), std::forward<_BoundSentinel>(__bound_sen…
386 …-> decltype(ranges::iota_view(std::forward<_Start>(__start), std::forward<_BoundSentinel>(__bound_…
387 …return ranges::iota_view(std::forward<_Start>(__start), std::forward<_BoundSentinel>(__bound_senti…
/src/sys/powerpc/aim/
H A Dlocore64.S85 b __start
136 _NAKED_ENTRY(__start)
206 _END(__start)
283 2: bl __start
H A Dlocore32.S76 .globl __start symbol
77 __start: label
/src/lib/csu/riscv/
H A Dcrt1_c.c40 void __start(int argc, char **argv, char **env, void (*cleanup)(void)) __dead2;
43 __start(int argc, char **argv, char **env, void (*cleanup)(void)) in __start() function
H A Dcrt1_s.S48 call __start
/src/lib/csu/arm/
H A Dcrt1_c.c58 void __start(int, char **, char **, struct ps_strings *,
62 __start(int argc, char **argv, char **env, struct ps_strings *ps_strings, in __start() function
H A Dcrt1_s.S64 b __start
/src/contrib/llvm-project/libcxx/include/__thread/
H A Dpoll_with_backoff.h39 auto const __start = chrono::high_resolution_clock::now();
47 chrono::nanoseconds const __elapsed = chrono::high_resolution_clock::now() - __start;
/src/contrib/llvm-project/libcxx/src/
H A Dvalarray.cpp21 void gslice::__init(size_t __start) { in __init() argument
29 __1d_[__k] = __start; in __init()
/src/usr.sbin/bsdconfig/share/
H A Dstrings.subr78 local __tmp="$1" __start="${2:-1}" __len="$3"
79 [ "$__start" -gt 0 ] 2> /dev/null &&
80 __start=$(( $__start - 1 ))
82 eval echo \"\${__tmp:\$__start${__len:+:\$__len}}\"
86 eval $__var_to_set=\"\${__tmp:\$__start:\$__len}\"
88 eval $__var_to_set=\"\${__tmp:\$__start}\"
104 local __tmp="$1" __start="${2:-1}" __size="$3"
111 [ "$__start" -ge 1 ] 2> /dev/null || __start=1
117 __trim=$(( $__start - 1 ))
/src/usr.sbin/sysrc/
H A Dsysrc226 while [ "$__start" ]; do
227 case "$__start" in *\'*)
228 __string="$__string${__start%%\'*}'\\''"
229 __start="${__start#*\'}" continue
233 __string="$__string$__start"
/src/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h160 long __start = jiffies; \
177 __ret = __timeout + __start - jiffies; \
/src/sys/dev/hptmv/
H A Draid5n.h120 LBA_T __start[MAX_MEMBERS]; member
/src/sys/powerpc/booke/
H A Dlocore.S84 b __start
102 .globl __start symbol
103 __start: label
/src/sys/conf/
H A Dldscript.powerpc4 ENTRY(__start)
H A Dldscript.powerpc644 ENTRY(__start)
H A Dldscript.powerpc64le4 ENTRY(__start)
/src/contrib/llvm-project/libcxx/include/
H A D__split_buffer100 __split_buffer(size_type __cap, size_type __start, __alloc_rr& __a);
348 __split_buffer<_Tp, _Allocator>::__split_buffer(size_type __cap, size_type __start, __alloc_rr& __a)
357 __begin_ = __end_ = __first_ + __start;
H A Dvalarray393 _LIBCPP_HIDE_FROM_ABI slice(size_t __start, size_t __size, size_t __stride)
394 : __start_(__start), __size_(__size), __stride_(__stride) {}
1219 …_LIBCPP_HIDE_FROM_ABI gslice(size_t __start, const valarray<size_t>& __size, const valarray<size_t…
1221 __init(__start);
1226 …_LIBCPP_HIDE_FROM_ABI gslice(size_t __start, const valarray<size_t>& __size, valarray<size_t>&& __…
1228 __init(__start);
1231 …_LIBCPP_HIDE_FROM_ABI gslice(size_t __start, valarray<size_t>&& __size, const valarray<size_t>& __…
1233 __init(__start);
1236 …_LIBCPP_HIDE_FROM_ABI gslice(size_t __start, valarray<size_t>&& __size, valarray<size_t>&& __strid…
1238 __init(__start);
[all …]
H A Dregex5411 _BidirectionalIterator __start = __match_[0].second;
5412 _BidirectionalIterator __prefix_start = __start;
5415 if (__start == __end_) {
5418 } else if (std::regex_search(__start,
5425 ++__start;
5429 if (!std::regex_search(__start, __end_, __match_, *__pregex_, __flags_)) {
5435 …// adjustments." The adjustment is necessary if we incremented `__start` above (the branch that de…