Searched refs:DECROUND (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_generic.c | 60 #define DECROUND(n, a, b, c, d) \ macro 76 DECROUND (2 * (n) + 1, c, d, a, b); \ 77 DECROUND (2 * (n), a, b, c, d)
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_generic.c | 60 #define DECROUND(n, a, b, c, d) \ macro 76 DECROUND (2 * (n) + 1, c, d, a, b); \ 77 DECROUND (2 * (n), a, b, c, d)
|
Completed in 2 milliseconds