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) {
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 568 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
570 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity());
607 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
608 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
766 if (typeSize.isOne()) {
    [all...]
  /external/icu4c/common/
uloc_tag.c 886 int32_t i, typeSize;
914 typeSize = 0;
917 if (typeSize >= MAX_BCP47_SUBTAG_LEN) {
921 typeSize = 0;
923 typeSize++;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 873 milliseconds