Home
last modified time | relevance | path

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

123

/trueos/contrib/binutils/opcodes/
HDi386-dis.c200 #define XX { NULL, 0 } macro
634 { "(bad)", { XX } }, /* 0x0f extended opcode escape */
660 { "(bad)", { XX } }, /* SEG ES prefix */
661 { "daa{|}", { XX } },
669 { "(bad)", { XX } }, /* SEG CS prefix */
670 { "das{|}", { XX } },
678 { "(bad)", { XX } }, /* SEG SS prefix */
679 { "aaa{|}", { XX } },
687 { "(bad)", { XX } }, /* SEG DS prefix */
688 { "aas{|}", { XX } },
[all …]
/trueos/crypto/openssl/crypto/rc4/asm/
HDrc4-parisc.pl77 @XX=("%r19","%r20");
93 ldo 1($XX[0]),$XX[1]
95 and $mask,$XX[1],$XX[1]
98 $LDX $XX[1]($key),$TX[1]
99 $MKX $XX[0],$key,$iy
101 comclr,<> $XX[1],$YY,%r0 ; conditional
110 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
119 $MKX $XX[0],$key,$ix
121 ldo 1($XX[0]),$XX[0]
126 and $mask,$XX[0],$XX[0]
[all …]
HDrc4-x86_64.pl147 my @XX=("%r10","%rsi");
153 xor $XX[0],$XX[0]
157 mov -8($dat),$XX[0]#b
163 inc $XX[0]#b
164 sub $XX[0],$TX[1]
166 movl ($dat,$XX[0],4),$TX[0]#d
172 lea 1($XX[0]),$XX[1]
179 movl $TY#d,($dat,$XX[0],4)
181 inc $XX[0]#b
183 movl ($dat,$XX[0],4),$TX[0]#d
[all …]
HDrc4-md5-x86_64.pl100 my @XX=("%rbp","%rsi"); # RC4 registers
140 xor $XX[0],$XX[0]
144 mov -8($dat),$XX[0]#b
147 inc $XX[0]#b
149 movl ($dat,$XX[0],4),$TX[0]#d
155 sub $XX[0],$TX[1]
163 movl $TY#d,($dat,$XX[0],4)
165 inc $XX[0]#b
167 movl ($dat,$XX[0],4),$TX[0]#d
194 #rc4# lea ($dat,$XX[0],4),$XX[1]
[all …]
HDrc4-s390x.pl55 @XX=("%r6","%r7");
71 llgc $XX[0],0($key)
73 la $XX[0],1($XX[0])
74 nill $XX[0],0xff
77 llgc $TX[0],2($XX[0],$key)
88 la $XX[1],1($XX[0])
89 nill $XX[1],255
101 llgc $TX[1],2($XX[1],$key)
102 stc $TY,2($XX[0],$key)
103 cr $XX[1],$YY
[all …]
HDrc4-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);
/trueos/share/me/test/
HDtest.umlaut9 .XX "umlau\*:t"
12 .de XX
15 .XX "umlau\\\\*:t"
17 .XX "umlau\\*:t"
19 .XX "umlau\*:t"
21 .de XX
28 .XX "umlau\*:t"
30 .de XX
35 .XX "umlau\*:t"
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.aggpackbanner.ksh.out59 2 < 0 : XX X X : >= 40 | 4
60 3 < 0 : X X XX XX : >= 40 | 6
61 4 < 0 : X X X XX X : >= 40 | 6
69 3 < 0 : XX X X X X : >= 40 | 6
72 6 < 0 : X XX X X X : >= 40 | 6
80 5 < 0 : X XX X X X X : >= 40 | 7
81 6 < 0 : XX XX X X X : >= 40 | 7
/trueos/contrib/file/src/
HDapprentice.c219 # define XX(s) s, (sizeof(s) - 1) macro
221 { XX("invalid"), FILE_INVALID, FILE_FMT_NONE },
222 { XX("byte"), FILE_BYTE, FILE_FMT_NUM },
223 { XX("short"), FILE_SHORT, FILE_FMT_NUM },
224 { XX("default"), FILE_DEFAULT, FILE_FMT_NONE },
225 { XX("long"), FILE_LONG, FILE_FMT_NUM },
226 { XX("string"), FILE_STRING, FILE_FMT_STR },
227 { XX("date"), FILE_DATE, FILE_FMT_STR },
228 { XX("beshort"), FILE_BESHORT, FILE_FMT_NUM },
229 { XX("belong"), FILE_BELONG, FILE_FMT_NUM },
[all …]
/trueos/gnu/usr.bin/binutils/libbfd/
HDMakefile.amd6427 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
30 sed -e s/XX/pex64/g ${.ALLSRC} > ${.TARGET}
HDMakefile.ia6432 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
35 sed -e s/XX/pex64/g ${.ALLSRC} > ${.TARGET}
HDMakefile.i38619 sed -e s/XX/pe/g ${.ALLSRC} > ${.TARGET}
/trueos/crypto/openssl/crypto/md4/
HDmd4_dgst.c97 # define X(i) XX##i in md4_block_data_order()
99 MD4_LONG XX[MD4_LBLOCK]; in md4_block_data_order() local
100 # define X(i) XX[i] in md4_block_data_order()
/trueos/crypto/openssl/crypto/md5/
HDmd5_dgst.c97 # define X(i) XX##i in md5_block_data_order()
99 MD5_LONG XX[MD5_LBLOCK]; in md5_block_data_order() local
100 # define X(i) XX[i] in md5_block_data_order()
/trueos/crypto/openssl/doc/apps/
HDasn1parse.pod115 offset in decimal. B<d=XX> specifies the current depth. The depth is increased
116 within the scope of any SET or SEQUENCE. B<hl=XX> gives the header length
117 (tag and length octets) of the current type. B<l=XX> gives the length of
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDj_who_example.txt14 311517 100 35 java -XX:+ExtendedDTraceProbes Func_abc
HDj_events_example.txt6 java -XX:+ExtendedDTraceProbes classfile
HDj_classflow_example.txt5 "+ExtendedDTraceProbes". eg, java -XX:+ExtendedDTraceProbes classfile
/trueos/cddl/contrib/dtracetoolkit/Java/
HDReadme10 java -XX:+ExtendedDTraceProbes classfile
/trueos/usr.sbin/bsdconfig/share/
HDstrings.subr204 # characters are converted to `%XX' sequence where XX represents the hexa-
236 # Decode $text from a URI. Encoded characters are converted from their `%XX'
/trueos/share/syscons/fonts/
HDiso04-vga9-8x8.fnt10 M<```````#!@P,#`8#``P&`P,#!@P``!L./XX;````!@8?A@8````````.!AP
HDiso04-8x8.fnt10 M<```````#!@P,#`8#``P&`P,#!@P``!L./XX;````!@8?A@8````````.!AP
/trueos/etc/rc.d/
HDsendmail106 countryName = XX
/trueos/crypto/openssl/crypto/ripemd/
HDrmd_dgst.c97 # define X(i) XX##i in ripemd160_block_data_order()
99 RIPEMD160_LONG XX[16]; in ripemd160_block_data_order() local
100 # define X(i) XX[i] in ripemd160_block_data_order()
/trueos/contrib/file/magic/Magdir/
HDti-8x209 0x0000016 string Advanced TI-XX Graphing Calculator (FLASH)
210 0 string **TIFL** TI-XX Graphing Calculator (FLASH)

123