Searched defs:crc_table (Results 1 – 5 of 5) sorted by relevance
32 local uint32_t crc_table[256]; variable86 local const uint32_t crc_table[256] = { variable
22 static const uint32_t crc_table[256] = { variable
10 static uint32_t crc_table[256]; variable
27 static const uint32_t crc_table[256] = { variable
2042 unsigned int crc_table[16] = { in ispVMCalculateCRC32() local