Lines Matching defs:n
56 * t_xxx(f, n) => forward normal round
58 * t_xxx(i, n) => inverse normal round
90 #define t_dec(m, n) t_##m##n
91 #define t_set(m, n) t_##m##n
92 #define t_use(m, n) t_##m##n
95 #define d_1(t, n, b, e) static const t n[256] = b(e)
96 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \
100 #define d_1(t, n, b, e) static const t n[256]
101 #define d_4(t, n, b, e, f, g, h) static const t n[4][256]
113 d_1(uint32_t, t_dec(f, n), sb_data, u0);
116 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3);
127 d_1(uint32_t, t_dec(i, n), isb_data, v0);
130 d_4(uint32_t, t_dec(i, n), isb_data, v0, v1, v2, v3);