| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | cpp_type_traits.h | 120 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; 128 enum { __value = 0 }; 135 enum { __value = 1 }; 143 enum { __value = 0 }; 150 enum { __value = 1 }; 160 enum { __value = 0 }; 170 enum { __value = 1 }; 177 enum { __value = 1 }; 184 enum { __value = 1 }; 191 enum { __value = 1 }; [all …]
|
| H A D | stl_numeric.h | 212 *__result = __value; in partial_sum() 215 __value = __value + *__first; in partial_sum() 216 *++__result = __value; in partial_sum() 252 *__result = __value; in partial_sum() 255 __value = __binary_op(__value, *__first); in partial_sum() 256 *++__result = __value; in partial_sum() 288 *__result = __value; in adjacent_difference() 292 *++__result = __tmp - __value; in adjacent_difference() 293 __value = __tmp; in adjacent_difference() 327 *__result = __value; in adjacent_difference() [all …]
|
| H A D | stl_algobase.h | 165 __are_same<_ValueType1 &, _ReferenceType1>::__value && 311 && __is_pointer<_II>::__value 312 && __is_pointer<_OI>::__value 459 && __is_pointer<_BI1>::__value 460 && __is_pointer<_BI2>::__value 549 const _Tp& __value) 552 *__first = __value; 562 const _Tp& __value) 564 const _Tp __tmp = __value; 627 *__first = __value; [all …]
|
| H A D | stl_heap.h | 118 _Distance __holeIndex, _Distance __topIndex, _Tp __value) in __push_heap() argument 127 *(__first + __holeIndex) = __value; in __push_heap() 163 _Distance __topIndex, _Tp __value, _Compare __comp) in __push_heap() argument 167 && __comp(*(__first + __parent), __value)) in __push_heap() 173 *(__first + __holeIndex) = __value; in __push_heap() 210 _Distance __len, _Tp __value) in __adjust_heap() argument 227 std::__push_heap(__first, __holeIndex, __topIndex, __value); in __adjust_heap() 233 _RandomAccessIterator __result, _Tp __value) in __pop_heap() argument 239 __value); in __pop_heap() 273 _Distance __len, _Tp __value, _Compare __comp) in __adjust_heap() argument [all …]
|
| H A D | streambuf_iterator.h | 65 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_BEGIN_NAMESPACE() 71 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_BEGIN_NAMESPACE() 77 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, in _GLIBCXX_BEGIN_NAMESPACE() 221 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, 282 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 299 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 311 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 323 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 358 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
|
| H A D | stl_iterator.h | 411 operator=(typename _Container::const_reference __value) 413 container->push_back(__value); 485 operator=(typename _Container::const_reference __value) 487 container->push_front(__value); 580 operator=(const typename _Container::const_reference __value) 582 iter = container->insert(iter, __value); 659 (std::__are_same<_Iter, typename _Container::pointer>::__value), in __normal_iterator() argument
|
| H A D | deque.tcc | 223 _M_fill_initialize(const value_type& __value) in _M_fill_initialize() argument 232 __value, _M_get_Tp_allocator()); in _M_fill_initialize() 235 __value, _M_get_Tp_allocator()); in _M_fill_initialize() 759 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value) in fill() argument 765 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value); in fill() 769 std::fill(__first._M_cur, __first._M_last, __value); in fill() 770 std::fill(__last._M_first, __last._M_cur, __value); in fill() 773 std::fill(__first._M_cur, __last._M_cur, __value); in fill()
|
| H A D | stl_construct.h | 77 _Construct(_T1* __p, const _T2& __value) in _GLIBCXX_BEGIN_NAMESPACE() 81 ::new(static_cast<void*>(__p)) _T1(__value); in _GLIBCXX_BEGIN_NAMESPACE()
|
| H A D | locale_facets.tcc | 1645 string_type __value; in _M_insert() local 1646 __value.reserve(2 * __len); in _M_insert() 1663 __value.erase(__vend - &__value[0]); in _M_insert() 1679 __value.append(__beg, __len); in _M_insert() 1715 __res += __value; in _M_insert() 2051 int __value = 0; in _M_extract_num() local 2057 __value = __value * 10 + (__c - '0'); in _M_extract_num() 2067 __member = __value; in _M_extract_num() 2292 int __value = 0; in do_get_year() local 2297 __value = __value * 10 + (__c - '0'); in do_get_year() [all …]
|
| H A D | valarray_array.h | 101 _Array_default_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e); 136 _Array_init_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e, __t); 172 _Array_copy_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e, __o); 181 if (__is_pod<_Tp>::__value) 202 if (__is_pod<_Tp>::__value) 215 if (!__is_pod<_Tp>::__value) 279 _Array_copier<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__a, __n, __b);
|
| /freebsd-12.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-12.1/contrib/libc++/include/ |
| H A D | charconv | 299 auto __x = __to_unsigned(__value); 345 auto __x = __to_unsigned(__value); 366 auto __c = __value % __base; 367 __value /= __base; 369 if (__value == 0) 374 if (__value != 0 || !__len) 431 __value = __x; 487 __value = 0; 513 __first, __last, __value, 523 __value = __a + __b; [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/c_std/ |
| H A D | std_cmath.h | 111 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 127 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 143 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 159 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value 160 && __is_integer<_Up>::__value, 176 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 192 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 208 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 224 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 240 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | ptwriteintrin.h | 36 _ptwrite32(unsigned int __value) { in _ptwrite32() argument 37 __builtin_ia32_ptwrite32(__value); in _ptwrite32() 43 _ptwrite64(unsigned long long __value) { in _ptwrite64() argument 44 __builtin_ia32_ptwrite64(__value); in _ptwrite64()
|
| H A D | movdirintrin.h | 33 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32() argument 35 __builtin_ia32_directstore_u32((unsigned int *)__dst, (unsigned int)__value); in _directstoreu_u32() 43 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64() argument 45 __builtin_ia32_directstore_u64((unsigned long *)__dst, __value); in _directstoreu_u64()
|
| H A D | unwind.h | 227 _Unwind_Word __value; in _Unwind_GetGR() local 228 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR() 229 return __value; in _Unwind_GetGR() 234 _Unwind_Word __value) { in _Unwind_SetGR() argument 235 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR() 245 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument 247 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | type_traits | 63 static const bool __value = sizeof(__test<_Tp>(0)) == 1; 248 static const bool __value = sizeof(__test<_Tp>(0)) == 1; 299 { static const bool __value = false; }; 327 { static const bool __value = false; }; 467 __is_base_of_helper<_Base, _Derived>::__value> 487 static const bool __value = (is_integral<_Tp>::value 499 && __is_int_or_cref<_To>::__value))> 504 add_reference<_From>::type, _To>::__value); 509 { static const bool __value = (is_void<_To>::value 510 || (__is_int_or_cref<_To>::__value [all …]
|
| H A D | random.tcc | 186 seed(unsigned long __value) in seed() argument 189 __detail::_Shift<_UIntType, __w>::__value>(__value); in seed() 320 seed(unsigned long __value) in seed() argument 322 if (__value == 0) in seed() 323 __value = 19780503; in seed() 326 __lcg(__value); in seed() 453 seed(unsigned long __value) in seed() argument 455 if (__value == 0) in seed() 456 __value = 19780503; in seed() 461 __lcg(__value); in seed() [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/debug/ |
| H A D | formatter.h | 197 _Parameter(long __value, const char* __name) 201 _M_variant._M_integer._M_value = __value; 204 _Parameter(const char* __value, const char* __name) 208 _M_variant._M_string._M_value = __value; 323 _M_integer(long __value, const char* __name = 0) const 326 _M_parameters[_M_num_parameters++] = _Parameter(__value, __name); 331 _M_string(const char* __value, const char* __name = 0) const 334 _M_parameters[_M_num_parameters++] = _Parameter(__value, __name);
|
| H A D | functions.h | 270 const _Tp& __value) in __check_partitioned() argument 272 while (__first != __last && *__first < __value) in __check_partitioned() 274 while (__first != __last && !(*__first < __value)) in __check_partitioned() 283 const _Tp& __value, _Pred __pred) in __check_partitioned() argument 285 while (__first != __last && __pred(*__first, __value)) in __check_partitioned() 287 while (__first != __last && !__pred(*__first, __value)) in __check_partitioned()
|
| H A D | safe_sequence.h | 55 _Type __value; variable 58 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } in _Not_equal_to() 62 { return __value != __x; } in operator()
|
| /freebsd-12.1/contrib/libc++/src/include/ |
| H A D | atomic_support.h | 89 _ValueType __value, int __order = _AO_Seq) 91 return __atomic_exchange_n(__target, __value, __order); 150 _ValueType __value, int __order = _AO_Seq) 153 *__target = __value;
|
| /freebsd-12.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-12.1/contrib/libstdc++/include/ext/ |
| H A D | type_traits.h | 71 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 114 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | mmintrin.h | 989 _mm_setwcx (const int __value, const int __regno) in _mm_setwcx() argument 993 case 0: __builtin_arm_setwcx (__value, 0); break; in _mm_setwcx() 994 case 1: __builtin_arm_setwcx (__value, 1); break; in _mm_setwcx() 995 case 2: __builtin_arm_setwcx (__value, 2); break; in _mm_setwcx() 996 case 3: __builtin_arm_setwcx (__value, 3); break; in _mm_setwcx() 997 case 8: __builtin_arm_setwcx (__value, 8); break; in _mm_setwcx() 998 case 9: __builtin_arm_setwcx (__value, 9); break; in _mm_setwcx() 999 case 10: __builtin_arm_setwcx (__value, 10); break; in _mm_setwcx() 1000 case 11: __builtin_arm_setwcx (__value, 11); break; in _mm_setwcx()
|