Searched defs:ROUND (Results 1 – 11 of 11) 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
|
| H A D | sm4-aesni-avx2-asm_64.S | 182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ macro
|
| /linux/arch/x86/lib/ |
| H A D | checksum_32.S | 377 #define ROUND(x) \ macro
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | tsc_msrs_test.c | 15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
|
| /linux/crypto/ |
| H A D | blowfish_common.c | 305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
|
| H A D | blowfish_generic.c | 35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
|
| H A D | rmd160.c | 39 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro
|
| /linux/tools/perf/util/ |
| H A D | blake2s.c | 81 #define ROUND(r) do { \ in blake2s_compress() macro
|
| /linux/fs/ext4/ |
| H A D | hash.c | 44 #define ROUND(f, a, b, c, d, x, s) \ macro
|
| /linux/lib/crypto/ |
| H A D | des.c | 581 #define ROUND(L, R, A, B, K, d) \ macro
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 33 #define ROUND(x, y) ((x) / (y) + \ macro
|