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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORangeAllocator.h56 UInt32 capacity; member in class:IORangeAllocator
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSArray.h97 unsigned int capacity; member in class:OSArray
[all...]
H A DOSData.h81 unsigned int capacity; member in class:OSData
[all...]
H A DOSDictionary.h124 unsigned int capacity; member in class:OSDictionary
[all...]
H A DOSOrderedSet.h128 unsigned int capacity; member in class:OSOrderedSet
[all...]
H A DOSSerialize.h86 unsigned int capacity; // of container member in class:OSSerialize
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp35 withCapacity( IOByteCount capacity, IODirection direction ) argument
58 initWithCapacity( IOByteCount capacity, IODirection direction ) argument
H A DIORangeAllocator.cpp94 withRange( IORangeScalar endOfRange, IORangeScalar defaultAlignment, UInt32 capacity, IOOptionBits options ) argument
H A DIOBufferMemoryDescriptor.cpp280 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment, task_t inTask) argument
291 initWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t alignment, mach_vm_address_t physicalMask) argument
549 inTaskWithOptions( task_t inTask, IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
564 inTaskWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t physicalMask) argument
581 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
590 withOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
[all...]
H A DIOPMrootDomain.cpp3345 int i, j, count, capacity; local
/darwin-on-arm/xnu/libkern/c++/
H A DOSOrderedSet.cpp89 withCapacity(unsigned int capacity, argument
[all...]
H A DOSArray.cpp122 OSArray *OSArray::withCapacity(unsigned int capacity) argument
134 withObjects(const OSObject *objects[], unsigned int count, unsigned int capacity) argument
148 withArray(const OSArray *array, unsigned int capacity) argument
[all...]
H A DOSDictionary.cpp194 OSDictionary *OSDictionary::withCapacity(unsigned int capacity) argument
206 withObjects(const OSObject *objects[], const OSSymbol *keys[], unsigned int count, unsigned int capacity) argument
221 withObjects(const OSObject *objects[], const OSString *keys[], unsigned int count, unsigned int capacity) argument
236 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
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c176 pool_create(size_t capacity) argument
198 pool_destroy(KXLDArrayPool *pool, size_t capacity) argument

Completed in 106 milliseconds