Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m68851.h142 {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"},
143 {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"},
144 {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"},
145 {"pdbbs", two(0xf048, 0x0000), two(0xfff8, 0xffff), "DsBw"},
146 {"pdbcc", two(0xf048, 0x000f), two(0xfff8, 0xffff), "DsBw"},
147 {"pdbcs", two(0xf048, 0x000e), two(0xfff8, 0xffff), "DsBw"},
148 {"pdbgc", two(0xf048, 0x000d), two(0xfff8, 0xffff), "DsBw"},
149 {"pdbgs", two(0xf048, 0x000c), two(0xfff8, 0xffff), "DsBw"},
150 {"pdbic", two(0xf048, 0x000b), two(0xfff8, 0xffff), "DsBw"},
151 {"pdbis", two(0xf048, 0x000a), two(0xfff8, 0xffff), "DsBw"},
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dm68k-opc.c27 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
187 {"bfchg", 4, two(0165300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
188 {"bfclr", 4, two(0166300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
189 {"bfexts", 4, two(0165700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
190 {"bfextu", 4, two(0164700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
191 {"bfffo", 4, two(0166700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up },
192 {"bfins", 4, two(0167700, 0), two(0177700, 0100000), "D1?sO2O3", m68020up },
193 {"bfset", 4, two(0167300, 0), two(0177700, 0170000), "?sO2O3", m68020up },
194 {"bftst", 4, two(0164300, 0), two(0177700, 0170000), "/sO2O3", m68020up },
223 {"cas2w", 6, two(0006374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up },
[all …]
Dv850-opc.c37 #define two(x,y) ((unsigned int) (x) | ((unsigned int) (y) << 16)) macro
556 { "prepare", two (0x0780, 0x0003), two (0xffc0, 0x001f), {LIST12, IMM5, SP}, 0, PROCESSOR_NOT_…
557 { "prepare", two (0x0780, 0x000b), two (0xffc0, 0x001f), {LIST12, IMM5, IMM16}, 0, PROCESSOR_N…
558 { "prepare", two (0x0780, 0x0013), two (0xffc0, 0x001f), {LIST12, IMM5, IMM16}, 0, PROCESSOR_N…
559 { "prepare", two (0x0780, 0x001b), two (0xffc0, 0x001f), {LIST12, IMM5, IMM32}, 0, PROCESSOR_N…
560 { "prepare", two (0x0780, 0x0001), two (0xffc0, 0x001f), {LIST12, IMM5}, 0, PROCESSOR_NOT_V850…
562 { "dispose", two (0x0640, 0x0000), two (0xffc0, 0x001f), {IMM5, LIST12}, 0, PROCESSOR_NOT_V850 …
564 { "ld.b", two (0x0700, 0x0000), two (0x07e0, 0x0000), {D16, R1, R2}, 1, PROCESSOR_ALL },
565 { "ld.h", two (0x0720, 0x0000), two (0x07e0, 0x0001), {D16_15, R1, R2}, 1, PROCESSOR_ALL },
566 { "ld.w", two (0x0720, 0x0001), two (0x07e0, 0x0001), {D16_15, R1, R2}, 1, PROCESSOR_ALL },
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dt-strl.c30 int one, two, k; variable
96 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]);
97 SM_TEST(one == two);
100 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]);
101 SM_TEST(one == two);
104 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]);
105 SM_TEST(one == two);
108 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]);
109 SM_TEST(one == two);
112 two = sm_snprintf(dst2, sizeof dst2, "%s/%s/%s", src1[0], src1[1], src1[2]);
[all …]
Db-strl.c68 long one, two;
133 printf("\tsm_strlcat() result: %ld seconds\n", two = toseconds(t2, t1));
135 if (one - two >= -2 && one - two <= 2)
174 printf("\tsm_strlcpy() result: %ld seconds\n", two = toseconds(t2, t1));
176 if (one - two >= -2 && one - two <= 2)
Db-strcmp.c54 long one, two; local
122 two = toseconds(t2, t1);
124 two, j);
126 if (abs(one - two) > 2)
/mirbsd/src/usr.bin/ctags/test/
Dctags.test20 char qq[] = " quote(one,two) {int bar;} ";
41 multiple(one,two); \
43 callroute(one,two); \
53 routine1(one,two) /* comments here are fun... */
58 char two[10];
62 five(one,two);
64 routine2 (one,two) { puts("hello\n"); }
67 two) { puts("world\n"); }
68 routine4(int one, char (*two)(void)) /* test ANSI arguments */
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/t/
DHiRes.t139 my @two = gettimeofday();
140 ok 4, ($two[0] > $one[0] || ($two[0] == $one[0] && $two[1] > $one[1])),
145 ok 6, $f - $two[0] < 2, "$f - $two[0] >= 2";
155 my $two = time;
158 ok 7, $one == $two || $two == $three, "slept too long, $one $two $three";
205 my $two = time; $tick = 0; ualarm(10_000); while ($tick == 0) { }
207 ok 12, $one == $two || $two == $three, "slept too long, $one $two $three";
208 print "# tick = $tick, one = $one, two = $two, three = $three\n";
213 print "# tick = $tick, one = $one, two = $two, three = $three\n";
393 my $two = CORE::time;
[all …]
/mirbsd/src/gnu/usr.bin/perl/win32/
Dgenmk95.pl66 my ($one, $sep, $two) = ($1, $2, $3);
69 if ($two =~ /\\\s*$/)
71 chomp ($two .= "\n" . scalar <$in>);
74 s/^\s*// for ($one, $two);
75 print $out "\t$one\n\t$two\n" if ($sep eq "&&");
76 print $out "\t$one\n\tif errorlevel 1 $two\n" if ($sep eq "||");
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/
Dmbi_rand.t38 my $two = Math::BigInt->new(2);
71 "# tried $ADB * $B + $two*$AMB - $AMB\n"
72 unless ok ($ADB*$B+$two*$AMB-$AMB,$As);
86 "# tried $ADB * $A + $two*$AMB - $AMB\n"
87 unless ok ($ADB*$A+$two*$AMB-$AMB,$Bs);
88 print "# +$two * $AMB = ",$ADB * $A + $two * $AMB,"\n";
89 print "# -$AMB = ",$ADB * $A + $two * $AMB - $AMB,"\n";
/mirbsd/src/lib/libm/src/
Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
68 t = expm1(two*fabs(x)); in tanh()
69 z = one - two/(t+two); in tanh()
71 t = expm1(-two*fabs(x)); in tanh()
72 z= -t/(t+two); in tanh()
Ds_tanhf.c24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
46 t = expm1f(two*fabsf(x)); in tanhf()
47 z = one - two/(t+two); in tanhf()
49 t = expm1f(-two*fabsf(x)); in tanhf()
50 z= -t/(t+two); in tanhf()
De_jnf.c29 two = 2.0000000000e+00, /* 0x40000000 */ variable
136 v = two/x; in __ieee754_jnf()
144 di -= two; in __ieee754_jnf()
152 di -= two; in __ieee754_jnf()
De_jn.c50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
181 v = two/x; in __ieee754_jn()
189 di -= two; in __ieee754_jn()
197 di -= two; in __ieee754_jn()
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/t/
Drx_tievar.t67 $h{"two"} = 2;
68 check(8, "TEST.one", 1, "TEST.two", 2);
71 check(9, "TEST.one", "", "TEST.two", 2);
73 print "ok 11\n" if exists $h{"two"};
76 check(12, "TEST.two", 2);
78 print "ok 14\n" if exists $h{"two"};
84 print "ok 18\n" if not exists $h{"two"};
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DLanguage.pod4 Locale::Language - ISO two letter codes for language identification (ISO 639)
19 The C<Locale::Language> module provides access to the ISO two-letter
22 or via the two functions which return lists of all language codes or
28 There are two conversion routines: C<code2language()> and C<language2code()>.
34 This function takes a two letter language code and returns a string
44 two letter language code, if such exists.
58 There are two function which can be used to obtain a list of all
65 Returns a list of all two-letter language codes.
72 two-letter language code. The names are capitalised, and not returned
110 Currently just supports the two letter language codes -
DCurrency.pod23 or with the two functions which return lists of all currency codes or
26 There are two special codes defined by the standard which aren't
44 There are two conversion routines: C<code2currency()> and C<currency2code()>.
74 There are two function which can be used to obtain a list of all
143 Kwacha has two codes: mwk for Malawi, and zmk for Zambia.
144 The Russian Ruble has two codes: rub and rur.
145 The Belarussian Ruble has two codes: byr and byb.
DCountry.pod26 (described below), or with the two functions which return lists
53 If not specified, it defaults to the two-letter codes.
120 There are two function which can be used to obtain a list of all codes,
127 Returns a list of all two-letter country codes.
147 Locale::Country provides two semi-private routines for modifying
160 a "uk" code. The ISO standard says that the two-letter code for
164 an ISO standard. If you would like 'uk' to work as the two-letter
254 ISO two letter codes for identification of language (ISO 639).
/mirbsd/src/gnu/usr.bin/perl/t/comp/
Ddecl.t17 do two();
19 sub two {
22 format two =
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dui-file.c538 struct ui_file *one, *two; member
544 struct ui_file *two, int close_two) in tee_file_new() argument
550 tee->two = two; in tee_file_new()
571 ui_file_delete (tee->two); in tee_file_delete()
584 tee->two->to_flush (tee->two); in tee_file_flush()
595 ui_file_write (tee->two, buf, length_buf); in tee_file_write()
606 tee->two->to_fputs (linebuffer, tee->two); in tee_file_fputs()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
DmPUSH43 mPUSHp("two", 3);
78 mXPUSHp("two", 3);
108 ok(join(':', &Devel::PPPort::mPUSHp()), "one:two:three");
113 ok(join(':', &Devel::PPPort::mXPUSHp()), "one:two:three");
/mirbsd/src/distrib/baselive/
DMakefile251 two=$${line#+([A-Z0-9]) \(}; \
253 two=$${line#+([0-9]) +([0-9]) }; \
255 one=$${line%%$$two}; \
256 print -r "$${one}v${OSrev}/i386/$$two"; \
267 two=$${line#+([A-Z0-9]) \(}; \
269 two=$${line#+([0-9]) +([0-9]) }; \
271 one=$${line%%$$two}; \
272 print -r "$${one}v${OSrev}/sparc/$$two"; \
/mirbsd/src/usr.bin/units/
Dunits.c593 compareproducts(char **one, char **two) in compareproducts() argument
595 while (*one || *two) { in compareproducts()
596 if (!*one && *two != NULLUNIT) in compareproducts()
598 if (!*two && *one != NULLUNIT) in compareproducts()
602 else if (*two == NULLUNIT) in compareproducts()
603 two++; in compareproducts()
604 else if (strcmp(*one, *two)) in compareproducts()
607 one++, two++; in compareproducts()
/mirbsd/src/usr.sbin/isdn/isdntrace/
Dcable.txt3 * Custom cable to trace an ISDN S0 bus with two passive (!) ISDN boards
17 two jacks; the tx cables from the plug are wired to one jack and the
20 The computer must be equipped with two (!) supported passive cards and
/mirbsd/src/lib/libocurses/
Dtscroll.c83 goto two;
90 two: *dp++ = n / 10 | '0';

12345678910>>...22