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

  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 458 unsigned int storage_size,
464 char *end = (char *) entries_start + storage_size;
469 memset(entries_start, 0, storage_size);
528 unsigned int storage_size; local
580 storage_size = EXT2_INODE_SIZE(handle->fs->super) -
586 err = write_xattrs_to_buffer(handle, &x, start, storage_size, 0, 0);
600 storage_size = handle->fs->blocksize -
604 err = write_xattrs_to_buffer(handle, &x, start, storage_size,
659 unsigned int storage_size,
668 unsigned int values_size = storage_size
785 unsigned int storage_size; local
    [all...]
  /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
sanitizer_stackdepotbase.h 125 uptr memsz = Node::storage_size(args);
  /external/freetype/src/truetype/
ttobjs.h 309 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
ttobjs.c 952 size->storage_size = 0;
    [all...]
ttinterp.c 419 exec->storeSize = size->storage_size;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 311 FT_UShort storage_size; /* The storage area is now part of */ member in struct:TT_SizeRec_
ttobjs.c 970 size->storage_size = 0;
    [all...]
ttinterp.c 434 exec->storeSize = size->storage_size;
    [all...]
  /art/runtime/base/
bit_vector.cc 29 uint32_t storage_size,
32 storage_size_(storage_size),
bit_vector.h 134 uint32_t storage_size,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetFragment.java 247 return String.format(getContext().getString(R.string.storage_size),
  /external/e2fsprogs/e2fsck/
pass1.c 342 unsigned int storage_size, remain; local
347 storage_size = EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE -
357 remain = storage_size - sizeof(__u32);
359 region = region_create(0, storage_size);
    [all...]
  /art/runtime/
class_linker.cc 3138 size_t storage_size = LengthPrefixedArray<ArtField>::ComputeSize(length); local
3154 const size_t storage_size = local
    [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 379 milliseconds