Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1344 uint nbytes, /* number of input data bytes to process */ in hndcrc8() argument 1351 while (nbytes-- > 0) in hndcrc8() 1417 uint nbytes, /* number of input data bytes to process */ in hndcrc16() argument 1421 while (nbytes-- > 0) in hndcrc16() 1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32() argument 1501 pend = pdata + nbytes; in hndcrc32() 1736 prhex(const char *msg, uchar *buf, uint nbytes) in prhex() argument 1747 for (i = 0; i < nbytes; i++) { in prhex() 2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes() argument 2061 for (i = nbytes - 1; i >= 0; i--) { in bcm_cmp_bytes()
|
D | dhdu.c | 556 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump() argument 562 if (nbytes == 0) { in dhd_hexdump() 568 for (i = 0; i < nbytes; i++) { in dhd_hexdump()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 785 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc); 786 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc); 787 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc); 836 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes);
|
D | wlioctl.h | 1001 uint nbytes; /* number of bytes */ member 1009 uint32 nbytes; /* number of bytes */ member
|