Searched refs:storage_size (Results 1 – 12 of 12) sorted by relevance
921 size->storage_size = 0; in tt_size_done_bytecode()982 size->storage_size = maxp->maxStorage; in tt_size_init_bytecode()1003 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode()1077 for ( i = 0; i < (FT_UInt)size->storage_size; i++ ) in tt_size_ready_bytecode()
322 FT_UShort storage_size; /* The storage area is now part of */ member
441 exec->storeSize = size->storage_size; in TT_Load_Context()
940 size->storage_size = 0; in tt_size_done_bytecode()989 size->storage_size = maxp->maxStorage; in tt_size_init_bytecode()1010 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode()1084 for ( i = 0; i < (FT_UInt)size->storage_size; i++ ) in tt_size_ready_bytecode()
580 exec->storeSize = size->storage_size; in TT_Load_Context()
34 static uptr storage_size(const args_type &args) { in storage_size() function
49 static uptr storage_size(const args_type &args) { in storage_size() function
124 uptr memsz = Node::storage_size(args); in Put()
537 unsigned int storage_size; in internal_dump_inode_extra() local546 storage_size = EXT2_INODE_SIZE(current_fs->super) - in internal_dump_inode_extra()559 if (entry->e_value_size > storage_size || in internal_dump_inode_extra()
277 unsigned int storage_size, remain; in check_ea_in_inode() local281 storage_size = EXT2_INODE_SIZE(ctx->fs->super) - EXT2_GOOD_OLD_INODE_SIZE - in check_ea_in_inode()290 remain = storage_size - sizeof(__u32); in check_ea_in_inode()
497 int storage_size = rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody); in read_rr_from_ipc_msg() local516 … mallocL("AuthRecord/read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) + storage_size); in read_rr_from_ipc_msg()