Home
last modified time | relevance | path

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

123

/third_party/openssl/crypto/rc4/asm/
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 …]
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 …]
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 …]
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 …]
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 …]
/third_party/typescript/tests/baselines/reference/
DrestParameterTypeInstantiation.types12 const removeF = <TX>({ f, ...rest }: TestGeneric<TX>) => {
13 >removeF : <TX>({ f, ...rest }: TestGeneric<TX>) => { g: TX; }
14 ><TX>({ f, ...rest }: TestGeneric<TX>) => { return rest} : <TX>({ f, ...rest }: TestGeneric<TX>) =…
16 >rest : { g: TX; }
19 >rest : { g: TX; }
26 >removeF : <TX>({ f, ...rest }: TestGeneric<TX>) => { g: TX; }
DrestParameterTypeInstantiation.symbols16 const removeF = <TX>({ f, ...rest }: TestGeneric<TX>) => {
18 >TX : Symbol(TX, Decl(restParameterTypeInstantiation.ts, 7, 17))
22 >TX : Symbol(TX, Decl(restParameterTypeInstantiation.ts, 7, 17))
DrestParameterTypeInstantiation.js9 const removeF = <TX>({ f, ...rest }: TestGeneric<TX>) => {
/third_party/libphonenumber/resources/geocoding/en/
D1.txt1249 1210|San Antonio, TX
1253 1214217|Dallas, TX
1254 1214219|Dallas, TX
1255 1214220|Dallas, TX
1256 1214221|Dallas, TX
1257 1214222|Lewisville, TX
1258 1214234|Dallas, TX
1259 1214239|Dallas, TX
1260 1214252|Dallas, TX
1261 1214265|Dallas, TX
[all …]
/third_party/musl/libc-test/src/regression/
Dpthread-robust-detach.c9 #define TX(r,f,x) ( ((r)=(f))==x || \ macro
11 #define T(r,f) TX(r,f,0)
50 TX(r, pthread_mutex_timedlock(&mtx, &ts), EOWNERDEAD); in f()
/third_party/typescript/tests/cases/compiler/
DrestParameterTypeInstantiation.ts10 const removeF = <TX>({ f, ...rest }: TestGeneric<TX>) => {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolve.frag156 // => Y = TX - (DT - S)
164 // => Y = -(TX - (DT + S))
168 // !Flip: Y = TX - O where O = DT-S
169 // Flip: Y = -(TX - O) where O = DT+S
176 srcImageCoords *= params.stretch; // TX
178 srcImageCoords -= params.offset; // TX - O
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolve.frag155 // => Y = TX - (DT - S)
163 // => Y = -(TX - (DT + S))
167 // !Flip: Y = TX - O where O = DT-S
168 // Flip: Y = -(TX - O) where O = DT+S
175 srcImageCoords *= params.stretch; // TX
177 srcImageCoords -= params.offset; // TX - O
/third_party/gstreamer/gstplugins_bad/ext/dtls/
DREADME14 RX and TX pipelines of your DTLS-enabled application. This means you're not
19 This element is to be included in the TX pipeline and will initiate the DTLS
31 NB With the current implementation the TX pipeline containing the dtlssrtpenc
54 must be created *BEFORE* the TX pipeline.
63 be enough because you need two pairs of TX/RX pipelines for a proper
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DREADME.md38 [2020/12/19 15:25:07:2317] U: SS / TX Payload
39 [2020/12/19 15:25:07:2317] U: SS / TX Payload Total = 1024, Pos = 0
/third_party/ltp/testcases/kernel/sched/sched_stress/
DREADME1 Manoj Iyer IBM Austin TX manjo@austin.ibm.com
/third_party/boost/libs/test/doc/test_organization/
Dmanaging_tests_dependencies.qbk16 same test suite, no test case (call it `TX`) from any other test suite is executed between `TA` and…
17 declaration of `TX` appears between the declarations of `TA` and `TB`. In other words, all tests fr…
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
DREADME.md23 [2021/02/19 11:25:20:1396] U: LWS secure streams client TX [-d<verb>]
/third_party/libwebsockets/lib/system/smd/
DREADME.md124 Both RX and TX payloads have a 16-byte binary header before the actual payload.
125 For TX, although the header is 16-bytes, only the first 64-bit class bitfield
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp802 #define TX macro
/third_party/eudev/hwdb/
D20-pci-vendor-model.hwdb12 ID_MODEL_FROM_DATABASE=AT-2500TX V3 Ethernet
117 ID_MODEL_FROM_DATABASE=FPC-0106TX misprogrammed [RTL81xx]
447 ID_MODEL_FROM_DATABASE=Netelligent 10/100 TX PCI UTP
459 ID_MODEL_FROM_DATABASE=Netelligent Dual 10/100 TX PCI UTP
462 ID_MODEL_FROM_DATABASE=Netelligent Integrated 10/100 TX UTP
474 ID_MODEL_FROM_DATABASE=Netelligent 10/100 TX Embedded UTP
489 ID_MODEL_FROM_DATABASE=Netelligent 10/100 TX UTP
492 ID_MODEL_FROM_DATABASE=10/100 TX PCI Intel WOL UTP Controller
639 ID_MODEL_FROM_DATABASE=53C896/897 (6221L-4U (Dual U2W SCSI, dual 10/100TX, graphics))
918 …ID_MODEL_FROM_DATABASE=53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (PRIMERGY BX/RX/TX S2 series on…
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog30 * added support for nl80211 control port for EAPOL frame TX/RX
243 - fix TX status processing for Address 3 = wildcard BSSID
574 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode.
577 available with drivers that provide TX status events for Deauth/
737 * driver_nl80211: fixed STA accounting data collection (TX/RX bytes
738 reported correctly; TX/RX packets not yet available from kernel)
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DChangeLog200 - fix TX status processing for Address 3 = wildcard BSSID
531 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode.
534 available with drivers that provide TX status events for Deauth/
694 * driver_nl80211: fixed STA accounting data collection (TX/RX bytes
695 reported correctly; TX/RX packets not yet available from kernel)
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
Dcrash.devcore2407TX.9^0a<<DTHVZ1TO8/==3'?H\hdOU+*&I1gc>3o:cB_)J,F(s2fG-JZnSW)Dsa#630hbddHl2I!f;EQb[>PMe2t(P+!6X!G$P…
2548TX&Yz!!!"L!!%WO!<aMV":tP7!!3-c!/LUTJ05s;!WiE1$ig8=!#P]d!!!-%!!!-%!'gMq-iaAU&HDer!<<*"$8;_c!!!!a-kH…
2557TX&Yz!!!"L!!%WO!<aMV":tP7!!3-c!/LUTJ05s;!WiE1$ig8=!#P]d!!!-%!!!-%!'gMq-iaAU&HDer!<<*"$8;_c!!!!a-kH…
2561TX&Yz!!!"L!!%WO!<aMV":tP7!!3-c!/LUTJ05s;!WiE1$ig8=!#P]d!!!-%!!!-%!'gMq-iaAU&HDer!<<*"$8;_c!!!!a-kH…
2565 …!!!)!!!$"!!*'"B`J,5kPtkg!'gg?5QCd$!!3-#"9M*oJ,fS"!!%QM!.Y%L"FpI`!.Y%L!!!'#"TX&Yz!!!"L!!%WO!<aMV":t…
2652TX&Yz!!!"L!!%WO!<aMV":tP7!!3-c!/LUTJ05s;!WiE1$ig8=!#P]d!!!-%!!!-%!'gMq-iaAU&HDer!(6ee!!*'"!!!!A!'g…
2656 …!!!)!!!$"!!*'"B`J,5kPtkg!'gg?5QCd$!!3-#"9M*oJ,fS"!!%QM!.Y%L"FpI`!.Y%L!!!'#"TX&Yz!!!"L!!%WO!<aMV":t…
2665TX&Yz!!!"L!!%WO!<aMV":tP7!!3-c!/LUTJ05s;!WiE1$ig8=!#P]d!!!-%!!!-%!'gMq-iaAU&HDer!<<*"$8;_c!!!!a-kH…
2669 …!!!)!!!$"!!*'"B`J,5kPtkg!'gg?5QCd$!!3-#"9M*oJ,fS"!!%QM!.Y%L"FpI`!.Y%L!!!'#"TX&Yz!!!"L!!%WO!<aMV":t…
2718 …!!!)!!!$"!!*'"B`J,5kPtkg!'gg?5QCd$!!3-#"9M*oJ,fS"!!%QM!.Y%L"FpI`!.Y%L!!!'#"TX&Yz!!!"L!!%WO!<aMV":t…
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog34 * added support for nl80211 control port for EAPOL frame TX/RX
255 a separate TX IGTK if PMF is enabled instead of using MGTK
498 HT/VHT/specific TX rate support)
1035 * Delay STA entry removal until Deauth/Disassoc TX status in AP mode.
1038 available with drivers that provide TX status events for Deauth/
2028 specific TX/RX functions for EAPOL frames
2217 all keys (previously, the default TX key was configured as pairwise/

123