Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dtwofish.c598 #define DECROUND(n, a, b, c, d) \ macro
614 DECROUND (2 * (n) + 1, c, d, a, b); \
615 DECROUND (2 * (n), a, b, c, d)