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

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 164 void ext2fs_swap_ext_attr_entry(struct ext2_ext_attr_entry *to_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
189 to_entry = (struct ext2_ext_attr_entry *)(to_header+1);
192 to_entry = (struct ext2_ext_attr_entry *)to_header;
196 ext2fs_swap_ext_attr_entry(to_entry, from_entry);
198 to_entry = EXT2_EXT_ATTR_NEXT(to_entry)
    [all...]
ext2fs.h     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 396 HashMap::Entry* to_entry = local
398 if (to_entry->value != NULL) {
405 static_cast<int>(reinterpret_cast<intptr_t>(to_entry->value));
422 to_entry->value = from_value;
    [all...]
  /external/v8/src/snapshot/
serialize.cc 416 HashMap::Entry* to_entry = FindOrCreateEntry(to); local
417 DCHECK(to_entry->value == NULL);
418 to_entry->value = value;
    [all...]

Completed in 89 milliseconds