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

  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 36 static uptr storage_size(const args_type &args) { function in struct:__msan::ChainedOriginDepotNode
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 49 static uptr storage_size(const args_type &args) { function in struct:__sanitizer::StackDepotNode
  /external/freetype/src/truetype/
ttobjs.h 310 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
  /external/skia/tests/
SerializationTest.cpp 761 size_t storage_size = 0u; local
765 storage_size = blob_size - 4;
766 storage.realloc(storage_size);
767 REPORTER_ASSERT(reporter, blob->serialize(procs, storage.get(), storage_size) == 0u);
768 storage_size = blob_size;
769 storage.realloc(storage_size);
770 REPORTER_ASSERT(reporter, blob->serialize(procs, storage.get(), storage_size) != 0u);
780 size_t storage_size = path_size - 4; local
781 storage.realloc(storage_size);
782 REPORTER_ASSERT(reporter, path_effect->serialize(storage.get(), storage_size) == 0u)
    [all...]
  /external/skqp/tests/
SerializationTest.cpp 761 size_t storage_size = 0u; local
765 storage_size = blob_size - 4;
766 storage.realloc(storage_size);
767 REPORTER_ASSERT(reporter, blob->serialize(procs, storage.get(), storage_size) == 0u);
768 storage_size = blob_size;
769 storage.realloc(storage_size);
770 REPORTER_ASSERT(reporter, blob->serialize(procs, storage.get(), storage_size) != 0u);
780 size_t storage_size = path_size - 4; local
781 storage.realloc(storage_size);
782 REPORTER_ASSERT(reporter, path_effect->serialize(storage.get(), storage_size) == 0u)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 640 void *entries_start, unsigned int storage_size,
645 char *end = (char *) entries_start + storage_size;
651 memset(entries_start, 0, storage_size);
702 unsigned int storage_size; local
745 storage_size = inode_size - EXT2_GOOD_OLD_INODE_SIZE -
751 start, storage_size, 0, 0);
765 storage_size = fs->blocksize - sizeof(struct ext2_ext_attr_header);
770 storage_size, start - block_buf, 1);
816 unsigned int storage_size,
824 unsigned int values_size = storage_size
995 unsigned int storage_size; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 428 unsigned int storage_size, remain; local
436 storage_size = EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE -
440 end = header + storage_size;
447 remain = storage_size - sizeof(__u32);
449 region = region_create(0, storage_size);
    [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...]
  /art/runtime/
class_linker.cc 3560 size_t storage_size = LengthPrefixedArray<ArtField>::ComputeSize(length); local
3576 const size_t storage_size = local
    [all...]

Completed in 570 milliseconds