Searched refs:d1 (Results 201 - 225 of 242) sorted by relevance

12345678910

/openbsd-current/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm122 .globl _.d1,_.d2
123 REG(_.d1)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-gen.c336 deplist_equals (struct deplist *d1, struct deplist *d2)
340 if (d1->len != d2->len)
343 for (i = 0; i < d1->len; i++)
344 if (d1->deps[i] != d2->deps[i])
334 deplist_equals(struct deplist *d1, struct deplist *d2) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm122 .globl _.d1,_.d2
123 REG(_.d1)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-gen.c347 deplist_equals (struct deplist *d1, struct deplist *d2)
351 if (d1->len != d2->len)
354 for (i = 0; i < d1->len; i++)
355 if (d1->deps[i] != d2->deps[i])
345 deplist_equals(struct deplist *d1, struct deplist *d2) argument
/openbsd-current/sys/dev/usb/
H A Dif_otus.c1863 uint8_t chansel, d0, d1; local
1884 d1 = otus_reverse_bits(chansel);
1886 /* Write bits 0-4 of d0 and d1. */
1887 data = (d1 & 0x1f) << 5 | (d0 & 0x1f);
1889 /* Write bits 5-7 of d0 and d1. */
1890 data = (d1 >> 5) << 5 | (d0 >> 5);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c1324 basic_block d1 = (forwarder_block_p (fallthru1->dest)
1329 if (d1 != d2)
1317 basic_block d1 = (forwarder_block_p (fallthru1->dest) local
H A Dc-typeck.c536 tree d1 = TYPE_DOMAIN (t1);
548 if (d1 == 0 || d2 == 0 || d1 == d2)
551 d1_zero = ! TYPE_MAX_VALUE (d1);
555 && (TREE_CODE (TYPE_MIN_VALUE (d1)) != INTEGER_CST
556 || TREE_CODE (TYPE_MAX_VALUE (d1)) != INTEGER_CST));
566 || ! tree_int_cst_equal (TYPE_MIN_VALUE (d1), TYPE_MIN_VALUE (d2))
567 || ! tree_int_cst_equal (TYPE_MAX_VALUE (d1), TYPE_MAX_VALUE (d2)))
533 tree d1 = TYPE_DOMAIN (t1); local
H A Dcollect2.c2354 libcompare (d1, d2)
2355 struct direct **d1, **d2;
2358 char *e1 = (*d1)->d_name + i2;
H A Dgenautomata.c2333 const decl_t d1 = (const decl_t) decl_1;
2336 if (((d1->mode != dm_unit || DECL_UNIT (d1)->name == NULL)
2337 && (d1->mode != dm_reserv || DECL_RESERV (d1)->name == NULL))
2341 return strcmp ((d1->mode == dm_unit
2342 ? DECL_UNIT (d1)->name : DECL_RESERV (d1)->name),
2326 const decl_t d1 = (const decl_t) decl_1; local
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm455 my $d1 = (($d4 - $L) % 365) + $L;
456 return $d1 / 7 + 1;
/openbsd-current/usr.sbin/unbound/sldns/
H A Dwire2str.c1399 uint64_t d0, d1, d2, d3, d4, d5; local
1402 d1 = (*d)[1];
1407 tsigtime = (d0<<40) | (d1<<32) | (d2<<24) | (d3<<16) | (d4<<8) | d5;
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dwire2str.c1399 uint64_t d0, d1, d2, d3, d4, d5; local
1402 d1 = (*d)[1];
1407 tsigtime = (d0<<40) | (d1<<32) | (d2<<24) | (d3<<16) | (d4<<8) | d5;
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck.c879 tree d1;
890 d1 = TYPE_DOMAIN (t1);
893 if (d1 == d2)
908 if (!d1 || !d2)
913 if (!cp_tree_equal (TYPE_MIN_VALUE (d1), TYPE_MIN_VALUE (d2)))
915 max1 = TYPE_MAX_VALUE (d1);
877 tree d1; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c848 tree d1;
860 d1 = TYPE_DOMAIN (t1);
863 if (d1 == d2)
878 if (!d1 || !d2)
882 return (cp_tree_equal (TYPE_MIN_VALUE (d1),
884 && cp_tree_equal (TYPE_MAX_VALUE (d1),
846 tree d1; local
/openbsd-current/gnu/gcc/gcc/
H A Dgenautomata.c1969 const decl_t d1 = (const decl_t) decl_1;
1972 gcc_assert ((d1->mode == dm_unit && DECL_UNIT (d1)->name)
1973 || (d1->mode == dm_reserv && DECL_RESERV (d1)->name));
1976 return strcmp ((d1->mode == dm_unit
1977 ? DECL_UNIT (d1)->name : DECL_RESERV (d1)->name),
1961 const decl_t d1 = (const decl_t) decl_1; local
/openbsd-current/usr.sbin/bgpctl/
H A Dbgpctl.c1028 fmt_large_community(uint32_t d1, uint32_t d2, uint32_t d3) argument
1032 snprintf(buf, sizeof(buf), "%u:%u:%u", d1, d2, d3);
/openbsd-current/gnu/gcc/gcc/treelang/
H A Dparse.y983 const char d1[] = N_("syntax error");
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Darmdbg.h696 bool Dbg_VarsAtSameAddress(Dbg_DeclSpec const *d1, Dbg_DeclSpec const *d2);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt11_logs.s591 shal.w #2,r1 ;10d1
701 shar.w #2,r1 ;11d1
1031 rotl.w #2,r1 ;12d1
1141 rotr.w #2,r1 ;13d1
/openbsd-current/regress/sys/net/pf_forward/
H A DMakefile59 SRC_MAC ?= fe:e1:ba:d1:0a:dc
/openbsd-current/regress/sys/net/pf_fragment/
H A DMakefile52 SRC_MAC ?= fe:e1:ba:d1:0a:dc
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h681 DEFINE_FPU_PSEUDO(d1, 8, FPU_D_PSEUDO_REG_ENDIAN_OFFSET, v1),
H A DRegisterInfos_arm.h625 FPU_REG(d1, 8, 2, q0),
H A DRegisterInfos_arm64_sve.h477 DEFINE_FPU_PSEUDO_SVE(d1, 8, z1),
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindRegistersSave.S711 stp d0, d1, [x0, #0x110]

Completed in 588 milliseconds

12345678910