Searched refs:crctable (Results 1 – 3 of 3) sorted by relevance
21 crctable = [ variable in bootdownload92 crc = ((crc << 8) | ord(char)) ^ self.crctable[(crc >> 8) & 0xff]94 crc = ((crc << 8) | 0) ^ self.crctable[(crc >> 8) & 0xff]
434 crctable = _GenerateCRCTable() variable in _ZipDecrypter438 return ((crc >> 8) & 0xffffff) ^ self.crctable[(crc ^ ord(ch)) & 0xff]
451 crctable = _GenerateCRCTable() variable in _ZipDecrypter455 return ((crc >> 8) & 0xffffff) ^ self.crctable[(crc ^ ord(ch)) & 0xff]