ror32
rko[0] = ror32(ce_aes_sub(rki[kwords - 1]), 8);
offset = ror32(tmp & 0xff, (tmp & 0xf00) >> 7);
if ((x & ~ror32(0xff, 2 * rot)) == 0)
csum = (u32)csum + ror32((u32)csum, 16);
csum = (u32)csum + ror32((u32)csum, 16);
tmp = ror32(ctx->enc.expkey[i + 1], 4);
yr = ror32(yr, 8); \
yr ^= ror32(il, 8) ^ ir; \
r ^= ror32(l, 2); \
x3 ^= k[4*i+3]; x0 = ror32(x0, 5); x2 = ror32(x2, 22);\
x4 <<= 7; x0 ^= x1; x1 = ror32(x1, 1); \
x2 ^= x4; x3 = ror32(x3, 7); x4 = x0 << 3; \
x1 ^= x0; x3 ^= x4; x0 = ror32(x0, 13);\
x1 ^= x2; x3 ^= x2; x2 = ror32(x2, 3); \
(c) = ror32((c), 1); \
(d) = ror32((d), 1); \
data32 = ror32(data32, MLXBF_I2C_SHIFT_8);
val |= ror32(active_mask, ror_val);
regval = (ror32(data->mask, data->bit) == 0xf0) ? ror32(regval,
data->bit) : ror32(regval, data->bit + 4);
nib = (ror32(data->mask, data->bit) == 0xf0) ? rol32(vset, data->bit) :
v = ror32(sample_flag, i);
*regval = ror32(*regval & data->mask, (data->bit - 1));
dircheck = ror32(dircheck, 13) ^ le32_to_cpup(bp++);
dircheck = ror32(dircheck, 13) ^ le32_to_cpu(t->bigdirendname);
dircheck = ror32(dircheck, 13) ^ t->bigdirendmasseq;
dircheck = ror32(dircheck, 13) ^ t->reserved[0];
dircheck = ror32(dircheck, 13) ^ t->reserved[1];
return (__force __sum16)((~sum - ror32(sum, 16)) >> 16);
offset = ror32(offset, 5) ^ (rand); \
return (__force __wsum)ror32((__force u32)sum, 8);
u32 y = mul_by_x(x) ^ ror32(x, 16);
return y ^ ror32(x ^ y, 8);
return mix_columns(x ^ y ^ ror32(y, 16));
rko[0] = ror32(subw(rki[kwords - 1]), 8) ^ rc ^ rki[0];
rko[0] = ror32(__aes_ce_sub(rki[kwords - 1]), 8) ^
d = ror32(d ^ a, 16); \
b = ror32(b ^ c, 12); \
d = ror32(d ^ a, 8); \
b = ror32(b ^ c, 7); \
#define ROR(x, r) ((x) = ror32((x), (r)))
B = ror32(B, 2); \
#define e0(x) (ror32((x), 2) ^ ror32((x), 13) ^ ror32((x), 22))
#define e1(x) (ror32((x), 6) ^ ror32((x), 11) ^ ror32((x), 25))
#define s0(x) (ror32((x), 7) ^ ror32((x), 18) ^ ((x) >> 3))
#define s1(x) (ror32((x), 17) ^ ror32((x), 19) ^ ((x) >> 10))
mctx->r ^= ror32(mctx->l, 2);
#define Sigma_0(x) (ror32((x), 2) ^ ror32((x), 13) ^ ror32((x), 22))
#define Sigma_1(x) (ror32((x), 6) ^ ror32((x), 11) ^ ror32((x), 25))
#define sigma_0(x) (ror32((x), 7) ^ ror32((x), 18) ^ ((x) >> 3))
#define sigma_1(x) (ror32((x), 17) ^ ror32((x), 19) ^ ((x) >> 10))
d = ror32(d ^ a, 16); \
b = ror32(b ^ c, 12); \
d = ror32(d ^ a, 8); \
b = ror32(b ^ c, 7); \