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

  /src/usr.bin/cksum/
crc_extern.h 36 uint32_t crc_buf(uint32_t, const void *, size_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
  /src/usr.bin/config/
mkheaders.c 154 h = crc_buf(0, str, strlen(str));

Completed in 13 milliseconds