/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/ |
pwhash_scryptsalsa208sha256_sse.c | 67 ARX(X1, X0, X3, 7) \ 68 ARX(X2, X1, X0, 9) \ 70 ARX(X0, X3, X2, 18) \ 78 ARX(X3, X0, X1, 7) \ 79 ARX(X2, X3, X0, 9) \ 81 ARX(X0, X1, X2, 18) \ 89 * Apply the salsa20/8 core to the block provided in (X0 ... X3) ^ (Z0 ... Z3). 93 __m128i Y0 = X0 = _mm_xor_si128(X0, (in)[0]); \ 100 SALSA20_2ROUNDS(out)[0] = X0 = _mm_add_epi32(X0, Y0); [all...] |
/src/libexec/ld.aout_so/ |
ld.so.arm.uue | 20 M,)'E)*"?Y0J@C^`@()_E`B":YP,@@N`8X)_E#N":YP,PCN`/X*#A`_"@X0"< 22 MZ```````````#<"@X0#8+>D',-#E!+!,X@'``^+_,`/B!@`#X@#`C.$(X`/B 36 M$*#C`P!2X0(``!H`,)?E``!3X0````H!$*#C`!".Y0PPFN<`()/E``!2XP4` 52 M````8````&0```!H````;````'````!T````%`"6Y1`0A>*`0P#K!`"@X0$: 59 M`0`7XZPPG^6L,)\5`V":YQP@E.4`,)3E"A"5Y0#@E>4@0)+E01B@X0`0C>4( 87 M+"`+Y0APF^4`8*#A)`"@XP.`H.$*0@#K`%"@X2``H.,'0@#K`$"@X0`PH.,( 103 M/#*?Y0,@FN<`0)+E``!4XQ4```H$,)3E``!3XP\```I0`!OE`Q"@X0,``.H! 107 M0D$`ZR``4.,#```*!0"@X1Y!`.L``*#C\*\;Z4@`&^4@.*#A`SB@X0``4^,& 115 M`$"@X0$`=.,'```:!0"@X<1``.ND___JQ`(!`%````"T````*````&P```! [all...] |
ld.so.vax.uue | 31 M4,%IH"!7P5=66-U9W5C[`L]W!-!041)1U>_8Q0``$C6>KY=1X0!'I@0%GL]Y 250 M:/_0K`13X0.C#`75HQ`2'-VL!/L![[&8``#54!,.^P#OLI@``-`)8-(`4`30 423 M5IJ+4I!"HP%1X0)1!<(P4A&(BX_\45`3$9ZBJ5#I403#-U)0T%!2,7#_U:P( 433 M``"F*)[_CG4``*8@X0.MG`W=`GQ^W5;[!.]^>0``T%90!+2F#-10!"1.971" 659 MT*P$5K"F#%`2#OL`[^%0``#0"6#2`%`$X0-0#MU6^P'OQ5(``-!05Q$"U%?0 822 M65C!6EM0T5A0'X0$!)`?4.\!4*P(4,194,%:4%C1K`@'&@,QX`'06E?#`:P(
|
ld.so.sparc.uue | 208 M!>#\F@,`"=8%X0#0(H``!(``$MHBP`#0`R`<T@7A!!"```V0`T`(0``XH9`0 218 M#("B8``2@``-D!``&!"``&BP$"``0``X,M`%X0@0@`!DL!`@`-`%X0Q``#@M 463 MD!``&)(0`!E``"WUE`>@3`````""$"08A`/@")'0(```````@A`D+X0#X`B1 489 MP!>=X[^8+P``*W____RN!>&X0``LW0$```#2!>"<U@7@"*("8+#D`@``U`+` 820 MHL`!"H``*)@0``"`HT`!&H``#8X0(`&;*V`$$+___)@#(`&:@T`-&H``!XX! 836 MHT`!&H``#8X0(`&;*V`$$+___)@#(`&:@T`-&H``!XX!X`&#*&`$FS-@`9H# 1081 M`00````"```````!`0@````"```````!`W@``#<7___V"``!`X0``#T7___U 1713 M`````1X0```("P0"``````78```(%@0"``````?,```((`0"`````!%@```(
|
ld.so.i386.uue | 35 M`8F+C`,``(V#>C#__U#HR7<``(/$!(7`#Y7`B<�&)BX0#``"+30S_<0QJ 409 MBWPD$(M,)!2)^"GP.<AR$OS!Z0+SI8M,)!2#X0/SI%]>PP'/`<[]@^$#3T[S 818 M1:!0#[]&#E#H>`D``(7`?0R+51#'`@````#K)Y"+3:B!X0#P``")39R!^0`@ 876 MC78`5E>+?"0,BW0D$(M,)!2)^"GP.<AR%OS!Z0+SI8M,)!2#X0/SI(M$)`Q? 916 M%OS!Z0+SI8M,)!2#X0/SI(M$)`Q?7L,!SP'._8/A`T].\Z2+3"04P>D"@^X#
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
aead_aes256gcm_aesni.c | 62 __m128i X0, X1, X2, X3; 65 X0 = _mm_loadu_si128((const __m128i *) &key[0]); 66 rkeys[i++] = X0; 73 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x10)); \ 74 X0 = _mm_xor_si128(X0, X3); \ 75 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x8c)); \ 76 X0 = _mm_xor_si128(_mm_xor_si128(X0, X3), X1); \ 77 rkeys[i++] = X0; \ [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_mips.cc | 31 PO_NOP = 0x0, // nop 107 PatchOpcodes::PO_SW, RegNum::RN_SP, RegNum::RN_T9, 0x0); 109 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, HiTracingHookAddr); 113 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, HiFunctionID); 115 PatchOpcodes::PO_JALR, RegNum::RN_T9, 0x0, RegNum::RN_RA, 0X0); 119 PatchOpcodes::PO_LW, RegNum::RN_SP, RegNum::RN_T9, 0x0);
|
xray_mips64.cc | 32 PO_NOP = 0x0, // nop 107 PatchOpcodes::PO_SD, RegNum::RN_SP, RegNum::RN_T9, 0x0); 109 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, HighestTracingHookAddr); 114 PatchOpcodes::PO_DSLL, 0x0, RegNum::RN_T9, RegNum::RN_T9, 0x10); 118 PatchOpcodes::PO_DSLL, 0x0, RegNum::RN_T9, RegNum::RN_T9, 0x10); 122 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, HiFunctionID); 124 PatchOpcodes::PO_JALR, RegNum::RN_T9, 0x0, RegNum::RN_RA, 0X0); 128 PatchOpcodes::PO_LD, RegNum::RN_SP, RegNum::RN_T9, 0x0);
|
/src/sys/dev/i2c/ |
sensirion_voc_algorithm.c | 313 VocAlgorithmParams* params, fix16_t L, fix16_t X0, fix16_t K); 663 VocAlgorithmParams* params, fix16_t L, fix16_t X0, fix16_t K) { 667 params->m_Mean_Variance_Estimator___Sigmoid__X0 = X0;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
aspeed-bmc-amd-ethanolx.dts | 136 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-opp-nicole.dts | 243 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-opp-romulus.dts | 259 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-facebook-tiogapass.dts | 167 /*X0-X7*/ "","","","GLOBAL_RST_WARN",
|
aspeed-bmc-inspur-nf5280m6.dts | 178 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-opp-witherspoon.dts | 226 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-opp-zaius.dts | 507 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-ampere-mtjade.dts | 598 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-inspur-fp5280g2.dts | 232 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-opp-tacoma.dts | 137 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-bytedance-g220a.dts | 321 /*X0-X7*/ "","","","","","","","",
|
aspeed-bmc-ibm-rainier.dts | 281 /*X0-X7*/ "","","","","","","","", 382 reg = <0x0>; 526 reg = <0x0>; 670 reg = <0x0>; 814 reg = <0x0>;
|
aspeed-bmc-opp-mihawk.dts | 411 /*X0-X7*/ "","","","","","","","",
|
/src/tests/usr.bin/printf/ |
printf.sh | 1144 expect 0x0.p+0 '%#.0a' 0 1145 expect 0x0.000p+0 '%.3a' 0 1161 expect_fail 0x0.p+0 %#a trash 1179 expect 0X0.P+0 '%#.0A' 0 1180 expect 0X0.000P+0 '%.3A' 0 1193 expect_fail 0X0.P+0 %#A trash 1604 for fmt in '\x0' '\x00'
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.s | 77 # and therefore does not work exactly like the 680X0 div{s,u}.l # 122 # fmovm.l &0x0,-(%sp) # save no fpregs 137 # fmovm.l &0x0,-(%sp) # save no fpregs 169 mov.w &0x0, %cc # clear 'X' cc bit 244 # fmovm.l (%sp)+,&0x0 # restore no fpregs 269 # fmovm.l (%sp)+,&0x0 # restore no fpregs 274 divu.w &0x0,%d0 # force a divbyzero exception 494 # and therefore does not work exactly like the 680X0 mul{s,u}.l # 524 # fmovm.l &0x0,-(%sp) # save no fpregs 606 # fmovm.l (%sp)+,&0x0 # restore no fpreg [all...] |
/src/sbin/nvmectl/ |
bignum.c | 120 memset(a->dp, 0x0, a->alloc * sizeof(*a->dp)); 149 memset(&a->dp[a->alloc], 0x0, (size - a->alloc) * sizeof(*a->dp)); 192 memset(a->dp, 0x0, b * sizeof(*a->dp)); 241 memset(&b->dp[a->used], 0x0, (b->used - a->used) * sizeof(*b->dp)); 432 memset(a->dp, 0x0, MP_PREC * sizeof(*a->dp)); 449 memset(a->dp, 0x0, a->used * sizeof(*a->dp)); 517 memset(a->dp, 0x0, size * sizeof(*a->dp)); 613 memset(tmpc, 0x0, (olduse - c->used) * sizeof(*c->dp)); 680 memset(tmpc, 0x0, (olduse - c->used) * sizeof(*a->dp)); 751 memset(&a->dp[a->used - b], 0x0, b * sizeof(*a->dp)) 2097 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local in function:karatsuba_multiply 2942 mp_int x0, x1, t1, t2, x0x0, x1x1; local in function:karatsuba_square [all...] |