Home
last modified time | relevance | path

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

/third_party/toybox/lib/
H A Ddeflate.c21 unsigned crctable[256], crc; member
426 unsigned crc, *crc_table = dd->crctable; in gzip_crc()
462 crc_init(dd->crctable, 1); in gzip_fd()
488 crc_init(dd->crctable, 1); in gunzip_fd()
/third_party/python/Lib/
H A Dzipfile.py595 crctable = _crctable
599 return (crc >> 8) ^ crctable[(crc ^ ch) & 0xFF]

Completed in 4 milliseconds