HomeSort by: relevance | last modified time | path
    Searched refs:_value (Results 1 - 25 of 268) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/arch/ia64/stand/common/
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...]
  /src/include/
bitstring.h 117 int _value = -1; \
120 _value = _bit; \
123 *(value) = _value; \
130 int _value = -1; \
133 _value = _bit; \
136 *(value) = _value; \
  /src/external/bsd/kyua-cli/dist/utils/config/
nodes.cpp 308 new_node->_value = _value;
347 new_node->_value = _value;
386 new_node->_value = _value;
425 new_node->_value = _value;
nodes.hpp 182 optional< value_type > _value; member in class:utils::config::typed_leaf_node
281 optional< value_type > _value; member in class:utils::config::base_set_node
lua_module_test.cpp 71 new_node->_value = _value;
tree_test.cpp 50 int _value; member in class:__anon6989::int_wrapper
57 _value(value_)
65 return _value;
80 new_node->_value = _value;
  /src/sys/compat/sys/
siginfo.h 60 sigval32_t _value; member in struct:__ksiginfo32::__anon2430::__anon2431
  /src/external/bsd/tre/dist/lib/
tre-stack.c 110 item.typetag ## _value = value; \
119 return s->stack[--s->ptr].typetag ## _value; \
  /src/external/bsd/kyua-cli/dist/utils/format/
formatter_test.cpp 50 int _value; member in class:__anon6992::int_wrapper
56 int_wrapper(const int value_) : _value(value_)
66 return _value;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
signals.d 326 int value() { return _value; }
330 if (v != _value)
331 { _value = v;
342 int _value;
395 @property int value() { return _value; }
399 if (v != _value)
400 { _value = v;
409 int _value;
740 int value() { return _value; }
744 if (v != _value)
    [all...]
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
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
config.cpp 129 new_node->_value = _value;
metadata.cpp 76 new_node->_value = _value;
112 new_node->_value = _value;
178 new_node->_value = _value;
209 new_node->_value = _value;
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/
builtins-generic.h 25 __typeof__(*(addr)) _value = \
30 _value; \
generic.h 115 __typeof__(*(addr)) _value = \
120 _value; \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/
hashtab.d 18 Value _value;
102 return &p._value;
117 if (auto res = dg(p._key, p._value))
145 return &p._value;
  /src/sys/sys/
siginfo.h 58 sigval_t _value; member in struct:_ksiginfo::__anon7688::__anon7689
158 #define si_value _info._reason._rt._value
188 #define ksi_value ksi_info._reason._rt._value
  /src/external/bsd/atf/dist/atf-sh/
libatf-sh.subr 118 eval _value=\"\${${_varname}-__unset__}\"
119 [ "${_value}" = __unset__ ] && \
121 echo ${_value}
138 eval _value=\"\${${_varname}-__unset__}\"
139 [ "${_value}" != __unset__ ]
  /src/external/bsd/openpam/dist/include/security/
openpam.h 87 const char *_value);
122 const char *_value,
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 67 uintmax_t _value; /* integer value */ member in struct:dt_node::__anon9002::__anon9003
120 #define dn_value dn_u._const._value /* DT_NODE_INT */
  /src/sys/compat/linux32/common/
linux32_signal.c 123 ksi->_reason._rt._value.sival_ptr);
131 ksi->_reason._rt._value.sival_ptr);
137 ksi->_reason._rt._value.sival_ptr);
  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 1708 #define IXGBE_STORE_AS_BE32(_value) \
1709 (((u32)(_value) >> 24) | (((u32)(_value) & 0x00FF0000) >> 8) | \
1710 (((u32)(_value) & 0x0000FF00) << 8) | ((u32)(_value) << 24))
1715 #define IXGBE_STORE_AS_BE16(_value) \
1716 IXGBE_NTOHS(((u16)(_value) >> 8) | ((u16)(_value) << 8))
  /src/external/ibm-public/postfix/dist/src/anvil/
anvil.c 487 #define ANVIL_MAX_UPDATE(_max, _value, _ident) \
489 _max.value = _value; \
  /src/common/lib/libprop/
prop_dictionary_util.c 85 return prop_number_ ## name ## _value( \
  /src/sys/compat/netbsd32/
netbsd32_signal.c 341 si->_reason._rt._value.sival_int =
342 si32->_reason._rt._value.sival_int;
431 si32->_reason._rt._value.sival_int =
432 si->_reason._rt._value.sival_int;

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011