| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | blamka-round-avx512f.h | 19 A0 = muladd(A0, B0); \ 40 A0 = muladd(A0, B0); \ 96 #define SWAP_HALVES(A0, A1) \ argument 101 A0 = t0; \ 105 #define SWAP_QUARTERS(A0, A1) \ argument 107 SWAP_HALVES(A0, A1); \ 108 A0 = _mm512_permutexvar_epi64(_mm512_setr_epi64(0, 1, 4, 5, 2, 3, 6, 7), A0); \ 114 A0 = _mm512_permutexvar_epi64(_mm512_setr_epi64(0, 1, 4, 5, 2, 3, 6, 7), A0); \ 116 SWAP_HALVES(A0, A1); \ 121 SWAP_HALVES(A0, B0); \ [all …]
|
| H A D | blamka-round-avx2.h | 12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 14 __m256i ml = _mm256_mul_epu32(A0, B0); \ 16 A0 = _mm256_add_epi64(A0, _mm256_add_epi64(B0, ml)); \ 17 D0 = _mm256_xor_si256(D0, A0); \ 41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 43 __m256i ml = _mm256_mul_epu32(A0, B0); \ 45 A0 = _mm256_add_epi64(A0, _mm256_add_epi64(B0, ml)); \ 46 D0 = _mm256_xor_si256(D0, A0); \ 126 G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ 127 G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ [all …]
|
| H A D | blamka-round-ssse3.h | 31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 33 A0 = fBlaMka(A0, B0); \ 36 D0 = _mm_xor_si128(D0, A0); \ 52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 54 A0 = fBlaMka(A0, B0); \ 57 D0 = _mm_xor_si128(D0, A0); \ 73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 90 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 107 #define BLAKE2_ROUND(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 109 G1(A0, B0, C0, D0, A1, B1, C1, D1); \ [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rand.c | 57 #define A0 0xE66D macro 63 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) 68 static uint32_t x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | kirkwood-rd88f6281-a.dts | 7 * This file contains the definitions for the board with the A0 or 16 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
|
| H A D | aspeed-ast2600-evb.dts | 152 // Workaround for A0
|
| H A D | aspeed-bmc-opp-tacoma.dts | 104 /*A0-A7*/ "","","","","","","","", 818 // Workaround for A0 823 // Workaround for A0
|
| H A D | aspeed-bmc-opp-romulus.dts | 235 /*A0-A7*/ "","cfam-reset","","","","","fsi-mux","",
|
| H A D | aspeed-bmc-opp-nicole.dts | 219 /*A0-A7*/ "","cfam-reset","","","","","fsi-mux","",
|
| H A D | aspeed-bmc-facebook-tiogapass.dts | 128 /*A0-A7*/ "BMC_CPLD_FPGA_SEL","","","","","","","",
|
| H A D | aspeed-bmc-opp-witherspoon.dts | 202 /*A0-A7*/ "","cfam-reset","","","","","fsi-mux","",
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | sitronix,st7586.txt | 5 - a0-gpios: The A0 signal (since this binding is for serial mode, this is 6 the pin labeled D1 on the controller, not the pin labeled A0)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/panel/ |
| H A D | pda,91-00156-a0.yaml | 7 title: PDA 91-00156-A0 5.0" WVGA TFT LCD panel
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ds4424.txt | 18 reg = <0x10>; /* When A0, A1 pins are ground */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | qca,qca7000.txt | 54 local-mac-address = [ A0 B0 C0 D0 E0 F0 ]; 84 local-mac-address = [ A0 B0 C0 D0 E0 F0 ];
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | bcm-ns-usb3-phy.txt | 13 Known A0: BCM4707 rev 0
|
| /f-stack/freebsd/mips/include/ |
| H A D | regnum.h | 60 #define A0 4 macro
|
| /f-stack/freebsd/contrib/device-tree/src/mips/pic32/ |
| H A D | pic32mzda_sk.dts | 102 pins = "A6", "D4", "G13", "G12", "G14", "A7", "A0";
|
| /f-stack/freebsd/mips/mips/ |
| H A D | exception.S | 275 SAVE_REG(a0, A0, sp) ;\ 336 RESTORE_REG(a0, A0, sp) ;\ 434 SAVE_U_PCB_REG(a0, A0, k1) 530 RESTORE_U_PCB_REG(a0, A0, k1) 699 SAVE_U_PCB_REG(a0, A0, k1) 818 RESTORE_U_PCB_REG(a0, A0, k1)
|
| H A D | swtch.S | 104 RESTORE_U_PCB_REG(a0, A0, k1)
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | koi-win | 8 9A A0 ; #
|
| H A D | win-utf | 27 A0 C2A0 ; #
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | gateworks-gsc.yaml | 169 channel@0 { /* A0: Board Temperature */
|
| /f-stack/app/nginx-1.16.1/contrib/unicode2nginx/ |
| H A D | win-utf | 34 A0 C2A0 ; #NO-BREAK SPACE
|
| H A D | koi-utf | 35 A0 E29590 ; # BOX DRAWINGS DOUBLE HORIZONTAL
|