Searched refs:crc32_table (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/lib/
H A Dcrc32.c54 static const uint32_t crc32_table[256] = variable
117 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
/external/oprofile/libutil/
H A Dop_fileio.c167 static const unsigned long crc32_table[256] = local
226 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c945 static const UInt crc32_table[256] = local
1004 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);

Completed in 159 milliseconds