Searched refs:withCapacity (Results 1 - 25 of 48) sorted by relevance

12

/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp136 OSSerialize *s = OSSerialize::withCapacity(5);
151 OSSerialize *s2 = OSSerialize::withCapacity(5);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueue.h77 * @function withCapacity
83 static IODataQueue *withCapacity(UInt32 size);
H A DIOInterleavedMemoryDescriptor.h55 /*! @function withCapacity
62 static IOInterleavedMemoryDescriptor * withCapacity( IOByteCount capacity,
H A DIOSharedDataQueue.h66 * @function withCapacity
72 static IOSharedDataQueue *withCapacity(UInt32 size);
H A DIOBufferMemoryDescriptor.h191 * withCapacity:
197 static IOBufferMemoryDescriptor * withCapacity(
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceMemory.cpp61 array = OSArray::withCapacity( count );
H A DIOCatalogue.cpp160 personalities = OSDictionary::withCapacity(32);
205 set = OSOrderedSet::withCapacity( 1, IOServiceOrdering,
248 set = OSOrderedSet::withCapacity( 1, IOServiceOrdering,
305 set = OSOrderedSet::withCapacity( 10, IOServiceOrdering,
405 set = OSOrderedSet::withCapacity(10,
507 dict = OSDictionary::withCapacity(2);
654 dict = OSDictionary::withCapacity(1);
713 set = OSOrderedSet::withCapacity(10, IOServiceOrdering,
780 matchSet = OSOrderedSet::withCapacity(10, IOServiceOrdering,
H A DIOKitDebug.cpp167 dict = OSDictionary::withCapacity( 5 );
H A DIOService.cpp255 static OSData *sCpuDelayData = OSData::withCapacity(8 * sizeof(CpuDelayEntry));
313 gNotifications = OSDictionary::withCapacity( 1 );
363 gJobs = OSOrderedSet::withCapacity( 10 );
388 gIOTerminatePhase2List = OSArray::withCapacity( 2 );
389 gIOStopList = OSArray::withCapacity( 16 );
390 gIOStopProviderList = OSArray::withCapacity( 16 );
391 gIOFinalizeList = OSArray::withCapacity( 16 );
1426 copyArray = OSArray::withCapacity(1);
1734 makeInactive = OSArray::withCapacity( 16 );
2112 doPhase2List = OSArray::withCapacity( 1
[all...]
H A DIONVRAM.cpp50 dict = OSDictionary::withCapacity(1);
57 _nvramPartitionOffsets = OSDictionary::withCapacity(1);
60 _nvramPartitionLengths = OSDictionary::withCapacity(1);
237 dict = OSDictionary::withCapacity(1);
643 _ofDict = OSDictionary::withCapacity(1);
1422 data = OSData::withCapacity(totalLength);
1452 result = OSData::withCapacity(endPtr - wherePtr);
1619 data = OSData::withCapacity(16);
1626 OSArray *array = OSArray::withCapacity(5);
H A DIODataQueue.cpp46 IODataQueue *IODataQueue::withCapacity(UInt32 size) function in class:IODataQueue
H A DIOInterleavedMemoryDescriptor.cpp35 IOInterleavedMemoryDescriptor * IOInterleavedMemoryDescriptor::withCapacity( function in class:IOInterleavedMemoryDescriptor
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp55 members = OSArray::withCapacity(inCapacity);
105 OSSet *OSSet::withCapacity(unsigned int capacity) function in class:OSSet
364 cycleDict = OSDictionary::withCapacity(16);
375 newSet = OSSet::withCapacity(members->capacity);
H A DOSSerialize.cpp151 tags = OSDictionary::withCapacity(32);
178 OSSerialize *OSSerialize::withCapacity(unsigned int inCapacity) function in class:OSSerialize
H A DOSOrderedSet.cpp89 withCapacity(unsigned int capacity, function in class:OSOrderedSet
376 cycleDict = OSDictionary::withCapacity(16);
388 newSet = OSOrderedSet::withCapacity(capacity, ordering, orderingRef);
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp77 OSSerialize *s = OSSerialize::withCapacity(5);
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSerialize.h101 * @function withCapacity
116 static OSSerialize * withCapacity(unsigned int capacity);
H A DOSArray.h113 * @function withCapacity
130 static OSArray * withCapacity(unsigned int capacity);
214 * <code>@link //apple_ref/cpp/clm/OSArray/withCapacity/staticOSArray*\/(unsignedint)
215 * withCapacity@/link</code>
H A DOSData.h92 * @function withCapacity
110 static OSData * withCapacity(unsigned int capacity);
235 * //apple_ref/cpp/clm/OSData/withCapacity/staticOSData*\/(unsignedint)
236 * withCapacity@/link</code> instead.
H A DOSOrderedSet.h145 * @function withCapacity
183 static OSOrderedSet * withCapacity(
208 * //apple_ref/cpp/clm/OSOrderedSet/withCapacity/staticOSOrderedSet*\/(unsignedint,OSOrderFunction,void*)
209 * withCapacity@/link</code>
H A DOSSet.h109 * @function withCapacity
127 static OSSet * withCapacity(unsigned int capacity);
253 * //apple_ref/cpp/clm/OSSet/withCapacity/staticOSSet*\/(unsignedint)
254 * withCapacity@/link</code>
H A DOSDictionary.h140 * @function withCapacity
158 static OSDictionary * withCapacity(unsigned int capacity);
289 * <code>@link //apple_ref/cpp/clm/OSDictionary/withCapacity/staticOSDictionary*\/(unsignedint)
290 * withCapacity@/link</code>
/darwin-on-arm/xnu/iokit/Tests/
H A DTestCollections.cpp47 array1 = OSArray::withCapacity(1);
60 array1 = OSArray::withCapacity(1);
126 array2 = OSArray::withCapacity(1);
177 array1 = OSArray::withCapacity(numStrCache);
191 array2 = OSArray::withCapacity(1);
233 array1 = OSArray::withCapacity(numStrCache);
286 set1 = OSSet::withCapacity(1);
299 set1 = OSSet::withCapacity(1);
364 set2 = OSSet::withCapacity(set1->getCount());
416 set1 = OSSet::withCapacity(numStrCach
[all...]
H A DTestContainers.cpp129 test1 = OSData::withCapacity(DATA_SIZE_1);
139 test1 = OSData::withCapacity(DATA_SIZE_1);
156 test1 = OSData::withCapacity(DATA_SIZE_1);
203 test1 = OSData::withCapacity(DATA_SIZE_4);
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp107 dict = OSDictionary::withCapacity(1);
170 propDict = OSDictionary::withCapacity(1);
234 dict = OSDictionary::withCapacity(3);
288 matching = OSDictionary::withCapacity( 1 );
478 OSSerialize * s = OSSerialize::withCapacity( 5 );

Completed in 178 milliseconds

12