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

  /src/usr.bin/cksum/
crc_extern.h 37 uint32_t crc_byte(uint32_t, unsigned int);
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 13 milliseconds