Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c1350 uint32 crcr; in testcrc32() local
1365 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()
1366 ASSERT(crcr == crc32tv[j]); in testcrc32()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1459 uint32 crcr; in testcrc32() local
1474 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()
1475 ASSERT(crcr == crc32tv[j]); in testcrc32()