Home
last modified time | relevance | path

Searched refs:table_crc32c (Results 1 – 1 of 1) sorted by relevance

/src/sys/libkern/
H A Dgsb_crc32.c752 table_crc32c(uint32_t crc32c, const unsigned char *buffer, unsigned int length) in table_crc32c() function
771 return (table_crc32c);
780 return (table_crc32c);
788 return (table_crc32c(crc32c, buffer, length)); in calculate_crc32c()