Searched defs:newSize (Results 1 - 25 of 122) sorted by path

12345

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2093 static UInt64 growLastExtent(CFMutableDataRef extentData, AppleRAIDExtentOnDisk * lvgExtentList, UInt64 lvgExtentCount, UInt64 newSize) argument
2148 static UInt64 truncateExtents(CFMutableDataRef extentData, UInt64 newSize) argument
2763 AppleLVMResizeVolume(CFMutableDictionaryRef lvProps, UInt64 newSize) argument
[all...]
H A Dartest.c905 UInt64 newSize = AppleLVMResizeVolume(lvProps, volSize); local
/macosx-10.9.5/CF-855.17/
H A DCFICUConverters.c189 CFIndex newSize = data->_numSlots + ICU_CONVERTER_SLOT_INCREMENT; local
H A DCFSocket.c1033 CFIndex oldSize = numFds / NFDBITS, newSize = (sock + NFDBITS) / NFDBITS, changeInBytes = (newSize - oldSize) * sizeof(fd_mask); local
2932 CFIndex oldSize = numFds / NFDBITS, newSize = (sock + NFDBITS) / NFDBITS, changeInBytes = (newSize - oldSize) * sizeof(fd_mask); local
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c16466 int newSize; local
40015 i64 currentSize, newSize; local
82179 int newSize; local
106855 int newSize; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duvector.cpp366 void UVector::setSize(int32_t newSize, UErrorCode &status) { argument
[all...]
H A Duvectr32.cpp273 void UVector32::setSize(int32_t newSize) { argument
H A Duvectr64.cpp191 void UVector64::setSize(int32_t newSize) { argument
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp7067 uint32_t newSize; local
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DFontTableCache.cpp75 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; local
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A DFontTableCache.cpp75 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; local
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.cpp643 UInt32 oldSize, newSize; local
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp1331 UInt32 newSize = inNumQuads << 2 ; local
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp3221 IOPCIScalar newSize, extendAvail; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOperations.cpp1478 char* DFG_OPERATION operationAllocatePropertyStorage(ExecState* exec, size_t newSize) argument
1498 char* DFG_OPERATION operationReallocateButterflyToGrowPropertyStorage(ExecState* exec, JSObject* object, size_t newSize) argument
H A DDFGRepatch.cpp842 size_t newSize = structure->outOfLineCapacity() * sizeof(JSValue); local
H A DDFGSpeculativeJIT.cpp4173 size_t newSize = oldSize * outOfLineGrowthFactor; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DCopiedSpace.cpp100 CheckedBoolean CopiedSpace::tryReallocate(void** ptr, size_t oldSize, size_t newSize) argument
124 CheckedBoolean CopiedSpace::tryReallocateOversize(void** ptr, size_t oldSize, size_t newSize) argument
[all...]
H A DHeap.h394 inline CheckedBoolean Heap::tryReallocateStorage(void** ptr, size_t oldSize, size_t newSize) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp1595 int32_t newSize = newStructure->outOfLineCapacity(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DButterflyInlines.h114 size_t newSize = totalSize(0, propertyCapacity, true, newIndexingPayloadSizeInBytes); local
H A DJSArray.cpp288 size_t newSize = Butterfly::totalSize(0, propertyCapacity, true, ArrayStorage::sizeFor(desiredCapacity)); local
H A DJSONObject.cpp441 unsigned newSize = m_indent.length() + m_gap.length(); local
H A DJSObject.cpp2380 Butterfly* JSObject::growOutOfLineStorage(VM& vm, size_t oldSize, size_t newSize) argument
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dplarena.c184 PRUint32 newSize; // bytes actually mallocd here local

Completed in 676 milliseconds

12345