Searched refs:baseAddress (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCryptoOperationData.cpp42 result = std::make_pair(static_cast<uint8_t*>(bufferView->baseAddress()), bufferView->byteLength());
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_CVPixelBuffer.m13 void *releaseRefCon, const void *baseAddress)
44 void* baseAddress;
92 if (PyObject_AsWriteBuffer(py_buffer, &baseAddress, &buflen) < 0) {
110 baseAddress,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_CVPixelBuffer.m14 void *releaseRefCon, const void *baseAddress)
45 void* baseAddress;
93 if (PyObject_AsWriteBuffer(py_buffer, &baseAddress, &buflen) < 0) {
111 baseAddress,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Modules/
H A D_CVPixelBuffer.m14 void *releaseRefCon, const void *baseAddress)
45 void* baseAddress;
93 if (PyObject_AsWriteBuffer(py_buffer, &baseAddress, &buflen) < 0) {
111 baseAddress,
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArrayBufferView.h59 void* baseAddress() const function in class:JSC::ArrayBufferView
157 char* base = static_cast<char*>(baseAddress());
158 memmove(base + byteOffset, array->baseAddress(), array->byteLength());
171 char* base = static_cast<char*>(baseAddress());
185 char* base = static_cast<char*>(baseAddress());
H A DGenericTypedArrayView.h46 typename Adaptor::Type* data() const { return static_cast<typename Adaptor::Type*>(baseAddress()); }
H A DTypedArrayBase.h38 T* data() const { return static_cast<T*>(baseAddress()); }
/macosx-10.10/WebCore-7600.1.25/page/
H A DCrypto.cpp75 cryptographicallyRandomValues(array->baseAddress(), array->byteLength());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DCDMSessionAVFoundationCF.cpp73 CFDataAppendBytes(certificateData.get(), reinterpret_cast<const UInt8*>(certificate->baseAddress()), certificate->byteLength());
114 CFDataAppendBytes(keyData.get(), reinterpret_cast<const UInt8*>(key->baseAddress()), key->byteLength());
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DWebKitBlobBuilder.cpp85 m_appendableData.append(static_cast<const char*>(arrayBufferView->baseAddress()), arrayBufferView->byteLength());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DCDMSessionAVFoundationObjC.mm74 RetainPtr<NSData> certificateData = adoptNS([[NSData alloc] initWithBytes:certificate->baseAddress() length:certificate->byteLength()]);
100 RetainPtr<NSData> keyData = adoptNS([[NSData alloc] initWithBytes:key->baseAddress() length:key->byteLength()]);
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLookupProcessor.cpp133 LookupProcessor::LookupProcessor(const LETableReference &baseAddress, argument
138 lookupOrderArray(NULL), lookupOrderCount(0), fReference(baseAddress)
151 scriptListTable = LEReferenceTo<ScriptListTable>(baseAddress, success, scriptListOffset);
160 featureListTable = LEReferenceTo<FeatureListTable>(baseAddress, success, featureListOffset);
164 lookupListTable = LEReferenceTo<LookupListTable>(baseAddress,success, lookupListOffset);
H A DLookupProcessor.h52 LookupProcessor(const LETableReference &baseAddress,
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLBuffer.cpp110 return associateBufferDataImpl(array->baseAddress(), array->byteLength());
153 return associateBufferSubDataImpl(offset, array->baseAddress(), array->byteLength());
H A DWebGLRenderingContext.cpp1193 m_context->bufferData(target, data->byteLength(), data->baseAddress(), usage);
1251 m_context->bufferSubData(target, static_cast<GC3Dintptr>(offset), data->byteLength(), data->baseAddress());
1385 border, data->byteLength(), data->baseAddress());
1423 width, height, format, data->byteLength(), data->baseAddress());
3572 void* data = pixels->baseAddress();
3877 void* data = pixels ? pixels->baseAddress() : 0;
4139 void* data = pixels->baseAddress();
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dslcrep.cpp114 name, mCache.baseAddress());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dslcrep.cpp114 name, mCache.baseAddress());
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.h50 uint64_t baseAddress() const { return flip(mHeader->dyldBaseAddress); } function in class:DYLDCache
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.h50 uint64_t baseAddress() const { return flip(mHeader->dyldBaseAddress); } function in class:DYLDCache
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp485 pint_t baseAddress = this->getBaseAddress(); local
486 pint_t baseAddressSlide = this->getSlideForVMAddress(baseAddress);
497 it->address += (this->getSlideForVMAddress(it->address + baseAddress) - baseAddressSlide);
H A DMachOBinder.hpp224 pint_t baseAddress = layout.getSegments()[0].newAddress(); local
243 fHashTable[it->name] = it->address + baseAddress;
247 fHashTable[it->name] = it->address + baseAddress;
257 //fprintf(stderr, "0x%08llX %s\n", it->address + baseAddress, it->name);
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-new.h917 void *baseAddress() {
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h192 IOPhysicalAddress baseAddress; member in struct:IOFramebufferInformation
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp694 sendBytesData(body->baseAddress(), body->byteLength(), ec);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp616 return API::Data::create(static_cast<unsigned char*>(arrayData->baseAddress()), arrayData->byteLength());

Completed in 409 milliseconds

12