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

/linux-master/crypto/
H A Dtwofish_generic.c82 * OUTUNPACK unpacks word number n from the variable named by x, using
88 #define OUTUNPACK(n, x, m) \ macro
122 OUTUNPACK (0, c, 4);
123 OUTUNPACK (1, d, 5);
124 OUTUNPACK (2, a, 6);
125 OUTUNPACK (3, b, 7);
157 OUTUNPACK (0, a, 0);
158 OUTUNPACK (1, b, 1);
159 OUTUNPACK (2, c, 2);
160 OUTUNPACK (
[all...]

Completed in 128 milliseconds