| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| H A D | u8.h | 67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument 70 VEC8_LINE1(A2, B2, C2, D2); \ 74 VEC8_LINE2(A2, B2, C2, D2); \ 78 VEC8_LINE3(A2, B2, C2, D2); \ 86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument 89 VEC8_LINE1(A2, B2, C2, D2); \ 91 VEC8_LINE2(A2, B2, C2, D2); \ 93 VEC8_LINE3(A2, B2, C2, D2); \ 95 VEC8_LINE4(A2, B2, C2, D2); \ 295 t_##A2 = _mm256_permute2x128_si256(x_##A, x_##A2, 0x31); \ [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rand.c | 59 #define A2 0x5 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/ngatm/netnatm/api/ |
| H A D | unisap.c | 152 #define COMMON_OVERLAP(A1,A2) \ argument 153 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_ABSENT) || \ 154 A1->tag == UNISVE_ANY || A2->tag == UNISVE_ANY) \ 156 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_PRESENT) || \ 157 (A2->tag == UNISVE_ABSENT && A1->tag == UNISVE_PRESENT)) \
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u8.h | 423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument 426 ONEQUAD_UNPCK(A2, B2, C2, D2); \ 427 y##A = _mm256_permute2x128_si256(z##A, z##A2, 0x20); \ 428 y##A2 = _mm256_permute2x128_si256(z##A, z##A2, 0x31); \ 442 y##A2 = \ 443 _mm256_xor_si256(y##A2, _mm256_loadu_si256((__m256i*) (m + 256))); \ 454 _mm256_storeu_si256((__m256i*) (c + 256), y##A2); \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_table.lua | 44 local A1, A2 = 727595, 798405 -- 5^17=D20*A1+A2 48 local U = X2*A2 49 local V = (X1*A2 + X2*A1) % D20
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rza2-pinctrl.yaml | 7 title: Renesas RZ/A2 combined Pin and GPIO controller 14 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO
|
| H A D | renesas,rza2-pinctrl.txt | 1 Renesas RZ/A2 combined Pin and GPIO controller 3 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO controller.
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 671 ge25519_p3 A2; in ge25519_double_scalarmult_vartime() local 680 ge25519_p1p1_to_p3(&A2, &t); in ge25519_double_scalarmult_vartime() 682 ge25519_add(&t, &A2, &Ai[0]); in ge25519_double_scalarmult_vartime() 686 ge25519_add(&t, &A2, &Ai[1]); in ge25519_double_scalarmult_vartime() 690 ge25519_add(&t, &A2, &Ai[2]); in ge25519_double_scalarmult_vartime() 694 ge25519_add(&t, &A2, &Ai[3]); in ge25519_double_scalarmult_vartime() 698 ge25519_add(&t, &A2, &Ai[4]); in ge25519_double_scalarmult_vartime() 702 ge25519_add(&t, &A2, &Ai[5]); in ge25519_double_scalarmult_vartime() 706 ge25519_add(&t, &A2, &Ai[6]); in ge25519_double_scalarmult_vartime() 905 ge25519_p3 A2; in ge25519_mul_l() local [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am57xx-beagle-x15.dts | 9 /* NOTE: This describes the "original" pre-production A2 revision */
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ghash-armv4.S | 420 vext.8 d18, d26, d26, #2 @ A2 421 vmull.p8 q9, d18, d6 @ H = A2*B 458 vext.8 d18, d28, d28, #2 @ A2 459 vmull.p8 q9, d18, d6 @ H = A2*B 495 vext.8 d18, d27, d27, #2 @ A2 496 vmull.p8 q9, d18, d7 @ H = A2*B
|
| H A D | armv4-gf2m.S | 181 vext.8 d4, d26, d26, #2 @ A2 182 vmull.p8 q2, d4, d27 @ H = A2*B
|
| /f-stack/freebsd/mips/include/ |
| H A D | regnum.h | 62 #define A2 6 macro
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | renesas,rza1-irqc.txt | 4 RZ/A1 and RZ/A2 SoCs:
|
| H A D | renesas,rza1-irqc.yaml | 15 RZ/A2 SoCs:
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amd/ |
| H A D | amd-seattle-xgbe-b.dtsi | 54 mac-address = [ 02 A1 A2 A3 A4 A5 ];
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | renesas,wdt.yaml | 22 - renesas,r7s9210-wdt # RZ/A2
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | renesas,usb2-phy.yaml | 20 - renesas,usb2-phy-r7s9210 # RZ/A2
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | renesas,usbhs.yaml | 20 - const: renesas,usbhs-r7s9210 # RZ/A2
|
| /f-stack/freebsd/mips/mips/ |
| H A D | exception.S | 277 SAVE_REG(a2, A2, sp) ;\ 338 RESTORE_REG(a2, A2, sp) ;\ 437 SAVE_U_PCB_REG(a2, A2, k1) 532 RESTORE_U_PCB_REG(a2, A2, k1) 701 SAVE_U_PCB_REG(a2, A2, k1) 820 RESTORE_U_PCB_REG(a2, A2, k1)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | renesas,rspi.yaml | 23 - renesas,rspi-r7s9210 # RZ/A2
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | koi-win | 19 AE A2 ; # small Byelorussian short u
|
| H A D | win-utf | 29 A2 D19E ; # small Byelorussian short u
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | gateworks-gsc.yaml | 183 channel@b { /* A2: Battery voltage */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | renesas,cpg-mssr.yaml | 27 - renesas,r7s9210-cpg-mssr # RZ/A2
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | renesas,scif.yaml | 25 - renesas,scif-r7s9210 # RZ/A2
|