Searched defs:ROUND (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | sm4-aesni-avx-asm_64.S | 188 #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 D | tsc_msrs_test.c | 15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
|
/linux/lib/crypto/ |
H A D | blake2s-generic.c | 79 #define ROUND(r) do { \ in blake2s_compress_generic() macro [all...] |
/linux/crypto/ |
H A D | blowfish_common.c | 305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro [all...] |
H A D | blowfish_generic.c | 35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro [all...] |
H A D | rmd160.c | 39 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro [all...] |
/linux/fs/ext4/ |
H A D | hash.c | 44 #define ROUND(f, a, b, c, d, x, s) \ macro [all...] |
/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | dw_drm_dsi.c | 33 #define ROUND(x, y) ((x) / (y) + \ macro [all...] |