HomeSort by relevance Sort by last modified time
    Searched refs:crc8_table (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1107 static const uint8 crc8_table[256] = { variable
1156 crc = crc8_table[(crc ^ *pdata++) & 0xff];
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1243 static const uint8 crc8_table[256] = { variable
1292 crc = crc8_table[(crc ^ *pdata++) & 0xff];
    [all...]

Completed in 144 milliseconds