Home
last modified time | relevance | path

Searched refs:__set (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h246 uint64_t __set = ((uint64_t)_set[0]) | ((uint64_t)_set[1] << 32); local
250 __set,
290 uint64_t __set = ((uint64_t)_set[0]) | ((uint64_t)_set[1] << 32); in CK_PR_DOUBLE_CAS() local
293 __set)); in CK_PR_DOUBLE_CAS()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dsimd691 void __set(size_t __index, _Tp __val) noexcept {
708 void __set(size_t __index, _Tp __val) noexcept {
810 void __set(size_t __index, _Tp __val) noexcept {
842 __ptr_->__set(__index_, __value);
852 __ptr_->__set(__index_, __val + 1);
862 __ptr_->__set(__index_, __val - 1);
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4456 get(catalog __c, int __set, int __msgid, const string_type& __s) const in get() argument
4457 { return this->do_get(__c, __set, __msgid, __s); } in get()
/freebsd-12.1/contrib/libc++/include/
H A Dlocale3533 string_type get(catalog __c, int __set, int __msgid,
3536 return do_get(__c, __set, __msgid, __dflt);
3552 virtual string_type do_get(catalog, int __set, int __msgid,
3578 messages<_CharT>::do_get(catalog __c, int __set, int __msgid,
3589 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str());
3596 _LIBCPP_UNUSED_VAR(__set);
H A Dmemory3186 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, false_type) _NOEXCEPT
3188 _LIBCPP_INLINE_VISIBILITY void __set(size_t, true_type) _NOEXCEPT
3199 _LIBCPP_INLINE_VISIBILITY void __set(size_t __s, _Tp*) _NOEXCEPT
3200 {__set(__s, integral_constant<bool, is_trivially_destructible<_Tp>::value>());}
H A Dalgorithm4662 __d.__set(__l2, (value_type*)0);
4664 __d.__set(__len, (value_type*)0);