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

  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.cc 41 int DesiredIndexTableLen(int32 storage_size) {
42 if (storage_size <= k64kEntriesStore)
44 if (storage_size <= k64kEntriesStore * 2)
46 if (storage_size <= k64kEntriesStore * 4)
48 if (storage_size <= k64kEntriesStore * 8)
51 // The biggest storage_size for int32 requires a 4 MB table.
backend_impl.cc 55 int DesiredIndexTableLen(int32 storage_size) {
56 if (storage_size <= k64kEntriesStore)
58 if (storage_size <= k64kEntriesStore * 2)
60 if (storage_size <= k64kEntriesStore * 4)
62 if (storage_size <= k64kEntriesStore * 8)
65 // The biggest storage_size for int32 requires a 4 MB table.
    [all...]
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 59 static uptr storage_size(const args_type &args) { function in struct:__msan::ChainedOriginDepotNode
  /art/runtime/base/
bit_vector.h 149 uint32_t storage_size = 0,
bit_vector.cc 37 // starts_bits and storage_size/storage are mutually exclusive.
41 uint32_t storage_size,
45 storage_size_(storage_size),
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
ttobjs.c 935 size->storage_size = 0;
985 size->storage_size = maxp->maxStorage;
    [all...]
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 121 uptr memsz = Node::storage_size(args);
sanitizer_stackdepot.cc 72 static uptr storage_size(const args_type &args) { function in struct:__sanitizer::StackDepotNode
  /external/freetype/src/truetype/
ttobjs.h 322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
ttobjs.c 940 size->storage_size = 0;
990 size->storage_size = maxp->maxStorage;
    [all...]
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.h 322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
ttobjs.c 945 size->storage_size = 0;
995 size->storage_size = maxp->maxStorage;
    [all...]
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageActivity.java 107 String.format(getString(R.string.storage_size), formatSize(INVALID_SIZE)),
225 String.format(getString(R.string.storage_size), formatSize(totalSize)));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetActivity.java 104 return String.format(getString(R.string.storage_size), formatSize(mSize));
  /external/e2fsprogs/debugfs/
debugfs.c 537 unsigned int storage_size; local
546 storage_size = EXT2_INODE_SIZE(current_fs->super) -
559 if (entry->e_value_size > storage_size ||
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 277 unsigned int storage_size, remain; local
281 storage_size = EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE -
290 remain = storage_size - sizeof(__u32);
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 497 int storage_size = rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody); local
516 rr = mallocL("AuthRecord/read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) + storage_size);
    [all...]

Completed in 1226 milliseconds