| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | cpp_type_traits.h | 120 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; 121 typedef typename __truth_type<__value>::__type __type; 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 }; [all …]
|
| D | stl_numeric.h | 211 _ValueType __value = *__first; in partial_sum() local 212 *__result = __value; in partial_sum() 215 __value = __value + *__first; in partial_sum() 216 *++__result = __value; in partial_sum() 251 _ValueType __value = *__first; in partial_sum() local 252 *__result = __value; in partial_sum() 255 __value = __binary_op(__value, *__first); in partial_sum() 256 *++__result = __value; in partial_sum() 287 _ValueType __value = *__first; in adjacent_difference() local 288 *__result = __value; in adjacent_difference() [all …]
|
| D | stl_algobase.h | 164 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value && 165 __are_same<_ValueType1 &, _ReferenceType1>::__value && 166 __are_same<_ValueType2 &, _ReferenceType2>::__value>:: 310 const bool __simple = (__is_scalar<_ValueTypeI>::__value 311 && __is_pointer<_II>::__value 312 && __is_pointer<_OI>::__value 313 && __are_same<_ValueTypeI, _ValueTypeO>::__value); 320 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 325 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, 330 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, _CharT*>::__type [all …]
|
| D | stl_heap.h | 118 _Distance __holeIndex, _Distance __topIndex, _Tp __value) in __push_heap() argument 121 while (__holeIndex > __topIndex && *(__first + __parent) < __value) in __push_heap() 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() [all …]
|
| 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,
|
| 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
|
| 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()
|
| 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()
|
| D | locale_facets.tcc | 1645 string_type __value; in _M_insert() local 1646 __value.reserve(2 * __len); in _M_insert() 1657 __value.assign(2 * __paddec, char_type()); in _M_insert() 1659 std::__add_grouping(&__value[0], __lc->_M_thousands_sep, in _M_insert() 1663 __value.erase(__vend - &__value[0]); in _M_insert() 1666 __value.assign(__beg, __paddec); in _M_insert() 1672 __value += __lc->_M_decimal_point; in _M_insert() 1674 __value.append(__beg + __paddec, __lc->_M_frac_digits); in _M_insert() 1678 __value.append(-__paddec, __lit[money_base::_S_zero]); in _M_insert() 1679 __value.append(__beg, __len); in _M_insert() [all …]
|
| 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);
|
| D | stream_iterator.h | 191 operator=(const _Tp& __value) 196 *_M_stream << __value;
|
| D | stl_vector.h | 224 vector(size_type __n, const value_type& __value = value_type(), 228 std::__uninitialized_fill_n_a(this->_M_impl._M_start, __n, __value, in _Base() 797 _M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) in _M_initialize_dispatch() argument 801 std::__uninitialized_fill_n_a(this->_M_impl._M_start, __n, __value, in _M_initialize_dispatch()
|
| /freebsd-10-stable/tools/regression/tls/ttls3/ |
| 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-10-stable/contrib/libstdc++/include/c_std/ |
| 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-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | unwind.h | 167 _Unwind_Word __value; in _Unwind_GetGR() local 168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR() 169 return __value; in _Unwind_GetGR() 174 _Unwind_Word __value) { in _Unwind_SetGR() argument 175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR() 185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument 187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
|
| /freebsd-10-stable/contrib/libstdc++/include/tr1/ |
| D | type_traits | 63 static const bool __value = sizeof(__test<_Tp>(0)) == 1; 192 : public integral_constant<bool, !(__in_array<_Tp>::__value 248 static const bool __value = sizeof(__test<_Tp>(0)) == 1; 254 : public integral_constant<bool, __is_union_or_class_helper<_Tp>::__value> 294 static const bool __value = sizeof(__first<_Tp>) == sizeof(__second<_Tp>); 299 { static const bool __value = false; }; 303 : public integral_constant<bool, __is_empty_helper<_Tp>::__value> 322 static const bool __value = sizeof(__first<_Tp>) == sizeof(__second<_Tp>); 327 { static const bool __value = false; }; 331 : public integral_constant<bool, __is_polymorphic_helper<_Tp>::__value> [all …]
|
| D | random.tcc | 186 seed(unsigned long __value) in seed() argument 189 __detail::_Shift<_UIntType, __w>::__value>(__value); in seed() 198 __detail::_Shift<_UIntType, __w>::__value>(__x); in seed() 214 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 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() 351 __factor *= __detail::_Shift<_UIntType, 32>::__value; in seed() 453 seed(unsigned long __value) in seed() argument [all …]
|
| /freebsd-10-stable/contrib/libstdc++/include/debug/ |
| 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);
|
| 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()
|
| 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-10-stable/usr.sbin/bsdconfig/share/ |
| 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-10-stable/contrib/libstdc++/include/ext/ |
| 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;
|
| D | numeric_traits.h | 86 : public __conditional_type<std::__is_integer<_Value>::__value,
|
| /freebsd-10-stable/contrib/libstdc++/include/backward/ |
| D | iterator.h | 165 construct(_T1* __p, const _T2& __value) in construct() argument 166 { std::_Construct(__p, __value); } in construct()
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| 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()
|