Searched refs:_index (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/libunwind-35.3/src/
H A DRegisters.s183 #define LOAD_VECTOR_UNALIGNEDl(_index) \
184 andis. r0,r5,(1<<(15-_index)) @\
185 beq Ldone ## _index @\
186 lwz r0, 424+_index*16(r3) @\
188 lwz r0, 424+_index*16+4(r3) @\
190 lwz r0, 424+_index*16+8(r3) @\
192 lwz r0, 424+_index*16+12(r3)@\
194 lvx v ## _index,0,r4 @\
195 Ldone ## _index:
197 #define LOAD_VECTOR_UNALIGNEDh(_index) \
[all...]
/macosx-10.9.5/libauto-185.5/
H A DBitmap.cpp249 _index += _valid_bits;
253 if (_copied_bits == 0 && _index < _max_index) {
254 ASSERTION((_index % bits_per_word) == 0);
255 usword_t *start = _bitmap.bp_cursor(_index);
258 _index = _bitmap.cursor_bp(cursor);
259 if (_index < _max_index) {
261 _copied_bits = fetch_clear_bits_atomic(_index, _max_index, _valid_bits);
268 result = _index + shift - _offset;
274 _index += shift;
279 _index
[all...]
H A DBitmap.h430 usword_t _index; // the "current bit" - the value that will be returned from next_set_bit() if the bit is set member in class:Auto::Bitmap::AtomicCursor
442 AtomicCursor(Bitmap &b, usword_t start, usword_t length) : _bitmap(b), _index(start), _offset(start), _max_index(start + length) {
444 // This lets us assume _index is word aligned when we fetch in next_set_bit().
445 _copied_bits = fetch_clear_bits_atomic(_index, _max_index, _valid_bits);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dderived.cpp79 d4_assert((&_lowRow)._index == 0);
80 d4_assert((&_highRow)._index == 0);
291 int r = (int)_revMap.GetAt(nf_._index);
297 includeRow = Match(nf_._cursor->_index, *nf_._cursor->_seq);
306 chg->StartInsertAt(PosInMap(nf_._index), *nf_._cursor, 1);
319 int i = PosInMap(nf_._index);
322 if (Match(nf_._cursor->_index, *nf_._cursor->_seq))
328 int i = PosInMap(nf_._index);
329 int j = PosInMap(nf_._index + nf_._count);
338 int i = PosInMap(nf_._index);
[all...]
H A Dstore.cpp81 _index = index_;
89 _index = i_;
98 _index = index_;
106 _index = from_;
114 _index = i_;
457 case c4_Notifier::kSetAt: chg->StartSetAt(nf_._index, *nf_._cursor);
460 case c4_Notifier::kSet: chg->StartSet(nf_._index, nf_._propId, *nf_._bytes)
464 case c4_Notifier::kInsertAt: chg->StartInsertAt(nf_._index, *nf_._cursor,
468 case c4_Notifier::kRemoveAt: chg->StartRemoveAt(nf_._index, nf_._count);
471 case c4_Notifier::kMove: chg->StartMove(nf_._index, nf
[all...]
H A Dview.cpp806 return cursor._seq->RemapIndex(cursor._index, _seq);
899 curr._index = (l + u) >> 1;
901 l = curr._index;
903 u = curr._index;
910 curr._index = u;
917 curr._index = (l2 + u2) >> 1;
919 l2 = curr._index;
921 u2 = curr._index;
1007 d4_assert(_cursor._index == 0);
1028 h.GetBytes(cursor._index, dat
[all...]
H A Dstore.h51 int _index; member in class:c4_Notifier
H A Dviewx.cpp65 if (!cursor_._seq->Get(cursor_._index, h.PropId(), data))
96 int ri = newElem_._seq->RemapIndex(newElem_._index, hc);
171 int ri = newElem_._seq->RemapIndex(newElem_._index, hc);
492 int sz = h.ItemSize(_cursor._index);
497 c4_Column *col = h.GetNthMemoCol(_cursor._index, true);
533 const t4_i32 overshoot = limit - h.ItemSize(_cursor._index);
538 c4_Column *col = h.GetNthMemoCol(_cursor._index, true);
H A Dremap.cpp160 if (h.Compare(cursor_._index, buffer) != 0)
175 cursor_._seq->Get(cursor_._index, h.PropId(), buffer);
830 int f = h.Compare(cursor_._index, buffer);
966 int f = h.Compare(cursor_._index, buffer);
/macosx-10.9.5/swig-10/Lib/octave/
H A Doctcontainer.swg201 : _seq(seq), _index(index)
207 // swig::SwigVar_PyObject item = OctSequence_GetItem(_seq, _index);
213 sprintf(msg, "in sequence element %d ", _index);
225 // OctSequence_SetItem(_seq, _index, swig::from<T>(v));
232 int _index;
260 : _seq(seq), _index(index)
266 return reference(_seq, _index);
276 return (_index == ri._index);
286 ++_index;
[all...]
/macosx-10.9.5/swig-10/Lib/python/
H A Dpycontainer.swg302 : _seq(seq), _index(index)
308 swig::SwigVar_PyObject item = PySequence_GetItem(_seq, _index);
313 sprintf(msg, "in sequence element %d ", _index);
325 PySequence_SetItem(_seq, _index, swig::from<T>(v));
331 int _index;
359 : _seq(seq), _index(index)
365 return reference(_seq, _index);
375 return (_index == ri._index) && (_seq == ri._seq);
385 ++_index;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dnotebook.itk95 private method _index { pathList index select}
225 set index [_index $_pages $index $_currPage]
261 set fromPage [_index $_pages [lindex $args 0] $_currPage]
273 set fromPage [_index $_pages [lindex $args 0] $_currPage]
280 set toPage [_index $_pages [lindex $args 1] $_currPage]
318 set number [_index $_pages $index $_currPage]
356 set page [_index $_pages $index $_currPage]
449 set page [_index $_pages $index $_currPage]
470 set page [_index $_pages $index $_currPage]
505 set reqPage [_index
[all...]
H A Dtoolbar.itk145 private method _index {toolList index}
352 set fromWidget [_index $_toolList [lindex $args 0]]
364 set fromWidget [_index $_toolList [lindex $args 0]]
371 set toWidget [_index $_toolList [lindex $args 1]]
407 return [_index $_toolList $index]
423 set beforeIndex [_index $_toolList $beforeIndex]
474 set index [_index $_toolList $index]
724 # PRIVATE METHOD: _index
730 # _index takes takes the value $index converts it to
736 itcl::body iwidgets::Toolbar::_index { toolLis
[all...]
/macosx-10.9.5/swig-10/Source/DOH/
H A Dhash.c322 iter._index = 0; /* Index in hash table */
323 while ((iter._index < h->hashsize) && !h->hashtable[iter._index])
324 iter._index++;
326 if (iter._index >= h->hashsize) {
329 iter._current = h->hashtable[iter._index];
342 iter._index++;
343 while ((iter._index < h->hashsize) && !h->hashtable[iter._index]) {
344 iter._index
[all...]
H A Dlist.c203 iter._index = 0;
222 iter._index = iter._index + 1;
223 if (iter._index >= l->nitems) {
227 iter.item = l->items[iter._index];
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubycontainer.swg178 : _seq(seq), _index(index)
184 VALUE item = rb_ary_entry(_seq, _index );
189 sprintf(msg, "in sequence element %d ", _index);
203 rb_ary_set(_seq, _index, swig::from< T >(v));
209 int _index;
251 : _seq(seq), _index(index)
257 return reference(_seq, _index);
267 return (_index == ri._index) && (_seq == ri._seq);
277 ++_index;
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkMedium.cpp75 _index = index;
153 return _index;
199 (medium->_index == _index) );
H A DIONetworkMedium.h200 UInt32 _index; member in class:IONetworkMedium
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dcombobox.tcl68 variable _index
179 set ComboBox::_index($path) -1
331 variable _index
369 set _index($path) $idx
391 variable _index
397 if { $_index($path) >= 0 \
398 && $_index($path) < [llength $values] \
399 && $value eq [lindex $values $_index($path)]} {
400 return $_index($path)
904 variable _index
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DIndexedDBViews.js146 var keyPath = this._isIndex ? this._index.keyPath : this._objectStore.keyPath;
261 this._index = index;
345 this._model.loadIndexData(this._databaseId, this._objectStore.name, this._index.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
H A DResourcesPanel.js1857 this._index = index;
1863 return "indexedDB://" + this._databaseId.securityOrigin + "/" + this._databaseId.name + "/" + this._objectStore.name + "/" + this._index.name;
1871 this._index = index;
1874 this._view.update(this._index);
1882 var keyPathString = this._index.keyPathString;
1884 if (this._index.unique)
1886 if (this._index.multiEntry)
1895 this._view = new WebInspector.IDBDataView(this._model, this._databaseId, this._objectStore, this._index);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp1560 static c4_IntProp _index("index");
1563 c4_View tmp(_index);
1567 _index(row) = GetIndexOf(subset.GetAt(i));
1576 RemoveAt(_index(tmp.GetAt(i)));
1580 c4_View indices(_index);
1589 _index(ndx) = i;
H A DPyRowRef.cpp52 return PyInt_FromLong((&(*o))._index);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcpdtrtst.cpp362 UTransPosition _index = {1,3,2,3};
363 uprv_memcpy(&index, &_index, sizeof(index));
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp665 (fileName_), _items(items_), _index(index_) {
675 if (_index >= _items.GetSize())
676 _items.SetSize(_index + 1);
678 _items.SetAt(_index, this);
692 if (_index > 0)
700 if (_index < _items.GetSize()) {
701 d4_assert(_items.GetAt(_index) == this || _items.GetAt(_index) == 0);
702 _items.SetAt(_index, 0);

Completed in 222 milliseconds

12