Home
last modified time | relevance | path

Searched refs:TX (Results 1 – 25 of 163) sorted by relevance

1234567

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-x86_64.pl166 my @TX=("%rax","%rbx");
180 xor $TX[1],$TX[1]
182 sub $XX[0],$TX[1]
184 movl ($dat,$XX[0],4),$TX[0]#d
189 and \$7,$TX[1]
192 sub $TX[1],$len
194 add $TX[0]#b,$YY#b
196 movl $TX[0]#d,($dat,$YY,4)
198 add $TY#b,$TX[0]#b
200 movl ($dat,$TX[0],4),$TY#d
[all …]
H A Drc4-md5-x86_64.pl116 my @TX=("%rax","%rbx");
172 movl ($dat,$XX[0],4),$TX[0]#d
175 xor $TX[1],$TX[1]
178 sub $XX[0],$TX[1]
179 and \$`$MOD-1`,$TX[1]
181 sub $TX[1],$len
183 add $TX[0]#b,$YY#b
185 movl $TX[0]#d,($dat,$YY,4)
187 add $TY#b,$TX[0]#b
189 movl ($dat,$TX[0],4),$TY#d
[all …]
H A Drc4-c64xplus.pl31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2));
60 LDBU *${KEYA}[$XX],$TX
65 || ADD4 $TX,$YY,$YY
73 STB $TX,*${KEYB}[$YY]
74 ||[B0] ADD4 $TX,$YY,$YY
77 ||[!B0] MVD $tx,$TX
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
91 || SUB4 $YY,$TX,$YY
116 || MVK 0,$TX
117 STH $TX,*${KEY}++ ; key->x=key->y=0
[all …]
H A Drc4-parisc.pl88 @TX=("%r21","%r22");
108 $LDX $XX[1]($key),$TX[1]
110 $ST $TX[0],0($ix)
112 copy $TX[0],$TX[1] ; move
115 addl $TX[0],$TY,$TY
116 addl $TX[1],$YY,$YY
120 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
130 $ST $TX[0],0($iy)
133 addl $TX[0],$TY,$TY
138 $LDX $XX[0]($key),$TX[0]
[all …]
H A Drc4-s390x.pl65 @TX=("%r8","%r9");
86 llgc $TX[0],2($XX[0],$key)
95 la $YY,0($YY,$TX[0]) # $i
109 stc $TX[0],2($YY,$key)
110 llgc $TX[1],2($XX[1],$key)
114 la $TX[1],0($TX[0])
116 la $TY,0($TY,$TX[0])
119 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
123 lg $TX[1],0($inp)
127 xgr $acc,$TX[1]
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
H A Drc4-x86_64.pl163 my @TX=("%rax","%rbx");
177 xor $TX[1],$TX[1]
179 sub $XX[0],$TX[1]
181 movl ($dat,$XX[0],4),$TX[0]#d
186 and \$7,$TX[1]
189 sub $TX[1],$len
191 add $TX[0]#b,$YY#b
193 movl $TX[0]#d,($dat,$YY,4)
195 add $TY#b,$TX[0]#b
197 movl ($dat,$TX[0],4),$TY#d
[all …]
H A Drc4-md5-x86_64.pl114 my @TX=("%rax","%rbx");
170 movl ($dat,$XX[0],4),$TX[0]#d
173 xor $TX[1],$TX[1]
176 sub $XX[0],$TX[1]
177 and \$`$MOD-1`,$TX[1]
179 sub $TX[1],$len
181 add $TX[0]#b,$YY#b
183 movl $TX[0]#d,($dat,$YY,4)
185 add $TY#b,$TX[0]#b
187 movl ($dat,$TX[0],4),$TY#d
[all …]
H A Drc4-c64xplus.pl31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2));
60 LDBU *${KEYA}[$XX],$TX
65 || ADD4 $TX,$YY,$YY
73 STB $TX,*${KEYB}[$YY]
74 ||[B0] ADD4 $TX,$YY,$YY
77 ||[!B0] MVD $tx,$TX
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
91 || SUB4 $YY,$TX,$YY
116 || MVK 0,$TX
117 STH $TX,*${KEY}++ ; key->x=key->y=0
[all …]
H A Drc4-parisc.pl85 @TX=("%r21","%r22");
105 $LDX $XX[1]($key),$TX[1]
107 $ST $TX[0],0($ix)
109 copy $TX[0],$TX[1] ; move
112 addl $TX[0],$TY,$TY
113 addl $TX[1],$YY,$YY
117 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
127 $ST $TX[0],0($iy)
130 addl $TX[0],$TY,$TY
135 $LDX $XX[0]($key),$TX[0]
[all …]
H A Drc4-s390x.pl63 @TX=("%r8","%r9");
84 llgc $TX[0],2($XX[0],$key)
93 la $YY,0($YY,$TX[0]) # $i
107 stc $TX[0],2($YY,$key)
108 llgc $TX[1],2($XX[1],$key)
112 la $TX[1],0($TX[0])
114 la $TY,0($TY,$TX[0])
117 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
121 lg $TX[1],0($inp)
125 xgr $acc,$TX[1]
[all …]
/netbsd-src/share/misc/
H A Dzipcodes32245 73301:Austin, TX
32246 73344:Austin, TX
32866 75001:Addison, TX
32867 75002:Allen, TX
32868 75003:Anna, TX
32869 75004:Blue Ridge, TX
32870 75005:Caddo Mills, TX
32871 75006:Carrollton, TX
32872 75007:Carrollton, TX
32873 75008:Carrollton, TX
[all …]
H A Dna.phone.add20 210:Texas (USA):San Antonio:TX
23 214:Texas (USA):Dallas:TX
42 254:Texas (USA):Waco:TX
49 281:Texas (USA):Houston:TX
84 361:Texas (USA):Corpus Christi:TX
94 409:Texas (USA):Galveston:TX
111 469:Texas (USA):Dallas:TX
127 512:Texas (USA):Austin:TX
184 682:Texas (USA):Arlington, Fort Worth, Grapevine:TX
196 713:Texas (USA):Houston:TX
[all …]
H A Dna.phone19 210:Texas (USA):San Antonio:TX
22 214:Texas (USA):Dallas:TX
50 254:Texas (USA):Waco:TX
64 281:Texas (USA):Houston:TX
113 361:Texas (USA):Corpus Christi:TX
132 409:Texas (USA):Galveston:TX
166 469:Texas (USA):Dallas:TX
187 512:Texas (USA):Austin:TX
294 682:Texas (USA):Arlington, Fort Worth, Grapevine:TX
311 713:Texas (USA):Houston:TX
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dite_rt.c111 ip->cols = md->TX; in retina_init()
186 long toploc = top * (md->TX / 16); in screen_up()
192 long fromloc = (top+lines) * (md->TX / 16); in screen_up()
199 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1; in screen_up()
241 f += (1 + bottom - lines) * md->TX * 2; in screen_up()
253 short x = (lines * (md->TX/16)) - 1; in screen_up()
256 p += (1 + bottom - lines) * (md->TX/4); in screen_up()
304 long toloc = (top + lines) * (md->TX / 16); in screen_down()
310 long fromloc = top * (md->TX / 16); in screen_down()
317 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1; in screen_down()
[all …]
H A Dgrf_rh.c254 unsigned long dst = 8 * (xd + yd * md->TX); in RZ3AlphaCopy()
256 unsigned long src = 8 * (xs + ys * md->TX); in RZ3AlphaCopy()
266 src += 8 * (h - 1) * md->TX * 4; in RZ3AlphaCopy()
267 dst += 8 * (h - 1) * md->TX * 4; in RZ3AlphaCopy()
328 unsigned long dst = 8 * (gbb->dst_x + gbb->dst_y * md->TX); in RZ3BitBlit()
332 8 * (gbb->src_x + gbb->src_y * md->TX); in RZ3BitBlit()
342 src += 8 * (gbb->h - 1) * md->TX; in RZ3BitBlit()
343 dst += 8 * (gbb->h - 1) * md->TX; in RZ3BitBlit()
406 unsigned long dst = 8 * 2 * (gbb->dst_x + gbb->dst_y * md->TX); in RZ3BitBlit16()
410 8 * 2 * (gbb->src_x + gbb->src_y * md->TX); in RZ3BitBlit16()
[all …]
/netbsd-src/games/quiz/datfiles/
H A Dareas12 214:northeastern texas|TX:dallas
58 512:southern texas|TX:austin
90 713:southeastern texas|TX:houston
100 806:panhandle texas|TX:amarillo
109 817:northern central texas|TX:fort worth
121 915:western texas|TX:el paso
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-nanopi-k2.dts237 gpio-line-names = "UART TX", "UART RX", "Power Control", "Power Key In",
250 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En",
251 "Eth TX D0", "Eth TX D1", "Eth TX D2", "Eth TX D3",
286 "Bluetooth UART TX", "Bluetooth UART RX",
H A Dmeson-gxbb-odroidc2.dts295 gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En",
308 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En",
309 "Eth TX D0", "Eth TX D1", "Eth TX D2", "Eth TX D3",
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Domap2430.dtsi183 <59>, /* TX interrupt */
200 <62>, /* TX interrupt */
216 <89>, /* TX interrupt */
232 <54>, /* TX interrupt */
248 <81>, /* TX interrupt */
H A Dsama5d3_can.dtsi20 …AT91_PIOD 15 AT91_PERIPH_C AT91_PINCTRL_NONE>; /* PD15 periph C TX, conflicts with CTS0, SPI0_NPCS…
28 AT91_PIOB 15 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PB15 periph B TX, conflicts with GCOL */
H A Dexynos5422-odroidxu3-audio.dtsi28 "I2S Playback", "Mixer DAI TX",
29 "HiFi Playback", "Mixer DAI TX",
H A Dam335x-netcom-plus-2xx.dts24 AM33XX_PADCONF(AM335X_PIN_UART1_TXD, PIN_INPUT, MUX_MODE0) /* TX */
37 AM33XX_PADCONF(AM335X_PIN_SPI0_D0, PIN_OUTPUT, MUX_MODE1) /* TX */
/netbsd-src/sys/dev/mii/
H A Dmiidevs230 model xxCICADA CIS8201 0x0001 Cicada CIS8201 10/100/1000TX PHY
231 model xxCICADA CIS8204 0x0004 Cicada CIS8204 10/100/1000TX PHY
232 model xxCICADA VSC8211 0x000b Cicada VSC8211 10/100/1000TX PHY
235 model xxCICADA CIS8201A 0x0020 Cicada CIS8201 10/100/1000TX PHY
236 model xxCICADA CIS8201B 0x0021 Cicada CIS8201 10/100/1000TX PHY
237 model xxCICADA VSC8234 0x0022 Vitesse VSC8234 10/100/1000TX PHY
418 model xxTSC 78Q2121 0x0015 78Q2121 100BASE-TX media interface
426 model xxVITESSE VSC8641 0x0003 Vitesse VSC8641 10/100/1000TX PHY
427 model xxVITESSE VSC8504 0x000c Vitesse VSC8504 quad 10/100/1000TX PHY
428 model xxVITESSE VSC8552 0x000e Vitesse VSC8552 dual 10/100/1000TX PH
[all...]
/netbsd-src/sys/dev/tc/
H A Dtcdevs59 device PMAG-JA tfb 24-plane True Color Frame Buffer (TX)
60 device PMAG-JB tfb 24-plane True Color Frame Buffer (TX)
64 device PMAGB-JA ??? 24-plane True Color Frame Buffer (TX)
65 device PMAGB-JB ??? 24-plane True Color Frame Buffer (TX)
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dautotrust_init_legacy.rpl11 …Pj5XY5Pff16/zWTfC2xI5OpFsn2vuEsi816lknDwfi6vYihx10VBwlcfUus0cuZ+SxUGj9fHq3+TX ;{id = 64693 (ksk), …
55 …lOXWt6yPAJ+u6pZ7db7APj5XY 5Pff16/zWTfC2xI5OpFsn2vuEsi816lknDwfi6vYihx10VBwlcfUus0c uZ+SxUGj9fHq3+TX
83 …Pj5XY5Pff16/zWTfC2xI5OpFsn2vuEsi816lknDwfi6vYihx10VBwlcfUus0cuZ+SxUGj9fHq3+TX ;{id = 64693 (ksk), …

1234567