Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry.c179 struct archive_entry *entry2; in archive_entry_clone() local
189 if (entry2 == NULL) in archive_entry_clone()
191 entry2->ae_stat = entry->ae_stat; in archive_entry_clone()
203 entry2->ae_set = entry->ae_set; in archive_entry_clone()
216 copy_digest(entry2, entry, md5); in archive_entry_clone()
217 copy_digest(entry2, entry, rmd160); in archive_entry_clone()
218 copy_digest(entry2, entry, sha1); in archive_entry_clone()
219 copy_digest(entry2, entry, sha256); in archive_entry_clone()
220 copy_digest(entry2, entry, sha384); in archive_entry_clone()
221 copy_digest(entry2, entry, sha512); in archive_entry_clone()
[all …]
/dragonfly/contrib/libarchive/tar/
H A Dwrite.c529 struct archive_entry *entry2; in write_archive() local
555 entry2 = archive_entry_new(); in write_archive()
556 r = archive_read_next_header2(disk, entry2); in write_archive()
557 archive_entry_free(entry2); in write_archive()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_htree.c502 const struct ext2fs_htree_sort_entry *entry1, *entry2; in ext2_htree_cmp_sort_entry() local
505 entry2 = (const struct ext2fs_htree_sort_entry *)e2; in ext2_htree_cmp_sort_entry()
507 if (le32toh(entry1->h_hash) < le32toh(entry2->h_hash)) in ext2_htree_cmp_sort_entry()
509 if (le32toh(entry1->h_hash) > le32toh(entry2->h_hash)) in ext2_htree_cmp_sort_entry()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-invariant.c453 const struct invariant_expr_entry *const entry2 = in eq_invariant_expr() local
456 if (entry1->mode != entry2->mode) in eq_invariant_expr()
460 entry2->inv->insn, entry2->expr); in eq_invariant_expr()
H A Dcoverage.c157 const counts_entry_t *const entry2 = (const counts_entry_t *) of2; in htab_counts_entry_eq() local
159 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr; in htab_counts_entry_eq()
H A Dtree-ssa-loop-ivopts.c3105 mbc_entry_eq (const void *entry1, const void *entry2) in mbc_entry_eq() argument
3108 const struct mbc_entry *e2 = (const struct mbc_entry *) entry2; in mbc_entry_eq()
H A Ddwarf2out.c6779 const struct die_struct *const entry2 = (const struct die_struct *) of2; in htab_cu_eq() local
6781 return !strcmp (entry1->cu->die_id.die_symbol, entry2->die_id.die_symbol); in htab_cu_eq()
7349 const struct die_struct *const entry2 = (const struct die_struct *) of2; in htab_decl_eq() local
7351 return entry1->orig == entry2; in htab_decl_eq()
20757 const macinfo_entry *const entry2 = (const macinfo_entry *) of2; in htab_macinfo_eq() local
20759 return !strcmp (entry1->info, entry2->info); in htab_macinfo_eq()
H A Doptabs.c5950 libfunc_decl_eq (const void *entry1, const void *entry2) in libfunc_decl_eq() argument
5952 return DECL_NAME ((const_tree) entry1) == (const_tree) entry2; in libfunc_decl_eq()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcoverage.c167 counts_entry::equal (const counts_entry *entry1, const counts_entry *entry2) in equal() argument
169 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr; in equal()
H A Dloop-invariant.c457 const invariant_expr_entry *entry2) in equal() argument
459 if (entry1->mode != entry2->mode) in equal()
463 entry2->inv->insn, entry2->expr); in equal()
H A Ddwarf2out.c8148 const die_struct *entry2) in equal() argument
8150 return entry1->orig == entry2; in equal()
28143 const macinfo_entry *entry2) in equal() argument
28145 return !strcmp (entry1->info, entry2->info); in equal()
/dragonfly/contrib/binutils-2.27/gold/
H A Dmips.cc662 return entry1->object == entry2->object && entry1->symndx == entry2->symndx; in operator ()()
5673 Mips_got_entry<size, big_endian>* entry2 = in record_got_entry() local
5676 g->got_entries_.insert(entry2); in record_got_entry()
5703 Got_page_entry* entry2 = NULL; in record_got_page_entry() local
5707 entry2 = new Got_page_entry(*entry); in record_got_page_entry()
5708 g2->got_page_entries_.insert(entry2); in record_got_page_entry()
5730 if (entry2 != NULL) in record_got_page_entry()
5731 ++entry2->num_pages; in record_got_page_entry()
5760 if (entry2 != NULL) in record_got_page_entry()
6251 this->got_entries_.insert(entry2); in add_got_entries()
[all …]