Searched refs:from_entry (Results 1 – 4 of 4) sorted by relevance
201 struct ext2_ext_attr_entry *from_entry) in ext2fs_swap_ext_attr_entry() argument203 to_entry->e_value_offs = ext2fs_swab16(from_entry->e_value_offs); in ext2fs_swap_ext_attr_entry()204 to_entry->e_value_inum = ext2fs_swab32(from_entry->e_value_inum); in ext2fs_swap_ext_attr_entry()205 to_entry->e_value_size = ext2fs_swab32(from_entry->e_value_size); in ext2fs_swap_ext_attr_entry()206 to_entry->e_hash = ext2fs_swab32(from_entry->e_hash); in ext2fs_swap_ext_attr_entry()215 struct ext2_ext_attr_entry *from_entry, *to_entry; in ext2fs_swap_ext_attr() local224 from_entry = (struct ext2_ext_attr_entry *)(from_header+1); in ext2fs_swap_ext_attr()227 from_entry = (struct ext2_ext_attr_entry *)from_header; in ext2fs_swap_ext_attr()231 while ((char *)from_entry < from_end && in ext2fs_swap_ext_attr()232 (char *)EXT2_EXT_ATTR_NEXT(from_entry) <= from_end && in ext2fs_swap_ext_attr()[all …]
1688 struct ext2_ext_attr_entry *from_entry);
77 base::HashMap::Entry* from_entry = FindEntry(from); in Move() local78 DCHECK_NOT_NULL(from_entry); in Move()79 void* value = from_entry->value; in Move()80 RemoveEntry(from_entry); in Move()
85 Module::StackFrameEntry* from_entry = *it;86 Module::Address from_entry_end = from_entry->address + from_entry->size;91 if (from_entry->address > (*to_it)->address)98 if (to_it == to_data.end() || (from_entry->address < (*to_it)->address &&100 to_module->AddStackFrameEntry(new Module::StackFrameEntry(*from_entry));