Home
last modified time | relevance | path

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

/external/elfutils/lib/
Dcrc32.c37 static const uint32_t crc32_table[256] = variable
100 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in crc32()
/external/bcc/src/cc/
Dbcc_elf.c307 static const unsigned int crc32_table[256] = in gnu_debuglink_crc32() local
366 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in gnu_debuglink_crc32()