Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:crc32_table

945   static const UInt crc32_table[256] =
1004 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);