Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dcrc32.c41 static const unsigned int tinf_crc32tab[16] = { variable
57 crc = tinf_crc32tab[crc & 0x0f] ^ (crc >> 4); in uzlib_crc32()
58 crc = tinf_crc32tab[crc & 0x0f] ^ (crc >> 4); in uzlib_crc32()

Completed in 2 milliseconds