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

  /src/usr.bin/mkubootimage/
crc32.h 30 uint32_t crc32v(const struct iovec *, int);
crc32.c 90 crc32v(const struct iovec *iov, int cnt) function in typeref:typename:uint32_t
117 return crc32v(iov, 1);
mkubootimage.c 335 crc = crc32v(iov, 3);

Completed in 37 milliseconds