Searched refs:crctable (Results 1 – 1 of 1) sorted by relevance
20 crctable = [ variable in bootdownload91 crc = ((crc << 8) | ord(char)) ^ self.crctable[(crc >> 8) & 0xff]93 crc = ((crc << 8) | 0) ^ self.crctable[(crc >> 8) & 0xff]