HomeSort by relevance Sort by last modified time
    Searched defs:StorageSize (Results 1 - 5 of 5) 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,
CGObjCRuntime.cpp 122 CharUnits StorageSize =
135 CGF.CGM.getContext().toBits(StorageSize),
140 Info->StorageSize));
  /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/
stats.cc 136 int Stats::StorageSize() {

Completed in 127 milliseconds