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

/linux-master/crypto/
H 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 118 milliseconds