Lines Matching refs:INPACK
80 * and simultaneously perform the whitening step. INPACK packs word
85 #define INPACK(n, x, m) \
106 INPACK (0, a, 0);
107 INPACK (1, b, 1);
108 INPACK (2, c, 2);
109 INPACK (3, d, 3);
141 INPACK (0, c, 4);
142 INPACK (1, d, 5);
143 INPACK (2, a, 6);
144 INPACK (3, b, 7);