Lines Matching refs:roundsm
104 #define roundsm(ab, subkey, cd) \ macro
136 roundsm(RAB, i + 2, RCD); \
137 roundsm(RCD, i + 3, RAB); \
138 roundsm(RAB, i + 4, RCD); \
139 roundsm(RCD, i + 5, RAB); \
140 roundsm(RAB, i + 6, RCD); \
141 roundsm(RCD, i + 7, RAB);
165 roundsm(RAB, i + 7, RCD); \
166 roundsm(RCD, i + 6, RAB); \
167 roundsm(RAB, i + 5, RCD); \
168 roundsm(RCD, i + 4, RAB); \
169 roundsm(RAB, i + 3, RCD); \
170 roundsm(RCD, i + 2, RAB);