rot
int y, rv, rot;
for (rot = 0; ; rot++) {
switch (rot) {
dictAppendWord(dp, "rot", rot, FW_DEFAULT);
c ^= b; c -= rot(b,14); \
a ^= c; a -= rot(c,11); \
b ^= a; b -= rot(a,25); \
c ^= b; c -= rot(b,16); \
a ^= c; a -= rot(c,4); \
b ^= a; b -= rot(a,14); \
c ^= b; c -= rot(b,24); \
a -= c; a ^= rot(c, 4); c += b; \
b -= a; b ^= rot(a, 6); a += c; \
c -= b; c ^= rot(b, 8); b += a; \
a -= c; a ^= rot(c,16); c += b; \
b -= a; b ^= rot(a,19); a += c; \
c -= b; c ^= rot(b, 4); b += a; \
(abs(pcf->rot) >= pcf->max)) {
rotate = +vrp->conf.rot;
rotate = -vrp->conf.rot;
int8_t rot;
for (rot = -len + 1; rot < len; rot++)
snprintf(cmd, sizeof(cmd), "setconf { min=0 max=9 rot=%d }", rot);
int expect = (2 * len + i - direction * rot) % len + 1;
len, rot, i, r[i], expect);
int rot = rand() % (2 * len - 1) - len + 1;
snprintf(cmd, sizeof(cmd), "setconf { min=0 max=9 rot=%d }", rot);
int expect = (2 * len + i - direction * rot) % len;
len, rot, i, ntohs(r[i]), expect, vlan[expect]);
int i, rot, len;
int ch, rot;
if ((rot = atoi(arg)) < 0) {
putchar(ROTATE(ch, rot));