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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/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
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c746 #define DECROUND(n, a, b, c, d) \
762 DECROUND (2 * (n) + 1, c, d, a, b); \
763 DECROUND (2 * (n), a, b, c, d)
740 #define DECROUND macro

Completed in 46 milliseconds