Searched refs:crc32_tab (Results 1 – 1 of 1) sorted by relevance
76 static const uint32_t crc32_tab[] = { variable128 uint32_t lkp = crc32_tab[(crc ^ data[i]) & 0xFF]; in computeCrc32()