Home
last modified time | relevance | path

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

/device/linaro/hikey/installer/
Dhisi-idt.py20 crctable = [ variable in bootdownload
91 crc = ((crc << 8) | ord(char)) ^ self.crctable[(crc >> 8) & 0xff]
93 crc = ((crc << 8) | 0) ^ self.crctable[(crc >> 8) & 0xff]