HomeSort by: relevance | last modified time | path
    Searched defs:crc_total (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mtree/
crc.c 117 uint32_t crc_total = ~0u; /* The crc over a number of files. */ variable in typeref:typename:uint32_t
132 crctot = ~crc_total;
161 crc_total = ~crctot;
crc.c 117 uint32_t crc_total = ~0u; /* The crc over a number of files. */ variable in typeref:typename:uint32_t
132 crctot = ~crc_total;
161 crc_total = ~crctot;
crc.c 117 uint32_t crc_total = ~0u; /* The crc over a number of files. */ variable in typeref:typename:uint32_t
132 crctot = ~crc_total;
161 crc_total = ~crctot;

Completed in 30 milliseconds