Searched refs:crctot (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/mtree/
H A Dcrc.c125 u_int32_t crctot; local
130 thecrc = len = crctot = 0;
132 crctot = ~crc_total;
137 COMPUTE(crctot, *p);
152 COMPUTE(crctot, len & 0xff);
161 crc_total = ~crctot;

Completed in 52 milliseconds