COMPUTE
COMPUTE(crc, 0);
COMPUTE(thecrc, *p);
COMPUTE(thecrc, byte_val & 0xff);
COMPUTE(thecrc, *p);
COMPUTE(crctot, *p);
COMPUTE(thecrc, *p);
COMPUTE(thecrc, len & 0xff);
COMPUTE(crctot, len & 0xff);
COMPUTE(thecrc, len & 0xff);