Home
last modified time | relevance | path

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

/external/elfutils/0.153/lib/
Dcrc32.c54 static const uint32_t crc32_table[256] = variable
117 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in crc32()
/external/oprofile/libutil/
Dop_fileio.c167 static const unsigned long crc32_table[256] = in calc_crc32() local
226 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in calc_crc32()
/external/valgrind/main/auxprogs/
Dvalgrind-di-server.c573 static const UInt crc32_table[256] = in calc_gnu_debuglink_crc32() local
650 crc = crc32_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in calc_gnu_debuglink_crc32()
/external/valgrind/main/coregrind/m_debuginfo/
Dimage.c922 static const UInt crc32_table[256] = in ML_() local
998 crc = crc32_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in ML_()