Home
last modified time | relevance | path

Searched refs:XX (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Di386-dis.c212 #define XX NULL, 0 macro
536 { "addB", Eb, Gb, XX },
537 { "addS", Ev, Gv, XX },
538 { "addB", Gb, Eb, XX },
539 { "addS", Gv, Ev, XX },
540 { "addB", AL, Ib, XX },
541 { "addS", eAX, Iv, XX },
542 { "push{T|}", es, XX, XX },
543 { "pop{T|}", es, XX, XX },
545 { "orB", Eb, Gb, XX },
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Di386-dis.c199 #define XX NULL, 0 macro
485 { "addB", Eb, Gb, XX },
486 { "addS", Ev, Gv, XX },
487 { "addB", Gb, Eb, XX },
488 { "addS", Gv, Ev, XX },
489 { "addB", AL, Ib, XX },
490 { "addS", eAX, Iv, XX },
491 { "push{T|}", es, XX, XX },
492 { "pop{T|}", es, XX, XX },
494 { "orB", Eb, Gb, XX },
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/MIME-Base64/
DBase64.xs38 #define XX 255 /* illegal base64 char */ macro
40 #define INVALID XX
43 XX,XX,XX,XX, XX,XX,XX,XX, XX,XX,XX,XX, XX,XX,XX,XX,
44 XX,XX,XX,XX, XX,XX,XX,XX, XX,XX,XX,XX, XX,XX,XX,XX,
45 XX,XX,XX,XX, XX,XX,XX,XX, XX,XX,XX,62, XX,XX,XX,63,
46 52,53,54,55, 56,57,58,59, 60,61,XX,XX, XX,EQ,XX,XX,
47 XX, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10, 11,12,13,14,
48 15,16,17,18, 19,20,21,22, 23,24,25,XX, XX,XX,XX,XX,
49 XX,26,27,28, 29,30,31,32, 33,34,35,36, 37,38,39,40,
50 41,42,43,44, 45,46,47,48, 49,50,51,XX, XX,XX,XX,XX,
[all …]
/openbsd/src/share/zoneinfo/datfiles/
Dzonenow.tab29 #XX coordinates TZ comments
32 XX -1416-17042 Pacific/Pago_Pago Midway; Samoa ("SST")
35 XX -1901-16955 Pacific/Niue Niue
38 XX +211825-1575130 Pacific/Honolulu Hawaii ("HST")
41 XX -1732-14934 Pacific/Tahiti Tahiti; Cook Islands
44 XX +515248-1763929 America/Adak western Aleutians in Alaska ("HST/HDT")
47 XX -0900-13930 Pacific/Marquesas Marquesas
50 XX -2308-13457 Pacific/Gambier Gambier
53 XX +611305-1495401 America/Anchorage most of Alaska ("AKST/AKDT")
56 XX -2504-13005 Pacific/Pitcairn Pitcairn
[all …]
/openbsd/src/lib/libcrypto/rc4/asm/
Drc4-x86_64.pl148 my @XX=("%r10","%rsi");
154 xor $XX[0],$XX[0]
158 mov -8($dat),$XX[0]#b
164 inc $XX[0]#b
165 sub $XX[0],$TX[1]
167 movl ($dat,$XX[0],4),$TX[0]#d
173 lea 1($XX[0]),$XX[1]
180 movl $TY#d,($dat,$XX[0],4)
182 inc $XX[0]#b
184 movl ($dat,$XX[0],4),$TX[0]#d
[all …]
Drc4-586.pl99 my @XX=($xx,$out);
106 &lea (@XX[1],&DWP(1,@XX[0]));
109 &and (@XX[1],0xff);
114 &mov (&DWP(0,$dat,$XX[0],4),$ty);
116 &movd (@XX[0],"mm7") if ($i==0);
117 &mov ($tx,&DWP(0,$dat,@XX[1],4));
120 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
123 push (@XX,shift(@XX)) if ($i>=0);
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Drtti1.C38 class XX {
54 int XX::*ptmd1;
55 int XX::*ptmd2;
56 float XX::*ptmd3;
59 int (XX::*ptmf1) (); variable
60 int (XX::*ptmf2) (); variable
61 int (XX::*ptmf3) (int); variable
Ddyncast1.C82 class XX : BB, E {};
89 XX xx; in test03()
90 if(dynamic_cast<XX*>((B*)(CC*)(E*)&xx)) error(21); in test03()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dsubstr.t626 $_ = 'XX';
627 is($_, 'XX');
642 $_ = 'XX';
643 is($_, 'XX');
651 $_ = 'XX';
652 is($_, 'XX');
660 $_ = 'XX'; # now $_ is substr($x, -4, 2)
661 is($_, 'XX');
669 $_ = 'XX'; # now substr($x, -2)
670 is($_, 'XX');
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dpmd1.C4 struct XX { int A::*py; }; struct
9 void setp(XX *xp);
12 void A::setp(XX *xp) { xp->py = &A::p; } in setp()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp23 case FpABIKind::XX: in getFpABIValue()
39 case FpABIKind::XX: in getFpABIString()
51 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
184 FpABI = FpABIKind::XX; in setFpAbiFromPredicates()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D20020910-1.c6 } XX; typedef
8 static XX yy;
/openbsd/src/gnu/usr.bin/perl/t/mro/
Dbasic.t155 our @ISA = qw/XX YY ZZ/;
158 ok(eq_array(mro::get_linear_isa('ISACLEAR'),[qw/ISACLEAR XX YY ZZ/]));
163 ok(eq_array(mro::get_linear_isa('ISACLEAR'),[qw/ISACLEAR XX main ZZ/]));
172 our @ISA = qw/WW XX/;
178 ok(eq_array(mro::get_linear_isa('ISACLEAR1'),[qw/ISACLEAR1 WW XX/]));
189 our @ISA = qw/WW XX/;
191 ok(eq_array(mro::get_linear_isa('ISACLEAR3'),[qw/ISACLEAR3 WW XX/]));
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dmemtemp89.C11 template<template<class> class XX>
13 XX<int> x_;
Dmemtemp88.C11 template<template<class> class XX = X> // gets bogus error - (original definition appeared here)
Dttp56.C13 template<template<class XX> class AA> // gets bogus error - `template <class XX> template <class X>…
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
Deb49.C18 template<class T, class U> class XX; variable
26 friend class XX<T, U>;
/openbsd/src/gnu/usr.bin/cvs/contrib/
Dcln_hist.in33 open(XX, ">$h");
34 close(XX);
/openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/
D012_blessed.t13 my $o1 = bless { a => 3 }, "XX";
16 sub XX::TO_JSON {
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m68k.texi447 XX: condition
448 NX: negative of condition XX
471 @item j@var{XX}
472 Here, @samp{j@var{XX}} stands for an entire family of pseudo-operations,
473 where @var{XX} is a conditional branch or condition-code test. The full
484 to @var{XX}. For example, under these conditions:
486 j@var{XX} foo
495 @item db@var{XX}
503 Motorola @samp{db@var{XX}} instructions allow word displacements only. When
507 @samp{db@var{XX} foo}, @code{@value{AS}} emits
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-m68k.texi514 XX: condition
515 NX: negative of condition XX
538 @item j@var{XX}
539 Here, @samp{j@var{XX}} stands for an entire family of pseudo-operations,
540 where @var{XX} is a conditional branch or condition-code test. The full
551 to @var{XX}. For example, under these conditions:
553 j@var{XX} foo
562 @item db@var{XX}
570 Motorola @samp{db@var{XX}} instructions allow word displacements only. When
574 @samp{db@var{XX} foo}, @code{@value{AS}} emits
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Dreturn.C9 X(X const &XX) { c = 1; } in X()
/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
Dget-21.txt16 HTTP/1.1 110 Arbitrary 1XX status code
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1604.crt19 XX+TEITCPG7ikJtPNvJZwkkXyBkI9R+3m5Naq1tmfumKne7DKkrNo0PXguffoOwy

12345