Home
last modified time | relevance | path

Searched refs:CRC_TABLE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java165 public static final int[] CRC_TABLE = { field in SectionParser
2104 crc = CRC_TABLE[index] ^ (crc << 8); in checkSanity()