Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/utils/
Dsparse_crc32.cc48 static uint32_t crc32_tab[] = { variable
105 while (size--) crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); in sparse_crc32()
/hardware/nxp/nfc/snxxx/halimpl/utils/
Dsparse_crc32.cc48 static uint32_t crc32_tab[] = { variable
105 while (size--) crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); in sparse_crc32()