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

  /src/usr.bin/cksum/
crc.c 127 thecrc = crc_buf(thecrc, buf, (size_t)nr);
165 crc_buf(uint32_t thecrc, const void *buf, size_t len) function in typeref:typename:uint32_t
crc.c 127 thecrc = crc_buf(thecrc, buf, (size_t)nr);
165 crc_buf(uint32_t thecrc, const void *buf, size_t len) function in typeref:typename:uint32_t
crc.c 127 thecrc = crc_buf(thecrc, buf, (size_t)nr);
165 crc_buf(uint32_t thecrc, const void *buf, size_t len) function in typeref:typename:uint32_t

Completed in 61 milliseconds