Searched defs:storage_size (Results 1 - 10 of 10) sorted by relevance

/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/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/sanitizer_common/
H A Dsanitizer_stackdepot.cc72 static uptr storage_size(const args_type &args) { function in struct:__sanitizer::StackDepotNode
/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_
/external/freetype/src/truetype/
H A Dttobjs.h322 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
/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_
/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 485 milliseconds