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

  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 52 int DesiredIndexTableLen(int32 storage_size) {
53 if (storage_size <= k64kEntriesStore)
55 if (storage_size <= k64kEntriesStore * 2)
57 if (storage_size <= k64kEntriesStore * 4)
59 if (storage_size <= k64kEntriesStore * 8)
62 // The biggest storage_size for int32 requires a 4 MB table.
backend_impl_v3.cc 52 int DesiredIndexTableLen(int32 storage_size) {
53 if (storage_size <= k64kEntriesStore)
55 if (storage_size <= k64kEntriesStore * 2)
57 if (storage_size <= k64kEntriesStore * 4)
59 if (storage_size <= k64kEntriesStore * 8)
62 // The biggest storage_size for int32 requires a 4 MB table.
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 319 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
ttobjs.c 887 size->storage_size = 0;
937 size->storage_size = maxp->maxStorage;
956 FT_NEW_ARRAY( size->storage, size->storage_size ) )
    [all...]
ttinterp.c 597 exec->storeSize = size->storage_size;
    [all...]
  /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 935 size->storage_size = 0;
985 size->storage_size = maxp->maxStorage;
    [all...]
ttinterp.c 606 exec->storeSize = size->storage_size;
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 50 int DesiredIndexTableLen(int32 storage_size) {
51 if (storage_size <= k64kEntriesStore)
53 if (storage_size <= k64kEntriesStore * 2)
55 if (storage_size <= k64kEntriesStore * 4)
57 if (storage_size <= k64kEntriesStore * 8)
60 // The biggest storage_size for int32 requires a 4 MB table.
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 53 int DesiredIndexTableLen(int32 storage_size) {
54 if (storage_size <= k64kEntriesStore)
56 if (storage_size <= k64kEntriesStore * 2)
58 if (storage_size <= k64kEntriesStore * 4)
60 if (storage_size <= k64kEntriesStore * 8)
63 // The biggest storage_size for int32 requires a 4 MB table.
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 501 unsigned int storage_size; local
510 storage_size = EXT2_INODE_SIZE(current_fs->super) -
523 if (entry->e_value_size > storage_size ||
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 276 unsigned int storage_size, remain; local
280 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 150 milliseconds