Searched defs:newBuffer (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArgList.cpp57 EncodedJSValue* newBuffer = &(new EncodedJSValue[newCapacity])[newCapacity - 1]; local
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentEncoder.cpp98 uint8_t* newBuffer = static_cast<uint8_t*>(allocBuffer(newCapacity)); local
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclUtil.c75 char *newBuffer = ckalloc(newBufSize); local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dustr_wcs.cpp42 char *newBuffer=(char *)uprv_malloc(reqCapacity*size); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DGStreamerVersioning.cpp122 GstBuffer* newBuffer = gst_buffer_try_new_and_alloc(GST_BUFFER_SIZE(buffer)); local
H A DVideoSinkGStreamer.cpp208 GstBuffer* newBuffer = createGstBuffer(buffer); local
/macosx-10.9.5/CF-855.17/
H A DCFXMLInputStream.c226 UniChar *newBuffer = (UniChar *)CFAllocatorReallocate(stream->allocator, stream->charBuffer, stream->bufferCapacity * 2 * sizeof(UniChar), 0); local
H A DCFUnicodeDecomposition.c271 UTF32Char *newBuffer; local
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducoleitr.cpp92 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW); local
170 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW); local
H A Ducol.cpp327 int32_t *newBuffer = static_cast<int32_t *>(uprv_malloc(newCapacity * 4)); local
4433 uint8_t *newBuffer = key_.reallocate(newCapacity, length); local
/macosx-10.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c122 struct TLVImageInfo* newBuffer = malloc(sizeof(TLVImageInfo)*newCount); local
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResource.cpp912 void CachedResource::tryReplaceEncodedData(PassRefPtr<SharedBuffer> newBuffer) argument
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.cpp1738 LocalIsochPortCOM::SModifyTransferPacketDCL ( PortRef self, DCLTransferPacket * dcl, void * newBuffer, IOByteCount newSize ) argument
H A DIOFireWireLibPriv.h309 mach_vm_address_t newBuffer ; member in struct:IOFireWireLib::CommandSubmitParams
/macosx-10.9.5/libunwind-35.3/src/
H A DUnwindCursor.hpp150 entry* newBuffer = (entry*)malloc(newSize*sizeof(entry)); // can't use operator new in libSystem.dylib local
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalImp.cpp495 OALBuffer *newBuffer = new OALBuffer (AL_NONE); local
1616 OALBuffer *newBuffer = new OALBuffer (newBufferToken); local
H A DoalSource.cpp4582 BufferInfo newBuffer; local
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_network.c2232 UInt8 *newBuffer; local

Completed in 314 milliseconds