Searched refs:storage_size (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | ext_attr.c | 458 unsigned int storage_size, in write_xattrs_to_buffer() argument 464 char *end = (char *) entries_start + storage_size; in write_xattrs_to_buffer() 469 memset(entries_start, 0, storage_size); in write_xattrs_to_buffer() 528 unsigned int storage_size; in ext2fs_xattrs_write() local 580 storage_size = EXT2_INODE_SIZE(handle->fs->super) - in ext2fs_xattrs_write() 586 err = write_xattrs_to_buffer(handle, &x, start, storage_size, 0, 0); in ext2fs_xattrs_write() 600 storage_size = handle->fs->blocksize - in ext2fs_xattrs_write() 604 err = write_xattrs_to_buffer(handle, &x, start, storage_size, in ext2fs_xattrs_write() 659 unsigned int storage_size, in read_xattrs_from_buffer() argument 668 unsigned int values_size = storage_size + in read_xattrs_from_buffer() [all …]
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.c | 970 size->storage_size = 0; in tt_size_done_bytecode() 1031 size->storage_size = maxp->maxStorage; in tt_size_init_bytecode() 1052 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode() 1126 for ( i = 0; i < (FT_UInt)size->storage_size; i++ ) in tt_size_ready_bytecode()
|
D | ttobjs.h | 311 FT_UShort storage_size; /* The storage area is now part of */ member
|
D | ttinterp.c | 434 exec->storeSize = size->storage_size; in TT_Load_Context()
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 952 size->storage_size = 0; in tt_size_done_bytecode() 1013 size->storage_size = maxp->maxStorage; in tt_size_init_bytecode() 1034 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode() 1118 for ( i = 0; i < (FT_UInt)size->storage_size; i++ ) in tt_size_ready_bytecode()
|
D | ttobjs.h | 309 FT_UShort storage_size; /* The storage area is now part of */ member
|
D | ttinterp.c | 419 exec->storeSize = size->storage_size; in TT_Load_Context()
|
/external/compiler-rt/lib/msan/ |
D | msan_chained_origin_depot.cc | 36 static uptr storage_size(const args_type &args) { in storage_size() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 49 static uptr storage_size(const args_type &args) { in storage_size() function
|
D | sanitizer_stackdepotbase.h | 125 uptr memsz = Node::storage_size(args); in Put()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 342 unsigned int storage_size, remain; in check_ea_in_inode() local 347 storage_size = EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE - in check_ea_in_inode() 357 remain = storage_size - sizeof(__u32); in check_ea_in_inode() 359 region = region_create(0, storage_size); in check_ea_in_inode()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 497 int storage_size = rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody); in read_rr_from_ipc_msg() local 516 … mallocL("AuthRecord/read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) + storage_size); in read_rr_from_ipc_msg()
|