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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_generic.c74 #define DECROUND(n, a, b, c, d) \ macro
90 DECROUND (2 * (n) + 1, c, d, a, b); \
91 DECROUND (2 * (n), a, b, c, d)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtwofish.cpp96 #define DECROUND(n, a, b, c, d) \ macro
105 DECROUND (2 * (n) + 1, c, d, a, b); \
106 DECROUND (2 * (n), a, b, c, d)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtwofish.c747 #define DECROUND(n, a, b, c, d) \
763 DECROUND (2 * (n) + 1, c, d, a, b); \
764 DECROUND (2 * (n), a, b, c, d)
741 #define DECROUND macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c747 #define DECROUND(n, a, b, c, d) \
763 DECROUND (2 * (n) + 1, c, d, a, b); \
764 DECROUND (2 * (n), a, b, c, d)
741 #define DECROUND macro

Completed in 181 milliseconds