Lines Matching refs:INPACK
80 * and simultaneously perform the whitening step. INPACK packs word
85 #define INPACK(n, x, m) \
108 INPACK (0, a, 0);
109 INPACK (1, b, 1);
110 INPACK (2, c, 2);
111 INPACK (3, d, 3);
145 INPACK (0, c, 4);
146 INPACK (1, d, 5);
147 INPACK (2, a, 6);
148 INPACK (3, b, 7);