Searched refs:q2 (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Darray-1.c22 static const char q2[] = "bar%d"; local
34 printf (q2, i);
35 printf (q2, l); /* { dg-warning "format" "wrong type with array" } */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash8.C20 TestClass2<T> q2; local
21 q2 = TestClass2<T>();
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/goodfreg/
H A Dgoodfreg.c120 compare_quads(struct fpquad *q1, struct fpquad *q2) argument
122 return (memcmp(q1, q2, sizeof(*q2)));
294 struct fpquad q1, q2, q3; local
315 q2.x1 = q2.x2 = q2.x3 = q2.x4 = 0;
317 asm_stq(freg, &q2);
323 if (compare_quads(&q1, &q2))
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dactions.c33 int q2,
41 q1 = q2; /* gdbtestline 2 */
42 q2 = q3; /* gdbtestline 3 */
48 gdb_recursion_test (depth, q1, q2, q3, q4, q5, q6); /* gdbtestline 9 */
31 gdb_recursion_test(int depth, int q1, int q2, int q3, int q4, int q5, int q6) argument
/openbsd-current/sys/crypto/
H A Daes.c78 * -- Decode first block into the four words q0 q2 q4 q6, in that order,
471 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local
476 q2 = q[2];
484 r2 = (q2 >> 8) | (q2 << 24);
493 q[2] = q1 ^ r1 ^ r2 ^ rotr16(q2 ^ r2);
494 q[3] = q2 ^ r2 ^ q7 ^ r7 ^ r3 ^ rotr16(q3 ^ r3);
548 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local
552 q2 = q[2];
560 q[5] = q7 ^ q2
606 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920928-2.c6 int q1,q2,q3,q4; local
13 q2=((int)((*(p->i->d+(fx+w+y)/8+(fy+h-s-x)*p->i->b)&(1<<((fx+w+y)%8)))?1:0));
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTrace.h99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } argument
/openbsd-current/usr.bin/signify/
H A Dsc25519.c53 crypto_uint32 q2[66]; local
54 crypto_uint32 *q3 = q2 + 33;
61 for (i = 0;i < 66;++i) q2[i] = 0;
66 if(i+j >= 31) q2[i+j] += mu[i]*x[j+31];
67 carry = q2[31] >> 8;
68 q2[32] += carry;
69 carry = q2[32] >> 8;
70 q2[33] += carry;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dregexp.t47 my $q2 = eval "qr/b/";
49 my $c2 = dclone($q2);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoneypunct_members_char.cc61 char q2 = monp_c_t.thousands_sep(); local
65 VERIFY( q2 != char() );
H A Dmoneypunct_members_wchar_t.cc62 wchar_t q2 = monp_c_t.thousands_sep(); local
66 VERIFY( q2 != wchar_t() );
/openbsd-current/regress/lib/libc/cephes/
H A Dieetst.c59 static unsigned short q1[NE], q2[NE], q5[NE]; variable
190 ediv( q5, eone, q2 );
191 esub( eone, q2, fullp );
385 e64toe( &prec64, q2 );
395 e53toe( &prec53, q2 );
402 e24toe( &prec24, q2 );
405 if( ecmp( q2, ezero ) == 0 )
408 if( ecmp(q1,q2) == 0 )
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_tls.aarch64.S54 stp q2, q3, [sp, #32 * 22]
61 ldp q2, q3, [sp, #32 * 22]
H A Dmacho_tlv.arm64.S53 stp q2, q3, [sp, #32 * 22]
59 ldp q2, q3, [sp, #32 * 22]
/openbsd-current/lib/libc/quad/
H A Dqdivrem.c122 digit q1, q2, q3, q4; local
135 q2 = (digit)(rbj / t);
142 tmp.ul[H] = COMBINE(q1, q2);
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/asi/
H A Dasi.c111 compare_quads(struct fpquad *q1, struct fpquad *q2) argument
113 return (memcmp(q1, q2, sizeof(*q2)));
/openbsd-current/sys/lib/libkern/
H A Dqdivrem.c121 digit q1, q2, q3, q4; local
134 q2 = (digit)(rbj / t);
141 tmp.ul[H] = COMBINE(q1, q2);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlocal-alloc.c1701 qty_compare (q1, q2)
1702 int q1, q2;
1704 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); local
1712 int q1 = *(const int *) q1p, q2 = *(const int *) q2p;
1713 int tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1720 return q1 - q2;
1737 qty_sugg_compare (q1, q2)
1738 int q1, q2;
1740 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2);
1745 return QTY_CMP_PRI (q2)
1744 int q1 = *(const int *) q1p, q2 = *(const int *) q2p; local
[all...]
/openbsd-current/sys/dev/ic/
H A Dadv.c530 ccb->scsiq.q2.ccb_ptr = (ulong) ccb;
533 ccb->scsiq.q2.cdb_len = xs->cmdlen;
536 ccb->scsiq.q2.target_ix = ASC_TIDLUN_TO_IX(sc_link->target,
552 ccb->scsiq.q2.tag_code = M2_QTAG_MSG_ORDERED;
554 ccb->scsiq.q2.tag_code = M2_QTAG_MSG_SIMPLE;
H A Dadvlib.c2291 if ((scsiq->q2.tag_code & ASC_TAG_FLAG_EXTRA_BYTES) == 0)
2295 target_ix = scsiq->q2.target_ix;
2360 scsiq->q2.tag_code &= ~M2_QTAG_MSG_SIMPLE;
2361 scsiq->q2.tag_code |= (ASC_TAG_FLAG_DISABLE_ASYN_USE_SYN_FIX |
2364 scsiq->q2.tag_code &= 0x23;
2375 ((scsiq->q2.tag_code & ASC_TAG_FLAG_EXTRA_BYTES) == 0)) {
2376 scsiq->q2.tag_code |= ASC_TAG_FLAG_EXTRA_BYTES;
2397 ((scsiq->q2.tag_code & ASC_TAG_FLAG_EXTRA_BYTES) == 0)) {
2399 scsiq->q2.tag_code |= ASC_TAG_FLAG_EXTRA_BYTES;
2429 target_ix = scsiq->q2
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm.h586 FPU_REG(s8, 4, 8, q2),
587 FPU_REG(s9, 4, 9, q2),
588 FPU_REG(s10, 4, 10, q2),
589 FPU_REG(s11, 4, 11, q2),
628 FPU_REG(d4, 8, 8, q2),
629 FPU_REG(d5, 8, 10, q2),
659 FPU_QREG(q2, 8),
/openbsd-current/gnu/gcc/gcc/
H A Dlocal-alloc.c1768 qty_compare (int q1, int q2) local
1770 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1776 int q1 = *(const int *) q1p, q2 = *(const int *) q2p;
1777 int tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1784 return q1 - q2;
1801 qty_sugg_compare (int q1, int q2)
1803 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2);
1808 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1814 int q1 = *(const int *) q1p, q2 = *(const int *) q2p;
1815 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2);
1760 qty_compare(int q1, int q2) argument
1792 qty_sugg_compare(int q1, int q2) argument
1805 int q1 = *(const int *) q1p, q2 = *(const int *) q2p; local
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Dlocore.S325 stp q2, q3, [x3], #32
346 ldp q2, q3, [x3], #32
/openbsd-current/usr.sbin/unbound/services/
H A Doutside_network.c120 struct serviced_query* q2 = (struct serviced_query*)key2; local
122 if(q1->qbuflen < q2->qbuflen)
124 if(q1->qbuflen > q2->qbuflen)
126 log_assert(q1->qbuflen == q2->qbuflen);
129 if((r = memcmp(q1->qbuf, q2->qbuf, 10)) != 0)
131 if((r = memcmp(q1->qbuf+q1->qbuflen-4, q2->qbuf+q2->qbuflen-4, 4)) != 0)
133 if(q1->dnssec != q2->dnssec) {
134 if(q1->dnssec < q2->dnssec)
138 if((r = query_dname_compare(q1->qbuf+10, q2
[all...]
/openbsd-current/sbin/unwind/libunbound/services/
H A Doutside_network.c120 struct serviced_query* q2 = (struct serviced_query*)key2; local
122 if(q1->qbuflen < q2->qbuflen)
124 if(q1->qbuflen > q2->qbuflen)
126 log_assert(q1->qbuflen == q2->qbuflen);
129 if((r = memcmp(q1->qbuf, q2->qbuf, 10)) != 0)
131 if((r = memcmp(q1->qbuf+q1->qbuflen-4, q2->qbuf+q2->qbuflen-4, 4)) != 0)
133 if(q1->dnssec != q2->dnssec) {
134 if(q1->dnssec < q2->dnssec)
138 if((r = query_dname_compare(q1->qbuf+10, q2
[all...]

Completed in 430 milliseconds

12