Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #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 Drand.c59 #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 Dunisap.c152 #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 Du8.h423 #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 Dtst.lib_table.lua44 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 Drenesas,rza2-pinctrl.yaml7 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 Drenesas,rza2-pinctrl.txt1 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 Ded25519_ref10.c671 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 Dam57xx-beagle-x15.dts9 /* NOTE: This describes the "original" pre-production A2 revision */
/f-stack/freebsd/crypto/openssl/arm/
H A Dghash-armv4.S420 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 Darmv4-gf2m.S181 vext.8 d4, d26, d26, #2 @ A2
182 vmull.p8 q2, d4, d27 @ H = A2*B
/f-stack/freebsd/mips/include/
H A Dregnum.h62 #define A2 6 macro
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,rza1-irqc.txt4 RZ/A1 and RZ/A2 SoCs:
H A Drenesas,rza1-irqc.yaml15 RZ/A2 SoCs:
/f-stack/freebsd/contrib/device-tree/src/arm64/amd/
H A Damd-seattle-xgbe-b.dtsi54 mac-address = [ 02 A1 A2 A3 A4 A5 ];
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Drenesas,wdt.yaml22 - renesas,r7s9210-wdt # RZ/A2
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Drenesas,usb2-phy.yaml20 - renesas,usb2-phy-r7s9210 # RZ/A2
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Drenesas,usbhs.yaml20 - const: renesas,usbhs-r7s9210 # RZ/A2
/f-stack/freebsd/mips/mips/
H A Dexception.S277 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 Drenesas,rspi.yaml23 - renesas,rspi-r7s9210 # RZ/A2
/f-stack/app/nginx-1.16.1/conf/
H A Dkoi-win19 AE A2 ; # small Byelorussian short u
H A Dwin-utf29 A2 D19E ; # small Byelorussian short u
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dgateworks-gsc.yaml183 channel@b { /* A2: Battery voltage */
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Drenesas,cpg-mssr.yaml27 - renesas,r7s9210-cpg-mssr # RZ/A2
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Drenesas,scif.yaml25 - renesas,scif-r7s9210 # RZ/A2

12