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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 79 unsigned StorageSize;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
88 unsigned StorageSize, unsigned StorageAlignment)
90 StorageSize(StorageSize), StorageAlignment(StorageAlignment) {}
101 uint64_t StorageSize,
CGRecordLayoutBuilder.cpp 219 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
225 if (Info.Size > Info.StorageSize)
226 Info.Size = Info.StorageSize;
232 Info.Offset = Info.StorageSize - (Info.Offset + Info.Size);
606 uint64_t StorageSize,
636 Offset = StorageSize - (Offset + Size);
639 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
    [all...]
CGObjCRuntime.cpp 123 CharUnits StorageSize =
136 CGF.CGM.getContext().toBits(StorageSize),
141 Info->StorageSize));
CGExpr.cpp     [all...]
  /external/openfst/src/include/fst/extensions/ngram/
bitmap-index.h 43 static size_t StorageSize(size_t size) {
67 return StorageSize(size_);
ngram-fst.h 132 strm.write(data_, StorageSize());
185 BitmapIndex::StorageSize(num_states * 2 + 1) +
186 BitmapIndex::StorageSize(num_futures + num_states + 1) +
187 BitmapIndex::StorageSize(num_states));
229 *data_size = StorageSize();
241 size_t StorageSize() const {
422 offset += BitmapIndex::StorageSize(num_states * 2 + 1) * sizeof(b64);
425 BitmapIndex::StorageSize(num_futures + num_states + 1) * sizeof(b64);
427 offset += BitmapIndex::StorageSize(num_states) * sizeof(b64);
530 offset += BitmapIndex::StorageSize(context_bits) * sizeof(bits)
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
stats.h 63 int StorageSize();
stats.cc 155 int Stats::StorageSize() {
backend_worker_v3.cc 422 int size = stats_.StorageSize();
backend_impl_v3.cc 769 int size = stats_.StorageSize();
806 int size = stats_.StorageSize();
    [all...]
backend_impl.cc     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTextBlob.cpp 62 static size_t StorageSize(int glyphCount, SkTextBlob::GlyphPositioning positioning) {
76 + StorageSize(run->glyphCount(), run->positioning()));
373 size_t sizeDelta = SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, positioning) -
374 SkTextBlob::RunRecord::StorageSize(run->glyphCount(), positioning);
404 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, positioning);
473 validateSize += SkTextBlob::RunRecord::StorageSize(run->fCount, run->fPositioning);
  /art/compiler/dex/
reg_storage.h 324 size_t StorageSize() const {
  /art/compiler/dex/quick/
ralloc_util.cc 45 switch (r.StorageSize()) {
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 246 ((reg.IsFloat() || reg.StorageSize() > 8) ? kX86FPReg0 : 0) + reg.GetRegNum());
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1992 milliseconds