Searched defs:ROUND (Results 1 – 6 of 6) 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/tools/perf/util/ |
| H A D | blake2s.c | 81 #define ROUND(r) do { \ in blake2s_compress() macro
|
| /linux/lib/crypto/ |
| H A D | des.c | 581 #define ROUND(L, R, A, B, K, d) \ macro
|