| /freebsd-13.1/tools/regression/tls/ttls3/ |
| H A D | tls-test-lib.c | 39 void *__value; \ 42 : "=r" (__value) \ 45 __value; \ 50 void *__value = (value); \ 54 : "r" (__value), \ 61 void *__dummy, *__value; \ 65 : "=r" (__value) \ 69 __value; \ 74 void *__dummy, *__value = (value); \ 79 : "r" (__value), \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_ptrauth.h | 15 inline unsigned long ptrauth_strip(void* __value, unsigned int __key) { in ptrauth_strip() argument 26 : "r"(__value) in ptrauth_strip() 30 #define ptrauth_auth_data(__value, __old_key, __old_data) __value argument 34 #define ptrauth_strip(__value, __key) __value argument 35 #define ptrauth_auth_data(__value, __old_key, __old_data) __value argument
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | charconv | 407 if (__value < __base) 409 if (__value < __base_2) 411 if (__value < __base_3) 413 if (__value < __base_4) 416 __value /= __base_4; 441 __value /= __base; 443 } while (__value != 0); 497 __value = __x; 553 __value = 0; 579 __first, __last, __value, [all …]
|
| H A D | atomic | 793 _Tp __value, memory_order __order) { 795 __atomic_exchange(&__a->__a_value, &__value, &__ret, 802 _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __value, 805 __atomic_exchange(&__a->__a_value, &__value, &__ret, 1254 __cxx_atomic_assign_volatile(__a->__a_value, __value); 1263 __a->__a_value = __value; 1277 __cxx_atomic_assign_volatile(__a->__a_value, __value); 1290 _VSTD::memcpy(&__a->__a_value, &__value, sizeof(_Tp)); 1306 __cxx_atomic_assign_volatile(__a->__a_value, __value); 1319 _VSTD::memcpy(&__a->__a_value, &__value, sizeof(_Tp)); [all …]
|
| H A D | variant | 658 decltype((_VSTD::forward<_Alts>(__alts).__value))...>(); 673 decltype((_VSTD::forward<_Alts>(__alts).__value))...>(); 712 : __value(_VSTD::forward<_Args>(__args)...) {} 714 __value_type __value; 881 return __a.__value; 894 _VSTD::forward<decltype(__rhs_alt)>(__rhs_alt).__value); 1004 __a.__value = _VSTD::forward<_Arg>(__arg); 1146 swap(__this_alt.__value, __that_alt.__value); 1481 return __variant::__get_alt<_Ip>(_VSTD::forward<_Vp>(__v)).__value; 1744 return hash<__value_type>{}(__alt.__value); [all …]
|
| H A D | __hash_table | 1836 // Prepare the container for an insertion of the value __value with the hash 1837 // __hash. This does a lookup into the container to see if __value is already 1842 // mutates __value or actually inserts into the map. 1847 size_t __hash, value_type& __value) 1861 if (key_eq()(__ndptr->__upcast()->__value_, __value)) 1935 // mutates __value or actually inserts into the map.
|
| H A D | any | 211 any(_ValueType && __value);
|
| H A D | future | 2194 inline _LIBCPP_INLINE_VISIBILITY bool __does_policy_contain(launch __policy, launch __value ) 2195 { return (int(__policy) & int(__value)) != 0; }
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | ptwriteintrin.h | 22 _ptwrite32(unsigned int __value) { in _ptwrite32() argument 23 __builtin_ia32_ptwrite32(__value); in _ptwrite32() 29 _ptwrite64(unsigned long long __value) { in _ptwrite64() argument 30 __builtin_ia32_ptwrite64(__value); in _ptwrite64()
|
| H A D | movdirintrin.h | 19 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32() argument 21 __builtin_ia32_directstore_u32((unsigned int *)__dst, (unsigned int)__value); in _directstoreu_u32() 29 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64() argument 31 __builtin_ia32_directstore_u64((unsigned long *)__dst, __value); in _directstoreu_u64()
|
| H A D | unwind.h | 213 _Unwind_Word __value; in _Unwind_GetGR() local 214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR() 215 return __value; in _Unwind_GetGR() 220 _Unwind_Word __value) { in _Unwind_SetGR() argument 221 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR() 231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument 233 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
|
| H A D | arm_acle.h | 693 data512_t __value; in __arm_ld64b() local 694 __builtin_arm_ld64b(__addr, __value.val); in __arm_ld64b() 695 return __value; in __arm_ld64b() 698 __arm_st64b(void *__addr, data512_t __value) { in __arm_st64b() argument 699 __builtin_arm_st64b(__addr, __value.val); in __arm_st64b() 702 __arm_st64bv(void *__addr, data512_t __value) { in __arm_st64bv() argument 703 return __builtin_arm_st64bv(__addr, __value.val); in __arm_st64bv() 706 __arm_st64bv0(void *__addr, data512_t __value) { in __arm_st64bv0() argument 707 return __builtin_arm_st64bv0(__addr, __value.val); in __arm_st64bv0()
|
| H A D | htmxlintrin.h | 236 __TM_non_transactional_store (void* const __addr, long long const __value) in __TM_non_transactional_store() argument 238 __builtin_non_tx_store ((uint64_t*)__addr, (uint64_t)__value); in __TM_non_transactional_store()
|
| H A D | vecintrin.h | 1669 unsigned char __value = (__bit1 <= __bit2 ? in vec_genmasks_8() local 1672 return (__vector unsigned char)__value; in vec_genmasks_8() 1682 unsigned short __value = (__bit1 <= __bit2 ? in vec_genmasks_16() local 1685 return (__vector unsigned short)__value; in vec_genmasks_16() 1695 unsigned int __value = (__bit1 <= __bit2 ? in vec_genmasks_32() local 1698 return (__vector unsigned int)__value; in vec_genmasks_32() 1708 unsigned long long __value = (__bit1 <= __bit2 ? in vec_genmasks_64() local 1711 return (__vector unsigned long long)__value; in vec_genmasks_64()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | half_positive.h | 33 __half_positive(_Integral __value) in __half_positive() argument 35 … return static_cast<_Integral>(static_cast<typename make_unsigned<_Integral>::type>(__value) / 2); in __half_positive() 45 __half_positive(_Tp __value) in __half_positive() argument 47 return __value / 2; in __half_positive()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | non_propagating_cache.h | 85 constexpr void __set(_Tp const& __value) { __value_.emplace(__value); } in __set() argument 87 constexpr void __set(_Tp&& __value) { __value_.emplace(_VSTD::move(__value)); } in __set() argument
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/include/ |
| H A D | atomic_support.h | 88 _ValueType __value, int __order = _AO_Seq) 90 return __atomic_exchange_n(__target, __value, __order); 149 _ValueType __value, int __order = _AO_Seq) 152 *__target = __value;
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | common_iterator.h | 41 iter_value_t<_Iter> __value; variable 44 : __value(_VSTD::move(__x)) {} in __proxy() 48 return _VSTD::addressof(__value); 55 iter_value_t<_Iter> __value; variable 57 : __value(_VSTD::forward<iter_reference_t<_Iter>>(__x)) {} in __postfix_proxy() 65 return __value;
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 313 local __value __found= 335 $__class get "$__prop" __value || __value= 336 [ "$__value" = "$__find" ] && __found="$__class" break 346 $__geom get "$__prop" __value || __value= 347 [ "$__value" = "$__find" ] && 359 $__item get "$__prop" __value || 360 __value= 361 [ "$__value" = "$__find" ] &&
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | simd | 843 __simd_reference operator=(_Vp __value) && { 844 __ptr_->__set(__index_, __value); 868 __simd_reference operator+=(_Vp __value) && { 872 __simd_reference operator-=(_Vp __value) && { 876 __simd_reference operator*=(_Vp __value) && { 880 __simd_reference operator/=(_Vp __value) && { 884 __simd_reference operator%=(_Vp __value) && { 888 __simd_reference operator>>=(_Vp __value) && { 896 __simd_reference operator&=(_Vp __value) && { 900 __simd_reference operator|=(_Vp __value) && { [all …]
|
| /freebsd-13.1/sys/sys/ |
| H A D | atomic_san.h | 274 __typeof(*x) __value = (v); \ 275 ATOMIC_SAN(store_ptr)((volatile uintptr_t *)(x), (uintptr_t)(__value));\
|
| /freebsd-13.1/contrib/nvi/ex/ |
| H A D | ex_subst.c | 1339 e_key_t __value = KEY_VAL(sp, __ch); \ in re_sub() 1340 if (nltrans && (__value == K_CR || __value == K_NL)) { \ in re_sub()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 83 _ValueType __libcpp_relaxed_load(_ValueType const* __value) { in __libcpp_relaxed_load() argument 87 return __atomic_load_n(__value, __ATOMIC_RELAXED); in __libcpp_relaxed_load() 89 return *__value; in __libcpp_relaxed_load() 95 _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load() argument 99 return __atomic_load_n(__value, __ATOMIC_ACQUIRE); in __libcpp_acquire_load() 101 return *__value; in __libcpp_acquire_load()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 2960 <var-decl name='__value' type-id='ac5ab595' visibility='default'/>
|