Lines Matching refs:crc
239 * crc function from http://svnweb.freebsd.org/base/head/sys/libkern/crc32.c
294 uint32_t crc;
296 crc = ~0U;
298 crc = g_crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
299 return crc ^ ~0U;
355 // Need to map entire file into memory to calculate the crc.
362 // Use 4 bytes of crc from the .gnu_debuglink section.
478 // Use 4 bytes of crc from the .gnu_debuglink section.