Searched refs:_crcTable_ (Results 1 – 1 of 1) sorted by relevance
27 static const unsigned int _crcTable_[256] = variable107 crc = (crc >> 8) ^ _crcTable_[(crc & 0xFF) ^ (unsigned int)(*m) ]; in calculate_crc32()