Searched defs:StorageSize (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h79 unsigned StorageSize; member in struct:clang::CodeGen::CGBitFieldInfo
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
88 unsigned StorageSize, unsigned StorageAlignment)
90 StorageSize(StorageSize), StorageAlignment(StorageAlignment) {}
101 uint64_t StorageSize,
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, unsigned StorageSize, unsigned StorageAlignment) argument
H A DCGObjCRuntime.cpp122 CharUnits StorageSize = local
135 CGF.CGM.getContext().toBits(StorageSize),
140 Info->StorageSize));
H A DCGRecordLayoutBuilder.cpp231 uint64_t StorageSize,
258 Offset = StorageSize - (Offset + Size);
261 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
1048 Info.StorageSize &&
1053 assert(Info.StorageSize <= SL->getSizeInBits() &&
1056 assert(Info.StorageSize ==
1061 assert(static_cast<unsigned>(Info.Offset) + Info.Size <= Info.StorageSize &&
1108 << " StorageSize:" << StorageSize
228 MakeInfo(CodeGenTypes &Types, const FieldDecl *FD, uint64_t Offset, uint64_t Size, uint64_t StorageSize, uint64_t StorageAlignment) argument
/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h43 static size_t StorageSize(size_t size) { function in class:fst::BitmapIndex
67 return StorageSize(size_);
H A Dngram-fst.h132 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 { function in class:fst::NGramFstImpl
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_bit
722 size_t StorageSize() const { function in class:fst::NGramFst
[all...]
/external/chromium_org/net/disk_cache/
H A Dstats.cc136 int Stats::StorageSize() { function in class:disk_cache::Stats

Completed in 220 milliseconds