Home
last modified time | relevance | path

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

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