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

  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1142 #define CRC_INNER_LOOP(n, c, x) \
1152 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
1226 CRC_INNER_LOOP(16, crc, *pdata++);
1313 CRC_INNER_LOOP(32, crc, *pdata++);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1278 #define CRC_INNER_LOOP(n, c, x) \
1288 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
1362 CRC_INNER_LOOP(16, crc, *pdata++);
    [all...]

Completed in 32 milliseconds