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 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...]
  /external/chromium_org/v8/src/
serialize.cc 547 HashMap::Entry* to_entry = FindOrCreateEntry(to); local
548 DCHECK(to_entry->value == NULL);
549 to_entry->value = value;
    [all...]
heap-snapshot-generator.cc 400 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to), local
402 if (to_entry->value != NULL) {
409 static_cast<int>(reinterpret_cast<intptr_t>(to_entry->value));
426 to_entry->value = from_value;
    [all...]

Completed in 97 milliseconds