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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 79 unsigned StorageSize;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageOffset() {}
88 unsigned StorageSize, CharUnits StorageOffset)
90 StorageSize(StorageSize), StorageOffset(StorageOffset) {}
101 uint64_t StorageSize,
CGRecordLayoutBuilder.cpp 230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
232 if (Info.Size > Info.StorageSize)
233 Info.Size = Info.StorageSize;
239 Info.Offset = Info.StorageSize - (Info.Offset + Info.Size);
649 uint64_t StorageSize,
679 Offset = StorageSize - (Offset + Size);
682 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageOffset);
    [all...]
CGObjCRuntime.cpp 123 CharUnits StorageSize = CGF.CGM.getContext().toCharUnitsFromBits(
135 CGF.CGM.getContext().toBits(StorageSize),
141 Info->StorageSize));
CGExpr.cpp     [all...]
CGAtomic.cpp 95 BFI.StorageSize = AtomicSizeInBits;
    [all...]
  /external/skia/src/core/
SkTextBlob.cpp 193 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,
254 + StorageSize(run->glyphCount(), run->textSize(), run->positioning(), &safe));
602 SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, 0, positioning, &safe) -
603 SkTextBlob::RunRecord::StorageSize(run->glyphCount() , 0, positioning, &safe);
641 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe);
731 validateSize += SkTextBlob::RunRecord::StorageSize(
  /external/skqp/src/core/
SkTextBlob.cpp 193 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,
254 + StorageSize(run->glyphCount(), run->textSize(), run->positioning(), &safe));
602 SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, 0, positioning, &safe) -
603 SkTextBlob::RunRecord::StorageSize(run->glyphCount() , 0, positioning, &safe);
641 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe);
731 validateSize += SkTextBlob::RunRecord::StorageSize(
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 119 milliseconds