Searched refs:storage_size (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_worker_v3.cc41 int DesiredIndexTableLen(int32 storage_size) { argument
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.
H A Dbackend_impl.cc55 int DesiredIndexTableLen(int32 storage_size) { argument
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.
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc59 static uptr storage_size(const args_type &args) { function in struct:__msan::ChainedOriginDepotNode
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
H A Dttobjs.c935 size->storage_size = 0;
985 size->storage_size = maxp->maxStorage;
1004 FT_NEW_ARRAY( size->storage, size->storage_size ) )
1079 for ( i = 0; i < (FT_UInt)size->storage_size; i++ )
H A Dttinterp.c606 exec->storeSize = size->storage_size;
/external/freetype/src/truetype/
H A Dttobjs.h322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
H A Dttobjs.c940 size->storage_size = 0;
990 size->storage_size = maxp->maxStorage;
1009 FT_NEW_ARRAY( size->storage, size->storage_size ) )
1083 for ( i = 0; i < (FT_UInt)size->storage_size; i++ )
H A Dttinterp.c606 exec->storeSize = size->storage_size;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
H A Dttobjs.c945 size->storage_size = 0;
995 size->storage_size = maxp->maxStorage;
1014 FT_NEW_ARRAY( size->storage, size->storage_size ) )
1093 for ( i = 0; i < (FT_UInt)size->storage_size; i++ )
H A Dttinterp.c606 exec->storeSize = size->storage_size;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc72 static uptr storage_size(const args_type &args) { function in struct:__sanitizer::StackDepotNode
H A Dsanitizer_stackdepotbase.h121 uptr memsz = Node::storage_size(args);
/external/e2fsprogs/debugfs/
H A Ddebugfs.c537 unsigned int storage_size; local
546 storage_size = EXT2_INODE_SIZE(current_fs->super) -
559 if (entry->e_value_size > storage_size ||
/external/e2fsprogs/e2fsck/
H A Dpass1.c277 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);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c497 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);

Completed in 314 milliseconds