Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1510 #define CBUFSIZ (CLEN+4) macro
1523 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()
1530 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32()
1534 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()
1539 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()