Home
last modified time | relevance | path

Searched refs:DECROUND (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/crypto/
A Dtwofish_generic.c60 #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 3 milliseconds