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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcrc.c126 u_int32_t crctot; local
131 thecrc = len = crctot = 0;
133 crctot = ~crc_total;
138 COMPUTE(crctot, *p);
153 COMPUTE(crctot, len & 0xff);
162 crc_total = ~crctot;

Completed in 189 milliseconds