Searched refs:kCrcTable (Results 1 – 6 of 6) sorted by relevance
18 static const uint32_t kCrcTable[256] = { variable105 crc_state = WEBRTC_SPL_LSHIFT_U32(crc_state, 8) ^ kCrcTable[crc_tbl_indx]; in WebRtcIsac_GetCrc()
18 static const WebRtc_UWord32 kCrcTable[256] = { variable105 crc_state = WEBRTC_SPL_LSHIFT_U32(crc_state, 8) ^ kCrcTable[crc_tbl_indx]; in WebRtcIsac_GetCrc()
11 const unsigned char kCrcTable[256] = { variable65 crc = kCrcTable[(data[i] ^ crc) & 0xFFU]; in Generate()
14 const uint32 kCrcTable[256] = { 0x0, 0x77073096L, 0xee0e612cL, variable80 sum = kCrcTable[(sum & 0xff) ^ converter.bytes[i]] ^ (sum >> 8); in Crc32()
75 BASE_EXPORT_PRIVATE extern const uint32 kCrcTable[256];
87 EXPECT_EQ(kCrcTable[i], checksum); in TEST()