COMPUTE
COMPUTE(lcrc, *p);
COMPUTE(crc_total, *p);
COMPUTE(lcrc, len & 0xff);
COMPUTE(crc_total, len & 0xff);
COMPUTE(thecrc, *p);
COMPUTE(crctot, *p);
COMPUTE(thecrc, *p);
COMPUTE(thecrc, len & 0xff);
COMPUTE(crctot, len & 0xff);
COMPUTE(thecrc, len & 0xff);