Home
last modified time | relevance | path

Searched refs:entry1 (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dhtml-extrali.txi8 * entry1::
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dnodemenu.c114 compare_strings (const void *entry1, const void *entry2) in compare_strings() argument
116 char **e1 = (char **) entry1; in compare_strings()
H A Decho-area.c1290 compare_references (const void *entry1, const void *entry2) in compare_references() argument
1292 REFERENCE **e1 = (REFERENCE **) entry1; in compare_references()
/openbsd-src/sys/uvm/
H A Duvm_map.c1953 struct vm_map_entry *entry1 = entry;
1956 if (entry1->end <= start) in uvm_unmap_remove()
1957 entry1 = RBT_NEXT(uvm_map_addr, entry1); in uvm_unmap_remove()
1958 for (; entry1 != NULL && entry1->start < end; entry1 = next) { in uvm_unmap_remove()
1959 KDASSERT(entry1->start >= start); in uvm_unmap_remove()
1960 next = RBT_NEXT(uvm_map_addr, entry1); in uvm_unmap_remove()
1962 if (entry1 in uvm_unmap_remove()
1973 struct vm_map_entry *entry1 = entry; uvm_unmap_remove() local
4109 struct vm_map_entry *entry, *entry1; uvm_map_inherit() local
4204 struct vm_map_entry *entry, *entry1; uvm_map_immutable() local
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dloop-invariant.c410 const struct invariant_expr_entry *entry1 = e1; in eq_invariant_expr() local
413 if (entry1->mode != entry2->mode) in eq_invariant_expr()
416 return invariant_expr_equal_p (entry1->inv->insn, entry1->expr, in eq_invariant_expr()
H A Dcoverage.c151 const counts_entry_t *entry1 = of1; in htab_counts_entry_eq() local
154 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr; in htab_counts_entry_eq()
H A Dtree-ssa-loop-ivopts.c3272 mbc_entry_eq (const void *entry1, const void *entry2) in mbc_entry_eq() argument
3274 const struct mbc_entry *e1 = entry1; in mbc_entry_eq()
H A Ddwarf2out.c6335 const struct cu_hash_table_entry *entry1 = of1; in htab_cu_eq() local
6338 return !strcmp (entry1->cu->die_symbol, entry2->die_symbol); in htab_cu_eq()
/openbsd-src/usr.bin/tmux/
H A Darguments.c430 struct args_entry *entry1; in args_free() local
437 RB_FOREACH_SAFE(entry, args_tree, &args->tree, entry1) { in args_free()
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c1533 struct spec_entry **entry1 = (struct spec_entry **) p1; in compare_entries_text() local
1535 char *text1 = (*entry1)->text; in compare_entries_text()
/openbsd-src/sys/arch/mips64/mips64/
H A Dtlbhandler.S333 dmtc0 zero, COP_0_TLB_LO1 # Zero out low entry1.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c1714 mips_elf_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_got_entry_eq() argument
1716 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_got_entry_eq()
1745 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_multi_got_entry_eq() argument
1747 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_multi_got_entry_eq()
2225 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2) in mips_elf_bfd2got_entry_eq() argument
2228 = (const struct mips_elf_bfd2got_hash *)entry1; in mips_elf_bfd2got_entry_eq()
H A Delfxx-ia64.c1749 struct elfNN_ia64_local_hash_entry *entry1 local
1754 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
H A Delf32-frv.c783 frvfdpic_relocs_info_eq (const void *entry1, const void *entry2) in frvfdpic_relocs_info_eq() argument
785 const struct frvfdpic_relocs_info *e1 = entry1; in frvfdpic_relocs_info_eq()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c1960 mips_elf_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_got_entry_eq() argument
1962 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_got_entry_eq()
1997 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_multi_got_entry_eq() argument
1999 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_multi_got_entry_eq()
2956 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2) in mips_elf_bfd2got_entry_eq() argument
2959 = (const struct mips_elf_bfd2got_hash *)entry1; in mips_elf_bfd2got_entry_eq()
H A Delfxx-ia64.c1936 struct elfNN_ia64_local_hash_entry *entry1 local
1941 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
H A Delf32-bfin.c1294 bfinfdpic_relocs_info_eq (const void *entry1, const void *entry2) in bfinfdpic_relocs_info_eq() argument
1296 const struct bfinfdpic_relocs_info *e1 = entry1; in bfinfdpic_relocs_info_eq()
H A Delf32-frv.c1159 frvfdpic_relocs_info_eq (const void *entry1, const void *entry2) in frvfdpic_relocs_info_eq() argument
1161 const struct frvfdpic_relocs_info *e1 = entry1; in frvfdpic_relocs_info_eq()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarf2out.c5926 const struct cu_hash_table_entry *entry1 = of1; local
5929 return !strcmp (entry1->cu->die_symbol, entry2->die_symbol);
/openbsd-src/gnu/usr.bin/binutils/
H A Dmd5.sum3483 0b1998d125aec2d1e508c646ac5da657 gas/testsuite/gas/vtable/entry1.d
3484 bb679f23724eed5be0d4524e7f14005c gas/testsuite/gas/vtable/entry1.s