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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c769 * OUTUNPACK unpacks word number n from the variable named by x, using
776 #define OUTUNPACK(n, x, m) \
810 OUTUNPACK (0, c, 4);
811 OUTUNPACK (1, d, 5);
812 OUTUNPACK (2, a, 6);
813 OUTUNPACK (3, b, 7);
854 OUTUNPACK (0, a, 0);
855 OUTUNPACK (1, b, 1);
856 OUTUNPACK (2, c, 2);
857 OUTUNPACK (
770 #define OUTUNPACK macro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c768 * OUTUNPACK unpacks word number n from the variable named by x, using
775 #define OUTUNPACK(n, x, m) \
809 OUTUNPACK (0, c, 4);
810 OUTUNPACK (1, d, 5);
811 OUTUNPACK (2, a, 6);
812 OUTUNPACK (3, b, 7);
853 OUTUNPACK (0, a, 0);
854 OUTUNPACK (1, b, 1);
855 OUTUNPACK (2, c, 2);
856 OUTUNPACK (
769 #define OUTUNPACK macro
[all...]

Completed in 21 milliseconds