Searched refs:d1 (Results 176 - 200 of 242) sorted by relevance

12345678910

/openbsd-current/gnu/gcc/gcc/
H A Dcfgcleanup.c1544 basic_block d1 = (forwarder_block_p (fallthru1->dest)
1549 if (d1 != d2)
1571 basic_block d1 = e1->dest;
1573 if (FORWARDER_BLOCK_P (d1))
1574 d1 = EDGE_SUCC (d1, 0)->dest;
1581 if (d1 == d2)
1537 basic_block d1 = (forwarder_block_p (fallthru1->dest) local
1564 basic_block d1 = e1->dest; local
H A Dalias.c388 tree d0, d1;
413 d1 = find_base_decl (TREE_OPERAND (t, 1));
414 if (d0 == d1)
417 return d1;
418 else if (d1 == 0)
385 tree d0, d1; local
H A Dsimplify-rtx.c3202 const struct simplify_plus_minus_op_data *d1 = p1;
3207 - commutative_operand_precedence (d1->op));
3212 if (REG_P (d1->op) && REG_P (d2->op))
3213 return REGNO (d1->op) - REGNO (d2->op);
3778 REAL_VALUE_TYPE d0, d1;
3781 REAL_VALUE_FROM_CONST_DOUBLE (d1, trueop1);
3784 if (REAL_VALUE_ISNAN (d0) || REAL_VALUE_ISNAN (d1))
3807 equal = REAL_VALUES_EQUAL (d0, d1);
3808 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1);
3809 op1lt = op1ltu = REAL_VALUES_LESS (d1, d
3194 const struct simplify_plus_minus_op_data *d1 = p1; local
3770 REAL_VALUE_TYPE d0, d1; local
[all...]
H A Dc-typeck.c330 tree d1 = TYPE_DOMAIN (t1);
338 d1_zero = d1 == 0 || !TYPE_MAX_VALUE (d1);
342 && (TREE_CODE (TYPE_MIN_VALUE (d1)) != INTEGER_CST
343 || TREE_CODE (TYPE_MAX_VALUE (d1)) != INTEGER_CST));
868 tree d1 = TYPE_DOMAIN (t1);
880 if (d1 == 0 || d2 == 0 || d1 == d2)
883 d1_zero = !TYPE_MAX_VALUE (d1);
887 && (TREE_CODE (TYPE_MIN_VALUE (d1)) !
327 tree d1 = TYPE_DOMAIN (t1); local
863 tree d1 = TYPE_DOMAIN (t1); local
[all...]
H A Dstmt.c2209 const struct case_bit_test *d1 = p1;
2212 if (d2->bits != d1->bits)
2213 return d2->bits - d1->bits;
2216 return CODE_LABEL_NUMBER (d2->label) - CODE_LABEL_NUMBER (d1->label);
2194 const struct case_bit_test *d1 = p1; local
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dtree.c161 int d1; local
254 for(d1 = 0; d1 < 36; d1++)
261 (d1 <= 9 ? '0' + d1 : 'A' + d1 - 10),
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c4080 lookup_template_class (d1, arglist, in_decl, context, entering_scope, complain)
4081 tree d1, arglist;
4091 if (TREE_CODE (d1) == IDENTIFIER_NODE)
4093 if (IDENTIFIER_VALUE (d1)
4094 && DECL_TEMPLATE_TEMPLATE_PARM_P (IDENTIFIER_VALUE (d1)))
4095 template = IDENTIFIER_VALUE (d1);
4100 template = lookup_name (d1, /*prefer_type=*/0);
4112 d1 = template;
4116 else if (TREE_CODE (d1) == TYPE_DECL && IS_AGGR_TYPE (TREE_TYPE (d1)))
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c1663 const struct simplify_plus_minus_op_data *d1 = p1;
1667 - commutative_operand_precedence (d1->op));
2050 REAL_VALUE_TYPE d0, d1;
2053 REAL_VALUE_FROM_CONST_DOUBLE (d1, trueop1);
2056 if (REAL_VALUE_ISNAN (d0) || REAL_VALUE_ISNAN (d1))
2079 equal = REAL_VALUES_EQUAL (d0, d1);
2080 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1);
2081 op1lt = op1ltu = REAL_VALUES_LESS (d1, d0);
1654 const struct simplify_plus_minus_op_data *d1 = p1; local
2041 REAL_VALUE_TYPE d0, d1; local
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dwatcom.mak32 -DIBM_CPP -DHAVE_CONFIG_H -DTCPIP_IBM -d1 -onatx -zp4 -5s -fpi87 -zq &
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dutf8decode.t173 3.2.1 N34 - 64 c0:20:c1:20:c2:20:c3:20:c4:20:c5:20:c6:20:c7:20:c8:20:c9:20:ca:20:cb:20:cc:20:cd:20:ce:20:cf:20:d0:20:d1:20:d2:20:d3:20:d4:20:d5:20:d6:20:d7:20:d8:20:d9:20:da:20:db:20:dc:20:dd:20:de:20:df:20 - unexpected non-continuation byte 0x20, immediately after start byte 0xc0
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ring.h324 #define amdgpu_ring_emit_reg_write_reg_wait(r, d0, d1, v, m) (r)->funcs->emit_reg_write_reg_wait((r), (d0), (d1), (v), (m))
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Doneshot.pl946 my $d1 = quotemeta $tmpDir1 ;
955 my @outFiles = map { s/$d1/$tmpDir2/; $_ } @files ;
1467 my $d1 = quotemeta $tmpDir1 ;
1480 my @outFiles = map { s/$d1/$tmpDir2/; $_ } @files ;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dam33.s61 mcst48 d1
63 getclx d1
113 mov d1,epsw
H A Dt07_ari3.s119 exts.w r1 ;17d1
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1x509.c239 compare_data(const char *label, const unsigned char *d1, size_t d1_len, argument
247 if (memcmp(d1, d2, d1_len) != 0) {
250 hexdump(d1, d1_len);
/openbsd-current/usr.sbin/unbound/services/
H A Doutside_network.c2925 uint8_t* d1 = sldns_buffer_begin(pkt)+12; local
2932 len1 = *d1++;
2936 /* check if we can read *d1 with compression ptr rest */
2937 if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
2939 d1 = sldns_buffer_begin(pkt)+PTR_OFFSET(len1, *d1);
2940 /* check if we can read the destination *d1 */
2941 if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
2943 len1 = *d1++;
2955 if(d1
[all...]
/openbsd-current/sbin/unwind/libunbound/services/
H A Doutside_network.c2925 uint8_t* d1 = sldns_buffer_begin(pkt)+12; local
2932 len1 = *d1++;
2936 /* check if we can read *d1 with compression ptr rest */
2937 if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
2939 d1 = sldns_buffer_begin(pkt)+PTR_OFFSET(len1, *d1);
2940 /* check if we can read the destination *d1 */
2941 if(d1 >= sldns_buffer_at(pkt, sldns_buffer_limit(pkt)))
2943 len1 = *d1++;
2955 if(d1
[all...]
/openbsd-current/usr.sbin/snmpd/
H A Dmib.y2223 item_cmp_cs(struct item *d1, struct item *d2)
2225 return strcmp(d1->name, d2->name);
2229 item_cmp_ci(struct item *d1, struct item *d2)
2231 return strcasecmp(d1->name, d2->name);
/openbsd-current/games/hack/
H A Dhack.mon.c242 (Aggravate_monster || strchr("d1", mdat->mlet)
454 { int d1 = DIST(nx,ny,gx,gy); local
456 nearer = (d1 < d2);
/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha512-armv4.pl505 my ($d0,$d1,$d2) = map("d$_",(24..26)); # temps from NEON_00_15
527 vshr.u64 $d1,$e,#@Sigma1[1] @ from NEON_00_15
/openbsd-current/lib/libssl/
H A Dssl_pkt.c801 if (!s->d1->change_cipher_spec_ok) {
810 s->d1->change_cipher_spec_ok = 0;
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp443 uptr d1 = RoundDownTo(old_end, granularity); local
446 // [a, d1) is good, [d2, c) is bad, [d1, d2) is partially good.
451 // if (d1 != d2)
452 // CHECK_EQ(*(u8*)MemToShadow(d1), old_mid - d1);
453 if (a + granularity <= d1)
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc917 double d1, d2; local
920 d1 = strtod (base.hex(), NULL);
922 d1 = pow (d1, d2);
923 sprintf(buf, "%.35a", d1);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dpt.c4495 lookup_template_class (tree d1, argument
4507 if (TREE_CODE (d1) == IDENTIFIER_NODE)
4509 tree value = innermost_non_namespace_value (d1);
4516 template = lookup_name (d1);
4524 else if (TREE_CODE (d1) == TYPE_DECL && IS_AGGR_TYPE (TREE_TYPE (d1)))
4526 tree type = TREE_TYPE (d1);
4536 d1 = DECL_NAME (template);
4539 else if (TREE_CODE (d1) == ENUMERAL_TYPE
4540 || (TYPE_P (d1)
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c7374 const char *d1 = d; local
7378 if (*d1 == 'C') {
7379 const char *d2 = d1 + 1;
7384 if (baduni || isALPHA_FOLD_EQ(*d1, 'M')) {
7385 const char * const m = d1;
7386 while (*d1 && !isSPACE(*d1))
7387 d1++;
7389 (int)(d1 - m), m);
7391 d1
[all...]

Completed in 276 milliseconds

12345678910