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

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
66 if (typeSize.isZero())
69 if (regionSize % typeSize != 0) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamBuilder.h 59 size_t typeSize = sizeof(ByteType);
60 for (size_t i = 0; i < typeSize; ++i)
SVGPathByteStreamSource.h 62 size_t typeSize = sizeof(ByteType);
64 for (size_t i = 0; i < typeSize; ++i) {
  /frameworks/rs/
rsScriptGroup.h 87 const Type ** type, size_t typeSize);
rsScriptGroup.cpp 198 const Type ** type, size_t typeSize) {
201 size_t linkCount = typeSize / sizeof(Type *);
355 const RsType * type, size_t typeSize) {
363 (const Type **) type, typeSize);
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 73 size_t typeSize = getTypeSize(type);
75 if (dataBytes % typeSize != 0) {
76 ALOGE("%s: Expected dataBytes (%ud) to be divisible by typeSize "
77 "(%ud)", __FUNCTION__, dataBytes, typeSize);
81 size_t dataCount = dataBytes / typeSize;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexDataManager.cpp 32 return (size - attribute.mOffset % stride + (stride - attribute.typeSize())) / stride;
259 buffer->promoteStaticUsage(count * attribs[i].typeSize());
VertexBuffer9.cpp 92 int elementSize = attrib.typeSize();
  /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/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.h 84 int typeSize() const
100 return mStride ? mStride : typeSize();
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 560 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
562 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity());
599 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
600 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity());
758 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/clang/lib/Sema/
SemaType.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [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/chromium_org/tools/win/split_link/viz.js/
viz.js 598 var i = 0, type, typeSize, previousType;
613 typeSize = Runtime.getNativeTypeSize(type);
616 i += typeSize;
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 660 var i = 0, type, typeSize, previousType;
675 typeSize = Runtime.getNativeTypeSize(type);
678 i += typeSize;
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 411 milliseconds