Searched refs:_value (Results 1 - 25 of 150) sorted by relevance

123456

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dbitstring.h145 int _stopbyte = _bit_byte(_nbits - 1), _value = -1; \
150 _value = _byte << 3; \
152 ++_value, _lb >>= 1); \
155 if (_value >= nbits) \
156 _value = -1; \
157 *(value) = _value; \
164 int _stopbyte = _bit_byte(_nbits - 1), _value = -1; \
169 _value = _byte << 3; \
171 ++_value, _lb >>= 1); \
174 if (_value >
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dstring.cpp120 _value = new unsigned char[n + 3];
122 _value[0] = 1; // see Init() member
123 memset(_value + 2, ch, n);
124 _value[1] = (unsigned char)(n <= 255 ? n : 255);
125 _value[n + 2] = 0;
133 if (fInc(s._value))
134 _value = s._value;
140 fDec(_value);
144 unsigned char *oldVal = _value;
[all...]
/macosx-10.9.5/Libc-997.90.3/include/
H A Dbitstring.h117 register int _stopbyte = _bit_byte(_nbits), _value = -1; \
120 _value = _byte << 3; \
122 ++_value, _stopbyte >>= 1); \
125 *(value) = _value; \
132 register int _stopbyte = _bit_byte(_nbits), _value = -1; \
135 _value = _byte << 3; \
137 ++_value, _stopbyte >>= 1); \
140 *(value) = _value; \
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRemoteObject.js495 this._value = value;
517 this._cachedDescription = "" + this._value;
530 this._cachedDescription = String(this._value);
565 return typeof this._value;
573 if (this._value === null)
576 if (this._value instanceof Array)
579 if (this._value instanceof Date)
590 return typeof this._value === "object" && this._value !== null && !!Object.keys(this._value)
[all...]
H A DSettings.js180 if (typeof this._value !== "undefined")
181 return this._value;
183 this._value = this._defaultValue;
186 this._value = JSON.parse(this._storage[this._name]);
191 return this._value;
196 this._value = value;
H A DDOMCountersGraph.js58 this._value = memoryCountersPane._currentValuesBar.createChild("span", "memory-counter-value");
59 this._value.style.color = swatchColor;
94 this._value.textContent = WebInspector.UIString(this._currentValueLabel, this.valueGetter(countersEntry));
99 this._value.textContent = "";
H A DMemoryStatistics.js137 this._value = null;
147 this._value.removeStyleClass("hidden");
149 this._value.addStyleClass("hidden");
155 this._value.textContent = Number.bytesToString(this.valueGetter(countersEntry));
160 this._value.textContent = "";
H A DNativeMemoryGraph.js65 this._value = this._swatch.element.createChild("span", "memory-category-value");
83 this._value.textContent = WebInspector.UIString("%.1f\u2009MB", megabytes);
88 this._value.textContent = "";
H A DCookieParser.js208 this._value = value;
227 return this._value;
/macosx-10.9.5/swig-10/Lib/
H A Dcpointer.i150 static TYPE NAME ##_value(TYPE *self) {
159 TYPE NAME##_value(TYPE *self);
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dcpointer.swg127 static TYPE NAME ##_value(TYPE *self) {
136 TYPE NAME##_value(TYPE *self);
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-stack.c110 item.typetag ## _value = value; \
119 return s->stack[--s->ptr].typetag ## _value; \
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dvariable.rb470 def _value method in class:TkVariable.initialize
483 val = val._value if !@type && @type != :variable && val.kind_of?(TkVariable)
535 val = val._value if !type && type != :variable && val.kind_of?(TkVariable)
559 def _value method in class:TkVariable.initialize
578 val = val._value if !@type && @type != :variable && val.kind_of?(TkVariable)
652 val = val._value if !type && type != :variable && val.kind_of?(TkVariable)
682 protected :_value, :_element_value
685 _to_default_type(_value)
733 number(_value)
778 TkComm.bool(_value)
[all...]
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dcarray.i2 type _value = c_obj
6 type _value = c_obj
/macosx-10.9.5/OpenPAM-20/openpam/include/security/
H A Dopenpam.h83 const char *_value);
118 const char *_value,
/macosx-10.9.5/CF-855.17/
H A DCFUnicodePrecomposition.c82 UTF16Char _value; member in struct:__anon575
97 else { return divider->_value; }
104 uint32_t _value; member in struct:__anon576
119 else { return divider->_value; }
H A DCFUnicodeDecomposition.c117 uint32_t _value; member in struct:__anon574
132 else { return divider->_value; }
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-references.mm157 id _value;
159 ObjcAssociation(uintptr_t policy, id value) : _policy(policy), _value(value) {}
160 ObjcAssociation() : _policy(0), _value(nil) {}
163 id value() const { return _value; }
165 bool hasValue() { return _value != nil; }
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAServer.defs70 _value : int32_t );
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dsafestack.h89 type *sk_##type##_value(const STACK_OF(type) *sk,int n); \
115 type *sk_##type##_value(const STACK_OF(type) *sk,int n) \
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.h65 uintmax_t _value; /* integer value */ member in struct:dt_node::__anon8335::__anon8336
112 #define dn_value dn_u._const._value /* DT_NODE_INT */
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4str.h160 unsigned char *_value; member in class:c4_String
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr126 eval _value=\"\${${_varname}-__unset__}\"
127 [ "${_value}" = __unset__ ] && \
129 echo ${_value}
146 eval _value=\"\${${_varname}-__unset__}\"
147 [ "${_value}" != __unset__ ]
/macosx-10.9.5/postfix-252/postfix/src/anvil/
H A Danvil.c450 #define ANVIL_MAX_UPDATE(_max, _value, _ident) \
452 _max.value = _value; \
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c831 u_int32_t _value; member in struct:__anon14913
849 else { return (divider->_value); }
859 u_int16_t _value; member in struct:__anon14914
880 return (divider->_value);

Completed in 370 milliseconds

123456