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

1234567

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h45 static IOHIDEventServiceQueue *withCapacity(UInt32 size);
H A DIOHIDEventQueue.h69 static IOHIDEventQueue * withCapacity( UInt32 size );
H A DIOHIDEventQueue.cpp40 IOHIDEventQueue * IOHIDEventQueue::withCapacity( UInt32 size ) function in class:IOHIDEventQueue
69 queue = IOHIDEventQueue::withCapacity(size);
254 _elementSet = OSSet::withCapacity(4);
H A DIOHIDEventDriver.cpp94 result->elements = OSArray::withCapacity(4);
103 OSDictionary * tempDictionary = OSDictionary::withCapacity(2);
164 result->elements = OSArray::withCapacity(4);
442 pendingButtonElements = OSArray::withCapacity(4);
450 pendingElements = OSArray::withCapacity(4);
528 newTransducers = OSArray::withCapacity(4);
531 orphanedElements = OSArray::withCapacity(4);
550 pendingElements = OSArray::withCapacity(4);
686 OSDictionary * properties = OSDictionary::withCapacity(4);
704 OSDictionary * properties = OSDictionary::withCapacity(
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp136 OSSerialize *s = OSSerialize::withCapacity(5);
151 OSSerialize *s2 = OSSerialize::withCapacity(5);
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Diagnostics.cpp46 dictionary = OSDictionary::withCapacity( 4 );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODataQueue.h86 * @function withCapacity
92 static IODataQueue *withCapacity(UInt32 size);
H A DIOInterleavedMemoryDescriptor.h55 /*! @function withCapacity
62 static IOInterleavedMemoryDescriptor * withCapacity( IOByteCount capacity,
H A DIOSharedDataQueue.h88 * @function withCapacity
94 static IOSharedDataQueue *withCapacity(UInt32 size);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectoryIterator.cpp50 fDirectorySet = OSSet::withCapacity(2);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceMemory.cpp61 array = OSArray::withCapacity( count );
H A DIOCatalogue.cpp164 personalities = OSDictionary::withCapacity(32);
209 set = OSOrderedSet::withCapacity( 1, IOServiceOrdering,
252 set = OSOrderedSet::withCapacity( 1, IOServiceOrdering,
309 set = OSOrderedSet::withCapacity( 10, IOServiceOrdering,
409 set = OSOrderedSet::withCapacity(10,
511 dict = OSDictionary::withCapacity(2);
658 dict = OSDictionary::withCapacity(1);
717 set = OSOrderedSet::withCapacity(10, IOServiceOrdering,
785 matchSet = OSOrderedSet::withCapacity(10, IOServiceOrdering,
H A DIOReporter.cpp212 _channelNames = OSArray::withCapacity(1);
964 channelIDs = OSArray::withCapacity((unsigned)_nChannels);
1009 channelLegendArray = OSArray::withCapacity(chCnt);
1013 tmpChannelArray = OSArray::withCapacity(3);
1044 channelInfoDict = OSDictionary::withCapacity(1);
1056 legendEntry = OSDictionary::withCapacity(1);
/macosx-10.10/xnu-2782.1.97/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.cpp174 tags = OSDictionary::withCapacity(32);
201 OSSerialize *OSSerialize::withCapacity(unsigned int inCapacity) function in class:OSSerialize
/macosx-10.10/xnu-2782.1.97/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp77 OSSerialize *s = OSSerialize::withCapacity(5);
/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/IONetworkingFamily-101/
H A DIOPacketQueue.h84 /*! @function withCapacity
92 static IOPacketQueue * withCapacity(UInt32 capacity =
H A DIONetworkStack.cpp135 _ifListNaming = OSSet::withCapacity(8);
139 _ifPrefixDict = OSDictionary::withCapacity(4);
280 if (!set && ((set = OSOrderedSet::withCapacity(8, orderNetworkInterfaces))))
439 _ifListAttach = OSArray::withCapacity(1);
584 _ifListDetach = OSArray::withCapacity(8);
759 _ifListDetach = OSArray::withCapacity(8);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSArray.h114 * @function withCapacity
131 static OSArray * withCapacity(unsigned int capacity);
215 * <code>@link //apple_ref/cpp/clm/OSArray/withCapacity/staticOSArray*\/(unsignedint)
216 * withCapacity@/link</code>
H A DOSData.h108 * @function withCapacity
126 static OSData * withCapacity(unsigned int capacity);
251 * //apple_ref/cpp/clm/OSData/withCapacity/staticOSData*\/(unsignedint)
252 * 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 DOSSerialize.h127 * @function withCapacity
142 static OSSerialize * withCapacity(unsigned int capacity);
H A DOSSet.h110 * @function withCapacity
128 static OSSet * withCapacity(unsigned int capacity);
254 * //apple_ref/cpp/clm/OSSet/withCapacity/staticOSSet*\/(unsignedint)
255 * withCapacity@/link</code>
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.cpp85 _openReaders = OSSet::withCapacity(16);
86 _openReaderWriters = OSSet::withCapacity(16);
520 partitions = OSSet::withCapacity( partitionsNew->getCapacity( ) );
525 partitions1 = OSOrderedSet::withCapacity( partitionsOld->getCapacity( ), partitionComparison, 0 );
543 partitions2 = OSOrderedSet::withCapacity( partitionsNew->getCapacity( ), partitionComparison, 0 );
694 keys = OSSet::withCapacity( 1 );

Completed in 154 milliseconds

1234567