Searched refs:elementSize (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DSystemMallocBrew.h42 static inline void* callocBrew(size_t numElements, size_t elementSize) argument
44 return MALLOC(numElements * elementSize);
/external/webkit/Source/WebCore/platform/network/curl/
H A DFormDataStreamCurl.cpp90 size_t elementSize = element.m_data.size() - m_formDataElementDataOffset; local
91 sent = elementSize > toSend ? toSend : elementSize;
93 if (elementSize > sent)
/external/webkit/Source/WebCore/rendering/
H A DRenderVideo.cpp154 IntSize elementSize;
156 elementSize = m_cachedImageSize;
158 elementSize = intrinsicSize();
161 if (elementSize.isEmpty() || contentRect.isEmpty())
165 int ratio = renderBox.width() * elementSize.height() - renderBox.height() * elementSize.width();
167 int newWidth = renderBox.height() * elementSize.width() / elementSize.height();
173 int newHeight = renderBox.width() * elementSize.height() / elementSize
[all...]
/external/icu4c/i18n/
H A Ducol_sit.cpp608 int32_t elementSize = 0; local
616 elementSize = ucol_getFunctionalEquivalent(locBuff, internalBufferSize, "collation", locale, &isAvailable, status);
618 if(elementSize) {
620 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status);
621 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg);
622 elementSize = uloc_getCountry(locBuff, tempbuff, internalBufferSize, status);
623 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg);
624 elementSize = uloc_getScript(locBuff, tempbuff, internalBufferSize, status);
625 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg);
626 elementSize
[all...]
/external/skia/legacy/src/animator/
H A DSkDisplayable.cpp106 size_t elementSize = SkMemberInfo::GetSize(elementType); local
107 size_t byteSize = elementSize * arrayCount;
/external/skia/src/animator/
H A DSkDisplayable.cpp106 size_t elementSize = SkMemberInfo::GetSize(elementType); local
107 size_t byteSize = elementSize * arrayCount;
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.h34 void* fastCalloc(size_t numElements, size_t elementSize);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.cpp58 int elementSize = attribute.typeSize(); local
90 if (converter.identity && inputStride == elementSize)
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp975 llvm::Value *elementSize = llvm::ConstantInt::get(CGF.SizeTy, local
977 CGF.Builder.CreateStore(elementSize, cookie);
H A DCGExprScalar.cpp2457 CharUnits elementSize; local
2461 elementSize = CharUnits::One();
2463 elementSize = CGF.getContext().getTypeSizeInChars(elementType);
2466 if (elementSize.isOne())
2469 divisor = CGF.CGM.getSize(elementSize);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputHLSL.cpp92 int elementSize = type.isMatrix() ? type.getNominalSize() : 1; local
95 return elementSize * arraySize;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 481 milliseconds