| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | bitstring.h | 112 register int _stopbyte = _bit_byte(_nbits - 1), _value = -1; \ 117 _value = _byte << 3; \ 119 ++_value, _lb >>= 1); \ 122 if (_value >= nbits) \ 123 _value = -1; \ 124 *(value) = _value; \ 131 register int _stopbyte = _bit_byte(_nbits - 1), _value = -1; \ 136 _value = _byte << 3; \ 138 ++_value, _lb >>= 1); \ 141 if (_value >= nbits) \ [all …]
|
| /netbsd-src/include/ |
| H A D | bitstring.h | 117 int _value = -1; \ 120 _value = _bit; \ 123 *(value) = _value; \ 130 int _value = -1; \ 133 _value = _bit; \ 136 *(value) = _value; \
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/config/ |
| H A D | nodes.cpp | 308 new_node->_value = _value; in deep_copy() 347 new_node->_value = _value; in deep_copy() 386 new_node->_value = _value; in deep_copy() 425 new_node->_value = _value; in deep_copy()
|
| H A D | nodes.ipp | 145 _value(none) 161 return static_cast< bool >(_value); 175 return _value.get(); 189 return _value.get(); 203 _value = optional< value_type >(value_); 263 _value(none) 279 return static_cast< bool >(_value); 293 return _value.get(); 307 return _value.get(); 321 _value = optional< value_type >(value_); [all …]
|
| H A D | nodes.hpp | 182 optional< value_type > _value; member in utils::config::typed_leaf_node 281 optional< value_type > _value; member in utils::config::base_set_node
|
| H A D | tree_test.cpp | 50 int _value; member in __anon60809f080111::int_wrapper 57 _value(value_) in int_wrapper() 65 return _value; in value() 80 new_node->_value = _value; in deep_copy()
|
| H A D | lua_module_test.cpp | 71 new_node->_value = _value; in deep_copy()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | signals.d | 326 int value() { return _value; } in value() 330 if (v != _value) in value() 331 { _value = v; in value() 342 int _value; 395 @property int value() { return _value; } in value() 399 if (v != _value) in value() 400 { _value = v; in value() 409 int _value; 740 int value() { return _value; } in value() 744 if (v != _value) in value() [all …]
|
| H A D | typecons.d | 2774 private DontCallDestructorT _value = DontCallDestructorT.init; 2786 _value.payload = value; 2796 destroy(_value.payload); 2806 _value.payload.__xpostblit(); 2815 _value.payload = rhs._value.payload; 2817 _value = DontCallDestructorT.init; 2835 return _value.payload == rhs._value.payload; 2848 return _isNull ? false : rhs == _value.payload; 2906 static if (__traits(compiles, .hashOf(_value.payload))) 2907 return _isNull ? 0 : .hashOf(_value.payload); [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | metadata.cpp | 76 new_node->_value = _value; in deep_copy() 112 new_node->_value = _value; in deep_copy() 178 new_node->_value = _value; in deep_copy() 209 new_node->_value = _value; in deep_copy()
|
| H A D | config.cpp | 129 new_node->_value = _value; in deep_copy()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | signals.d | 313 int value() { return _value; } in value() 317 if (v != _value) in value() 318 { _value = v; in value() 329 int _value; 382 @property int value() { return _value; } in value() 386 if (v != _value) in value() 387 { _value = v; in value() 396 int _value;
|
| H A D | typecons.d | 2307 private T _value; 2318 _value = value; 2333 return _value == rhs._value; 2340 return _isNull ? false : rhs == _value; 2408 sink.formatValue(_value, fmt); 2421 sink.formatValue(_value, fmt); 2464 .destroy(_value); 2487 _value = value; 2522 return _value; 2899 private T _value = nullValue; [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/format/ |
| H A D | formatter_test.cpp | 50 int _value; member in __anon7e54a9bf0111::int_wrapper 56 int_wrapper(const int value_) : _value(value_) in int_wrapper() 66 return _value; in value()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/ |
| H A D | hashtab.d | 18 Value _value; in HashTab() member 101 return &p._value; in HashTab() 116 if (auto res = dg(p._key, p._value)) in HashTab() 144 return &p._value; in HashTab()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/ |
| H A D | hashtab.d | 18 Value _value; in HashTab() member 102 return &p._value; in HashTab() 117 if (auto res = dg(p._key, p._value)) in HashTab() 145 return &p._value; in HashTab()
|
| /netbsd-src/sys/sys/ |
| H A D | siginfo.h | 58 sigval_t _value; member 158 #define si_value _info._reason._rt._value 188 #define ksi_value ksi_info._reason._rt._value
|
| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | tre-stack.c | 110 item.typetag ## _value = value; \ 119 return s->stack[--s->ptr].typetag ## _value; \
|
| /netbsd-src/external/bsd/openpam/dist/include/security/ |
| H A D | openpam.h | 87 const char *_value); 122 const char *_value,
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_signal.c | 341 si->_reason._rt._value.sival_int = in netbsd32_ksi32_to_ksi() 342 si32->_reason._rt._value.sival_int; in netbsd32_ksi32_to_ksi() 431 si32->_reason._rt._value.sival_int = in netbsd32_ksi_to_ksi32() 432 si->_reason._rt._value.sival_int; in netbsd32_ksi_to_ksi32()
|
| /netbsd-src/sys/compat/sys/ |
| H A D | siginfo.h | 60 sigval32_t _value; member
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_parser.h | 67 uintmax_t _value; /* integer value */ member 120 #define dn_value dn_u._const._value /* DT_NODE_INT */
|
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_82599.c | 1708 #define IXGBE_STORE_AS_BE32(_value) \ argument 1709 (((u32)(_value) >> 24) | (((u32)(_value) & 0x00FF0000) >> 8) | \ 1710 (((u32)(_value) & 0x0000FF00) << 8) | ((u32)(_value) << 24)) 1715 #define IXGBE_STORE_AS_BE16(_value) \ argument 1716 IXGBE_NTOHS(((u16)(_value) >> 8) | ((u16)(_value) << 8))
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_signal.c | 123 ksi->_reason._rt._value.sival_ptr); in native_to_linux32_siginfo() 131 ksi->_reason._rt._value.sival_ptr); in native_to_linux32_siginfo() 137 ksi->_reason._rt._value.sival_ptr); in native_to_linux32_siginfo()
|
| /netbsd-src/external/bsd/atf/dist/atf-sh/ |
| H A D | libatf-sh.subr | 118 eval _value=\"\${${_varname}-__unset__}\" 119 [ "${_value}" = __unset__ ] && \ 121 echo ${_value} 138 eval _value=\"\${${_varname}-__unset__}\" 139 [ "${_value}" != __unset__ ]
|