hibit
{ uint8_t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0;
n2 = hibit(p2); /* add into result */
n1 = hibit(p1);