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

/freebsd-12-stable/contrib/mtree/
H A Dcrc.c124 u_int32_t thecrc, len; local
130 thecrc = len = crctot = 0;
136 COMPUTE(thecrc, *p);
141 COMPUTE(thecrc, *p);
151 COMPUTE(thecrc, len & 0xff);
156 COMPUTE(thecrc, len & 0xff);
159 *cval = ~thecrc;

Completed in 54 milliseconds