Searched refs:h2 (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c1534 h2 = N_(" TOC disassembly Comments Name\n");
1546 fprintf (file, _(h2));
1527 h2 = N_(" TOC disassembly Comments Name\\n"); variable
H A Delflink.c3095 const struct elf_link_hash_entry *h2;
3099 h2 = *(const struct elf_link_hash_entry **) arg2;
3100 vdiff = h1->root.u.def.value - h2->root.u.def.value;
3105 long sdiff = h1->root.u.def.section->id - h2->root.u.def.section->id;
3087 const struct elf_link_hash_entry *h2; local
/freebsd-11-stable/contrib/gcc/
H A Dtree.h4350 #define add_double(l1,h1,l2,h2,lv,hv) \
4351 add_double_with_sign (l1, h1, l2, h2, lv, hv, false)
4358 #define mul_double(l1,h1,l2,h2,lv,hv) \
4359 mul_double_with_sign (l1, h1, l2, h2, lv, hv, false)
H A Dfold-const.c306 unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2,
314 h = h1 + h2 + (l < l1);
322 return OVERFLOW_SUM_SIGN (h1, h2, h);
357 unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2,
370 encode (arg2, l2, h2);
401 neg_double (l2, h2, &neglow, &neghigh);
404 if (h2 < 0)
302 add_double_with_sign(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool unsigned_p) argument
352 mul_double_with_sign(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT l2, HOST_WIDE_INT h2, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool unsigned_p) argument
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c2538 const struct hardlink *h2 = (const struct hardlink *)n2; local
2541 archive_entry_pathname(h2->file_list.first->entry)));
H A Darchive_write_set_format_iso9660.c5070 const struct hardlink *h2 = (const struct hardlink *)n2; local
5073 archive_entry_pathname(h2->file_list.first->entry)));
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c1880 rtx l1, l2, h1, h2, x1, x2, p1, p2, p3, p4, s1, s2, s3;
1903 h2 = gen_reg_rtx (V4HImode);
1908 emit_insn (gen_unpack1_h (gen_lowpart (V8QImode, h2), operands[2], x2));
1916 emit_insn (gen_pmpy2_r (p3, h1, h2));
1917 emit_insn (gen_pmpy2_l (p4, h1, h2));
1875 rtx l1, l2, h1, h2, x1, x2, p1, p2, p3, p4, s1, s2, s3; local
/freebsd-11-stable/sys/dev/isp/
H A Disp.c5439 uint32_t h1 = 0, h2 = 0; local
5576 h2 = (ISP_READ(isp, OUTMAILBOX7) << 16) | ISP_READ(isp, OUTMAILBOX6);
5591 if (h1 || h2) {
5594 if (h2) {
5595 isp_prt(isp, ISP_LOGDEBUG3, "fast post/rio completion of 0x%08x", h2);
5596 isp_fastpost_complete(isp, h2);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c4564 unsigned int h1, h2; local
4577 h2 = ((req->hash_gnu >> obj->shift2_gnu) & (__ELF_WORD_SIZE - 1));
4580 if (((bloom_word >> h1) & (bloom_word >> h2) & 1) == 0)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c15961 toc_hash_eq (const void *h1, const void *h2)
15964 rtx r2 = ((const struct toc_hash_struct *) h2)->key;
15967 != ((const struct toc_hash_struct *) h2)->key_mode)
15926 toc_hash_eq(const void *h1, const void *h2) argument
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure14228 struct hostent *h1, *h2;
14230 (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c46220 WalIndexHdr h1, h2; /* Two copies of the header content */ local
91437 int i, h1, h2; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c62077 WalIndexHdr h1, h2; /* Two copies of the header content */ local
[all...]

Completed in 913 milliseconds

123