HomeSort by relevance Sort by last modified time
    Searched defs:to_entry (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 169 void ext2fs_swap_ext_attr_entry(struct ext2_ext_attr_entry *to_entry,
172 to_entry->e_value_offs = ext2fs_swab16(from_entry->e_value_offs);
173 to_entry->e_value_block = ext2fs_swab32(from_entry->e_value_block);
174 to_entry->e_value_size = ext2fs_swab32(from_entry->e_value_size);
175 to_entry->e_hash = ext2fs_swab32(from_entry->e_hash);
184 struct ext2_ext_attr_entry *from_entry, *to_entry; local
194 to_entry = (struct ext2_ext_attr_entry *)(to_header+1);
197 to_entry = (struct ext2_ext_attr_entry *)to_header;
203 ext2fs_swap_ext_attr_entry(to_entry, from_entry);
205 to_entry = EXT2_EXT_ATTR_NEXT(to_entry)
    [all...]
  /external/v8/src/snapshot/
serializer.h 76 base::HashMap::Entry* to_entry = FindOrCreateEntry(to); local
77 DCHECK(to_entry->value == NULL);
78 to_entry->value = value;
  /external/v8/src/profiler/
heap-snapshot-generator.cc 390 base::HashMap::Entry* to_entry = local
392 if (to_entry->value != NULL) {
399 static_cast<int>(reinterpret_cast<intptr_t>(to_entry->value));
414 to_entry->value = from_value;
    [all...]

Completed in 81 milliseconds