Home
last modified time | relevance | path

Searched defs:ROUND (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \ macro
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ macro
[all...]
/linux/tools/testing/selftests/kvm/x86/
H A Dtsc_msrs_test.c15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
/linux/lib/crypto/
H A Dblake2s-generic.c79 #define ROUND(r) do { \ in blake2s_compress_generic() macro
[all...]
/linux/crypto/
H A Dblowfish_common.c305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
[all...]
H A Dblowfish_generic.c35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
[all...]
H A Drmd160.c39 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro
[all...]
/linux/fs/ext4/
H A Dhash.c44 #define ROUND(f, a, b, c, d, x, s) \ macro
[all...]
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c33 #define ROUND(x, y) ((x) / (y) + \ macro
[all...]