Searched refs:from_entry (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dswapfs.c165 struct ext2_ext_attr_entry *from_entry)
167 to_entry->e_value_offs = ext2fs_swab16(from_entry->e_value_offs);
168 to_entry->e_value_block = ext2fs_swab32(from_entry->e_value_block);
169 to_entry->e_value_size = ext2fs_swab32(from_entry->e_value_size);
170 to_entry->e_hash = ext2fs_swab32(from_entry->e_hash);
179 struct ext2_ext_attr_entry *from_entry, *to_entry; local
188 from_entry = (struct ext2_ext_attr_entry *)(from_header+1);
191 from_entry = (struct ext2_ext_attr_entry *)from_header;
195 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
164 ext2fs_swap_ext_attr_entry(struct ext2_ext_attr_entry *to_entry, struct ext2_ext_attr_entry *from_entry) argument
[all...]
H A Dext2fs.h1436 struct ext2_ext_attr_entry *from_entry);
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h319 // |from_entry| will be updated to point to the new entry, otherwise it will
322 CacheRankingsBlock** from_entry,
H A Dbackend_impl.cc1688 CacheRankingsBlock** from_entry,
1696 Rankings::ScopedRankingsBlock rankings(&rankings_, *from_entry);
1699 *from_entry = NULL;
1705 *from_entry = next.release();
1687 OpenFollowingEntryFromList(Rankings::List list, CacheRankingsBlock** from_entry, EntryImpl** next_entry) argument
/external/chromium_org/v8/src/
H A Dserialize.cc543 HashMap::Entry* from_entry = FindEntry(from);
544 DCHECK(from_entry != NULL);
545 void* value = from_entry->value;
546 RemoveEntry(from_entry);

Completed in 635 milliseconds