Home
last modified time | relevance | path

Searched defs:ROUND (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/lib/
H A Dchecksum_32.S386 #define ROUND(x) \ define
[all...]
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dchecksum_32.S377 #define ROUND(x) \ define
[all...]
/kernel/linux/linux-5.10/lib/crypto/
H A Dblake2s-generic.c79 #define ROUND(r) do { \ in blake2s_compress_generic() macro
101 #undef ROUND blake2s_compress_generic() macro
[all...]
H A Ddes.c582 #define ROUND(L, R, A, B, K, d) \ macro
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Dblake2s-generic.c78 #define ROUND(r) do { \ in blake2s_compress_generic() macro
100 #undef ROUND blake2s_compress_generic() macro
[all...]
H A Ddes.c582 #define ROUND(L, R, A, B, K, d) \ macro
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dtsc_msrs_test.c17 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dtsc_msrs_test.c15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
/kernel/linux/linux-5.10/crypto/
H A Dblowfish_generic.c34 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
[all...]
H A Dblowfish_common.c304 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
[all...]
H A Dblake2b_generic.c86 #define ROUND(r) \ macro
140 #undef ROUND global() macro
[all...]
H A Drmd320.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro
[all...]
H A Drmd160.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro
[all...]
H A Drmd256.c40 #define ROUND(a, b, c, d, f, k, x, s) { \ macro
[all...]
H A Drmd128.c40 #define ROUND(a, b, c, d, f, k, x, s) { \ macro
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dblake2b_generic.c58 #define ROUND(r) \ macro
112 #undef ROUND global() macro
[all...]
H A Dblowfish_generic.c35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
[all...]
H A Dblowfish_common.c305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
[all...]
H A Drmd160.c43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \ define
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ define
[all...]
H A Dsm4-aesni-avx2-asm_64.S182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ define
/kernel/linux/linux-5.10/fs/ext4/
H A Dhash.c44 #define ROUND(f, a, b, c, d, x, s) \ macro
94 #undef ROUND global() macro
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dhash.c44 #define ROUND(f, a, b, c, d, x, s) \ macro
94 #undef ROUND global() macro
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c32 #define ROUND(x, y) ((x) / (y) + \ macro
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c33 #define ROUND(x, y) ((x) / (y) + \ macro
[all...]

Completed in 12 milliseconds

12