Searched refs:__end (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmove.h87 auto __local_last = _Traits::__end(__segment_iterator);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl223 $__end=&DWP(24,"esp"); # pointer to end of key schedule
522 &mov ($__end,$acc); # end of key schedule
553 &cmp ($key,$__end);
714 &mov ($__end,$acc); # end of key schedule
733 &cmp ($key,$__end);
873 &mov ($__end,$acc); # end of key schedule
889 &cmp ($key,$__end);
1352 &mov ($__end,$acc); # end of key schedule
1382 &cmp ($key,$__end);
1501 &mov ($__end,
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h360 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(__end) {} argument
H A Dtake_view.h176 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} argument
H A Delements_view.h352 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {}
H A Dzip_view.h432 __tuple_or_pair<sentinel_t<__maybe_const<_Const, _Views>>...> __end)
433 : __end_(__end) {}
H A Djoin_view.h406 static constexpr _LIBCPP_HIDE_FROM_ABI __local_iterator __end(__segment_iterator __iter) {
/freebsd-current/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl68 $__end=&DWP(20,"esp"); # pointer to end/start of key schedule
263 &cmp ($key,$__end);
438 &cmp ($key,$__end);
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h41 volatile char* __end = __to + sizeof(_Tp); local
43 while (__to != __end)

Completed in 106 milliseconds

12