Searched defs:capacity (Results 1 - 17 of 17) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIORangeAllocator.h56 UInt32 capacity; member in class:IORangeAllocator
[all...]
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSArray.h98 unsigned int capacity; member in class:OSArray
[all...]
H A DOSData.h82 unsigned int capacity; member in class:OSData
[all...]
H A DOSDictionary.h125 unsigned int capacity; member in class:OSDictionary
[all...]
H A DOSOrderedSet.h128 unsigned int capacity; member in class:OSOrderedSet
[all...]
H A DOSSerialize.h92 unsigned int capacity; // of container member in class:OSSerialize
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp35 withCapacity( IOByteCount capacity, IODirection direction ) argument
58 initWithCapacity( IOByteCount capacity, IODirection direction ) argument
H A DIOBufferMemoryDescriptor.cpp98 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment, task_t inTask) argument
109 initWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t alignment, mach_vm_address_t physicalMask) argument
323 inTaskWithOptions( task_t inTask, IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
338 inTaskWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t physicalMask) argument
355 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
364 withOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
[all...]
H A DIORangeAllocator.cpp94 withRange( IORangeScalar endOfRange, IORangeScalar defaultAlignment, UInt32 capacity, IOOptionBits options ) argument
H A DIOMemoryDescriptor.cpp391 uint32_t capacity; member in struct:IOMemoryReference
405 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) argument
H A DIOPMrootDomain.cpp3244 int i, j, count, capacity; local
/xnu-2782.1.97/libkern/c++/
H A DOSOrderedSet.cpp92 withCapacity(unsigned int capacity, argument
[all...]
H A DOSArray.cpp126 OSArray *OSArray::withCapacity(unsigned int capacity) argument
138 withObjects(const OSObject *objects[], unsigned int count, unsigned int capacity) argument
152 withArray(const OSArray *array, unsigned int capacity) argument
[all...]
H A DOSDictionary.cpp196 OSDictionary *OSDictionary::withCapacity(unsigned int capacity) argument
208 withObjects(const OSObject *objects[], const OSSymbol *keys[], unsigned int count, unsigned int capacity) argument
223 withObjects(const OSObject *objects[], const OSString *keys[], unsigned int count, unsigned int capacity) argument
238 withDictionary(const OSDictionary *dict, unsigned int capacity) argument
[all...]
H A DOSSet.cpp66 unsigned int capacity = inCount; local
105 OSSet *OSSet::withCapacity(unsigned int capacity) argument
117 withObjects(const OSObject *objects[], unsigned int count, unsigned int capacity) argument
131 withArray(const OSArray *array, unsigned int capacity) argument
144 withSet(const OSSet *set, unsigned int capacity) argument
[all...]
H A DOSMetaClass.cpp108 unsigned int capacity; member in struct:StalledData
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_array.c176 pool_create(size_t capacity) argument
198 pool_destroy(KXLDArrayPool *pool, size_t capacity) argument

Completed in 61 milliseconds