Searched refs:_count (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/libauto-186/
H A DPointerHash.cpp39 if (_count*3 > _capacity*2) {
41 } else if ((_count + _removed + 8) >= _capacity) {
62 _count++;
73 if (_count > 0) {
108 _count--;
125 uint32_t old_count = _count;
135 _count = 0;
165 if (_count > 0) {
185 _count = 0;
211 // If _count < PreferredCapacit
[all...]
H A DPointerHash.h48 uint32_t _count; member in class:Auto::PointerHash
59 PointerHash(uint32_t initialCapacity) : _pointers(NULL), _capacity(0), _capacityMask(0), _count(0), _removed(0), _firstOccupiedSlot(0), _lastOccupiedSlot(0), _maxRunLength(0) { if (initialCapacity > 0) grow(initialCapacity * 4); };
75 inline uint32_t count() const { return _count; }
H A DDefinitions.h809 usword_t _count; member in class:Auto::PointerArray
814 PointerArray() : _count(0), _capacity(0), _buffer(NULL) {}
815 PointerArray(MemoryAllocator allocator) : _count(0), _capacity(0), _buffer(NULL), _allocator(allocator) {}
818 usword_t count() const { return _count; }
819 void clear_count() { _count = 0; }
820 void set_count(usword_t n) { _count = n; }
856 // only copy contents if _count != 0.
857 if (new_buffer && _count) {
867 if (_count == _capacity) grow();
868 _buffer[_count
907 usword_t _count; member in class:Auto::PointerQueue
[all...]
H A DStatistics.h164 volatile uint64_t _count; member in class:Auto::Statistics
166 // total # bytes represented by blocks included in _count
205 inline uint64_t count() const { return _count; }
218 inline void add_count(int64_t n) { OSAtomicAdd64(n, (volatile int64_t *)&_count); }
H A DZone.cpp1024 usword_t _count; member in struct:Auto::mark_write_barriers_untouched_visitor
1026 mark_write_barriers_untouched_visitor() : _count(0) {}
1031 _count += wb.mark_cards_untouched();
1047 usword_t _count; member in struct:Auto::clear_untouched_write_barriers_visitor
1049 clear_untouched_write_barriers_visitor() : _count(0) {}
1054 _count += wb.clear_untouched_cards();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSetDataFrame.js29 this._count = 0;
55 return this._count;
77 this._count++;
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-sel-set.mm83 uint32_t _count; /* number of slots used */
120 sset->_count = 0;
147 if (sset->_count == sset->_capacity) {
150 uint32_t idx, capacity = sset->_count + 1;
170 sset->_count++;
H A Dobjc-externalref.mm56 size_t _count; // count of pointers in _list (in use count)
106 if (list->_size == list->_count) {
142 list->_count++;
201 list->_count--;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Drecord.tcl48 ## _count(some_record) 0
54 variable _count
134 variable _count
210 set _count($defn_) 0
251 variable _count
274 set c $_count($defn_)
275 set inst_ [format "%s%s" ${defn_} $_count($defn_)]
276 incr _count($defn_)
285 incr _count($defn_) -1
627 variable _count
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicAccessStructureList.h66 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, StructureChain* _chain, bool _isDirect, unsigned _count) argument
72 count = _count;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DPathProfileInfo.h62 inline unsigned int getCount() const { return _count; }
72 unsigned int _count; member in class:llvm::ProfilePath
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dderived.cpp323 chg->StartInsertAt(i, *nf_._cursor, nf_._count);
329 int j = PosInMap(nf_._index + nf_._count);
341 if (inMap && nf_._index != nf_._count)
342 chg->StartMove(i, PosInMap(nf_._count));
386 _rowMap.InsertAt(i, 0, nf_._count);
388 for (int j = 0; j < nf_._count; ++j)
393 _rowMap.ElementAt(i++) += nf_._count;
401 int j = PosInMap(nf_._index + nf_._count);
408 _rowMap.ElementAt(i++) -= nf_._count;
418 if (inMap && nf_._index != nf_._count) {
[all...]
H A Dstore.cpp91 _count = n_;
99 _count = count_;
107 _count = to_;
465 nf_._count);
468 case c4_Notifier::kRemoveAt: chg->StartRemoveAt(nf_._index, nf_._count);
471 case c4_Notifier::kMove: chg->StartMove(nf_._index, nf_._count);
H A Dstore.h53 int _count; member in class:c4_Notifier
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Drpclist.h551 int _count; \
553 for (_count = (int) n, \
555 (_count > 1) && (list_element != NULL); \
558 _count--); \
/macosx-10.10.1/ruby-106/ruby/test/minitest/
H A Dtest_minitest_spec.rb528 def _count method
538 _count.must_equal 0
543 _count.must_equal 1
547 _count.must_equal 1
552 _count.must_equal 2
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdictionary.py188 if hasattr(self, '_count'):
189 return self._count
200 self._count = count
215 self.assertEquals(o._count, 4)
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DIterator.pm69 $self->{_count} ||= scalar $self->data;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdictionary.py188 if hasattr(self, '_count'):
189 return self._count
200 self._count = count
215 self.assertEqual(o._count, 4)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsdictionary.py188 if hasattr(self, '_count'):
189 return self._count
200 self._count = count
215 self.assertEqual(o._count, 4)
/macosx-10.10.1/file-46/file/src/
H A Dfile.h259 uint32_t _count; /* repeat/line count */ member in struct:magic::__anon8620::__anon8621
264 #define str_range _u._s._count
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileInfo.cpp115 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
118 return 100 * double(_count) /
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsvccoll.cpp306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { argument
312 _count = 0;
321 _count = count;
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclInt.h184 int __##var##_count = (n); type __##var[n+2]; \
185 type *var = __##var + 1; var[-1] = var[__##var##_count] = (type)0xdeadbeaf
187 assert(var[-1] == var[__##var##_count] && var[-1] == (type)0xdeadbeaf)
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp1145 (interp_), _view(view_), _temp(0), _first(0), _count( - 1){}
1253 // normalize _first and _count to be in allowable range
1259 if (_count < 0)
1260 _count = n;
1261 if (_first + _count > n)
1262 _count = n - _first;
1265 result.SetSize(_count); // upper bound
1275 _view.RestrictSearch(exact, _first, _count);
1278 for (n = 0; _first < _view.GetSize() && n < _count; ++_first)
2311 sel._count
[all...]

Completed in 305 milliseconds

12