Searched refs:__end (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dsso_string_base.h102 _M_construct_aux(_InIterator __beg, _InIterator __end, argument
106 _M_construct(__beg, __end, _Tag());
111 _M_construct_aux(_InIterator __beg, _InIterator __end, argument
114 static_cast<value_type>(__end)); }
118 _M_construct(_InIterator __beg, _InIterator __end) argument
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
188 __sso_string_base(_InputIterator __beg, _InputIterator __end,
348 __sso_string_base(_InputIterator __beg, _InputIterator __end, argument
361 _M_construct(_InIterator __beg, _InIterator __end, std::input_iterator_tag) argument
404 _M_construct(_InIterator __beg, _InIterator __end, std::forward_iterator_tag) argument
422 { _S_copy_chars(_M_data(), __beg, __end); } local
[all...]
H A Drc_string_base.h227 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
231 return _S_construct(__beg, __end, __a, _Tag());
236 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
239 static_cast<value_type>(__end), __a); }
243 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) argument
246 return _S_construct_aux(__beg, __end, __a, _Integral());
252 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
259 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
311 __rc_string_base(_InputIterator __beg, _InputIterator __end,
474 __rc_string_base(_InputIterator __beg, _InputIterator __end, argument
496 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, std::input_iterator_tag) argument
541 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, std::forward_iterator_tag) argument
[all...]
H A Dcodecvt_specializations.h290 const extern_type* __end, size_t __max) const;
506 const extern_type* __end, size_t __max) const
507 { return std::min(__max, static_cast<size_t>(__end - __from)); }
505 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
H A Dropeimpl.h927 const _RopeRep* __r, size_t __begin, size_t __end)
940 size_t __left_end = std::min(__left_len, __end);
944 if (__end > __left_len)
950 __end - __left_len))
958 return __c(__l->_M_data + __begin, __end - __begin);
964 size_t __len = __end - __begin;
926 _S_apply_to_pieces(_Rope_char_consumer<_CharT>& __c, const _RopeRep* __r, size_t __begin, size_t __end) argument
H A Dvstring.h216 __versa_string(_InputIterator __beg, _InputIterator __end, argument
218 : __vstring_base(__beg, __end, __a) { }
740 insert(iterator __p, _InputIterator __beg, _InputIterator __end) argument
741 { this->replace(__p, __p, __beg, __end); }
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocalename.cc208 const char* __end = __s; local
211 const char* __beg = std::strchr(__end + 1, '=') + 1;
212 __end = std::strchr(__beg, ';');
213 if (!__end)
214 __end = __s + __len;
215 _M_names[__i] = new char[__end - __beg + 1];
216 std::memcpy(_M_names[__i], __beg, __end - __beg);
217 _M_names[__i][__end - __beg] = '\0';
H A Dcodecvt.cc108 const extern_type* __end, size_t __max) const
110 size_t __d = static_cast<size_t>(__end - __from);
107 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc183 const extern_type* __end, size_t __max) const
188 while (__from < __end && __max)
190 size_t __conv = mbrtowc(NULL, __from, __end - __from, &__tmp_state);
182 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h127 uintptr_t __end = __begin + __s - 1; local
129 if (__end < __begin)
133 const int __single_check = (__begin ^ __end) < 0x20u;
136 void *__pe = (void *)__end;
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc236 const extern_type* __end, size_t __max) const
253 while (__from < __end && __max)
257 __end
260 __from_chunk_end = __end;
273 __conv = mbrtowc(NULL, __from, __end - __from,
289 if (__from < __end && __max)
235 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h1979 get(iter_type __in, iter_type __end, ios_base& __io, argument
1981 { return this->do_get(__in, __end, __io, __err, __v); }
2015 get(iter_type __in, iter_type __end, ios_base& __io, argument
2017 { return this->do_get(__in, __end, __io, __err, __v); }
2020 get(iter_type __in, iter_type __end, ios_base& __io, argument
2022 { return this->do_get(__in, __end, __io, __err, __v); }
2025 get(iter_type __in, iter_type __end, ios_base& __io, argument
2027 { return this->do_get(__in, __end, __io, __err, __v); }
2030 get(iter_type __in, iter_type __end, ios_base& __io, argument
2032 { return this->do_get(__in, __end, __i
2036 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, long long& __v) const argument
2041 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, unsigned long long& __v) const argument
2074 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, float& __v) const argument
2079 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, double& __v) const argument
2084 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, long double& __v) const argument
2116 get(iter_type __in, iter_type __end, ios_base& __io, ios_base::iostate& __err, void*& __v) const argument
3120 get_time(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3145 get_date(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3173 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3202 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
3228 get_year(iter_type __beg, iter_type __end, ios_base& __io, ios_base::iostate& __err, tm* __tm) const argument
4097 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io, ios_base::iostate& __err, long double& __units) const argument
4127 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io, ios_base::iostate& __err, string_type& __digits) const argument
[all...]
H A Dcodecvt.h219 const extern_type* __end, size_t __max) const
220 { return this->do_length(__state, __from, __end, __max); }
264 const extern_type* __end, size_t __max) const = 0;
324 const extern_type* __end, size_t __max) const;
384 const extern_type* __end, size_t __max) const;
444 const extern_type* __end, size_t __max) const;
218 length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
H A Dbasic_string.h486 basic_string(_InputIterator __beg, _InputIterator __end,
988 insert(iterator __p, _InputIterator __beg, _InputIterator __end) argument
989 { this->replace(__p, __p, __beg, __end); }
1460 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
1464 return _S_construct(__beg, __end, __a, _Tag());
1469 _S_construct_aux(_InIterator __beg, _InIterator __end, argument
1472 static_cast<value_type>(__end), __a); }
1476 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) argument
1479 return _S_construct_aux(__beg, __end, __a, _Integral());
1485 _S_construct(_InIterator __beg, _InIterator __end, cons
[all...]
H A Dstl_algo.h2131 _ForwardIterator __end = std::__inplace_stable_partition(__middle, __last, local
2135 std::rotate(__begin, __middle, __end);
2136 std::advance(__begin, std::distance(__middle, __end));
2180 _ForwardIterator __end = local
2184 std::rotate(__begin, __middle, __end);
2185 std::advance(__begin, std::distance(__middle, __end));
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dformatter.h138 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
233 _M_variant._M_iterator._M_state = __end;
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl214 $__end=&DWP(24,"esp"); # pointer to end of key schedule
513 &mov ($__end,$acc); # end of key schedule
544 &cmp ($key,$__end);
705 &mov ($__end,$acc); # end of key schedule
724 &cmp ($key,$__end);
864 &mov ($__end,$acc); # end of key schedule
880 &cmp ($key,$__end);
1343 &mov ($__end,$acc); # end of key schedule
1373 &cmp ($key,$__end);
1492 &mov ($__end,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl59 $__end=&DWP(20,"esp"); # pointer to end/start of key schedule
254 &cmp ($key,$__end);
429 &cmp ($key,$__end);

Completed in 135 milliseconds