HomeSort by relevance Sort by last modified time
    Searched defs:typeSize (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.h 63 size_t typeSize = sizeof(ByteType);
65 for (size_t i = 0; i < typeSize; ++i) {
SVGPathByteStreamBuilder.h 60 size_t typeSize = sizeof(ByteType);
61 for (size_t i = 0; i < typeSize; ++i)
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
66 if (typeSize.isZero())
69 if (regionSize % typeSize != 0) {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 115 if (typeSize(type) * count + offset > static_cast<std::size_t>(buffer->size()))
136 streamOffset = (offset / typeSize(type)) * indexSize(format);
150 convertCount = buffer->size() / typeSize(type);
180 streamOffset = (offset / typeSize(type)) * indexSize(format);
196 std::size_t IndexDataManager::typeSize(GLenum type) const
  /external/webkit/Source/WebCore/platform/network/
MIMESniffing.cpp 79 size_t typeSize = strlen(type);
80 if (typeSize >= xmlSuffixSize && !memcmp(type + typeSize - xmlSuffixSize, xmlSuffix, xmlSuffixSize))
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 499 int typeSize = (varTag == LONG || varTag == DOUBLE) ? 2 : 1;
500 int[] localTags2 = new int[len + typeSize];
501 int[] localData2 = new int[len + typeSize];
506 j += typeSize;
514 if (typeSize > 1) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerVertex.java 321 static int typeSize(final GLEnum type) {
460 attrib.elemSize = attrib.size * typeSize(attrib.type);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 517 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
519 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity());
556 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
557 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
715 if (typeSize.isOne()) {
    [all...]
  /external/icu4c/common/
uloc_tag.c 909 int32_t i, typeSize;
937 typeSize = 0;
940 if (typeSize >= MAX_BCP47_SUBTAG_LEN) {
944 typeSize = 0;
946 typeSize++;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 45 size_t typeSize = sizeof( result );
48 int err = sysctlbyname( key, &result, &typeSize, NULL, 0 );
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 99 int typeSize() const
115 return mStride ? mStride : typeSize();
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 895 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result));
896 assert(typeSize > 0 && "type size for vector must be greater than 0 bits");
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 534 milliseconds