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

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 124 void ext2fs_swap_ext_attr_entry(struct ext2_ext_attr_entry *to_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
149 to_entry = (struct ext2_ext_attr_entry *)(to_header+1);
152 to_entry = (struct ext2_ext_attr_entry *)to_header;
156 ext2fs_swap_ext_attr_entry(to_entry, from_entry);
158 to_entry = EXT2_EXT_ATTR_NEXT(to_entry)
    [all...]
  /external/chromium_org/v8/src/
serialize.cc 728 HashMap::Entry* to_entry = FindOrCreateEntry(to); local
729 ASSERT(to_entry->value == NULL);
730 to_entry->value = value;
    [all...]
heap-snapshot-generator.cc 414 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to), local
416 if (to_entry->value != NULL) {
423 static_cast<int>(reinterpret_cast<intptr_t>(to_entry->value));
429 to_entry->value = from_value;
    [all...]
  /external/v8/src/
log.cc 410 HashMap::Entry* to_entry = FindOrCreateEntry(to); local
411 ASSERT(to_entry->value == NULL);
412 to_entry->value = value;
    [all...]

Completed in 2723 milliseconds