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

  /src/usr.bin/cksum/
crc.c 137 thecrc = crc_byte(thecrc, len & 0xff);
204 crc_byte(uint32_t thecrc, unsigned int byte_val) function in typeref:typename:uint32_t
crc.c 137 thecrc = crc_byte(thecrc, len & 0xff);
204 crc_byte(uint32_t thecrc, unsigned int byte_val) function in typeref:typename:uint32_t

Completed in 23 milliseconds