Searched refs:increment (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSSerialize.cpp193 unsigned int OSSerialize::setCapacityIncrement(unsigned int increment) argument
195 capacityIncrement = (increment)? increment : 256;
H A DOSArray.cpp180 unsigned int OSArray::setCapacityIncrement(unsigned int increment) argument
182 capacityIncrement = (increment)? increment : 16;
H A DOSOrderedSet.cpp119 unsigned int OSOrderedSet::setCapacityIncrement(unsigned int increment) argument
121 capacityIncrement = (increment)? increment : 16;
H A DOSSet.cpp181 unsigned int OSSet::setCapacityIncrement(unsigned int increment) argument
183 return members->setCapacityIncrement(increment);
H A DOSData.cpp217 unsigned int OSData::setCapacityIncrement(unsigned increment) argument
219 return capacityIncrement = increment;
H A DOSDictionary.cpp269 unsigned int OSDictionary::setCapacityIncrement(unsigned int increment) argument
271 capacityIncrement = (increment)? increment : 16;
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSCollection.h294 * Returns the storage increment of the collection.
297 * The storage increment of the collection.
302 * in multiples of the capacity increment.
308 * for how the capacity increment is used.
317 * Sets the storage increment of the collection.
320 * The new storage increment of the collection,
326 * in multiples of the capacity increment.
329 * an <code>increment</code> of zero
332 * Setting the capacity increment does not trigger an immediate adjustment
339 * for how the capacity increment i
[all...]
H A DOSSerialize.h278 virtual unsigned int setCapacityIncrement(unsigned increment);
H A DOSArray.h358 * Returns the storage increment of the array.
361 * The storage increment of the array.
365 * of the capacity increment.
374 * Sets the storage increment of the array.
377 * The new storage increment of the array,
382 * of the capacity increment.
385 virtual unsigned int setCapacityIncrement(unsigned increment);
H A DOSData.h420 * Returns the storage increment of the OSData object.
423 * The storage increment of the OSData object.
427 * of the capacity increment.
439 * Sets the storage increment of the array.
442 * The original storage increment of the array.
446 * of the capacity increment.
451 virtual unsigned int setCapacityIncrement(unsigned increment);
H A DOSOrderedSet.h297 * Returns the storage increment of the ordered set.
300 * The storage increment of the ordered set.
304 * of the capacity increment.
313 * Sets the storage increment of the ordered set.
316 * The new storage increment of the ordered set,
321 * of the capacity increment.
324 virtual unsigned int setCapacityIncrement(unsigned increment);
H A DOSSet.h436 * Returns the storage increment of the set.
439 * The storage increment of the set.
443 * of the capacity increment.
452 * Sets the storage increment of the set.
455 * The new storage increment of the set,
460 * of the capacity increment.
463 virtual unsigned int setCapacityIncrement(unsigned increment);
H A DOSDictionary.h485 * Returns the storage increment of the dictionary.
488 * The storage increment of the dictionary.
492 * of the capacity increment.
501 * Sets the storage increment of the dictionary.
504 * The new storage increment of the dictionary,
509 * of the capacity increment.
512 virtual unsigned int setCapacityIncrement(unsigned increment);
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c71 * increment: 0.005
140 * These are d1 (increment) and d2 (decrement) parameters, used to determine
229 SYSCTL_UINT(_net_classq_sfb, OID_AUTO, increment, CTLFLAG_RW|CTLFLAG_LOCKED,
230 &sfb_increment, SFB_INCREMENT, "SFB increment [d1]");
668 sp->sfb_qid, inc ? "increment" : "decrement",
674 /* increment/decrement marking probability */

Completed in 102 milliseconds