Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c1107 static const uint8 crc8_table[256] = { variable
1156 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1243 static const uint8 crc8_table[256] = { variable
1292 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()