Searched defs:from_entry (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dswapfs.c125 struct ext2_ext_attr_entry *from_entry)
127 to_entry->e_value_offs = ext2fs_swab16(from_entry->e_value_offs);
128 to_entry->e_value_block = ext2fs_swab32(from_entry->e_value_block);
129 to_entry->e_value_size = ext2fs_swab32(from_entry->e_value_size);
130 to_entry->e_hash = ext2fs_swab32(from_entry->e_hash);
139 struct ext2_ext_attr_entry *from_entry, *to_entry; local
148 from_entry = (struct ext2_ext_attr_entry *)(from_header+1);
151 from_entry = (struct ext2_ext_attr_entry *)from_header;
155 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
124 ext2fs_swap_ext_attr_entry(struct ext2_ext_attr_entry *to_entry, struct ext2_ext_attr_entry *from_entry) argument
[all...]
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc1750 CacheRankingsBlock** from_entry,
1758 Rankings::ScopedRankingsBlock rankings(&rankings_, *from_entry);
1763 *from_entry = NULL;
1769 *from_entry = next.release();
1749 OpenFollowingEntryFromList(bool forward, Rankings::List list, CacheRankingsBlock** from_entry, EntryImpl** next_entry) argument
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.cc1721 CacheRankingsBlock** from_entry,
1729 Rankings::ScopedRankingsBlock rankings(&rankings_, *from_entry);
1734 *from_entry = NULL;
1740 *from_entry = next.release();
1720 OpenFollowingEntryFromList(bool forward, Rankings::List list, CacheRankingsBlock** from_entry, EntryImpl** next_entry) argument

Completed in 137 milliseconds