Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c1148 uint nbytes, /* number of input data bytes to process */ in hndcrc8() argument
1155 while (nbytes-- > 0) in hndcrc8()
1221 uint nbytes, /* number of input data bytes to process */ in hndcrc16() argument
1225 while (nbytes-- > 0) in hndcrc16()
1302 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32() argument
1311 nbytes -= (pend - pdata); in hndcrc32()
1316 pend = pdata + (nbytes & 0xfffffffc); in hndcrc32()
1327 pend = pdata + (nbytes & 0x03); in hndcrc32()
1331 pend = pdata + nbytes; in hndcrc32()
1543 prhex(const char *msg, uchar *buf, uint nbytes) in prhex() argument
[all …]
Ddhdu.c531 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump() argument
537 if (nbytes == 0) { in dhd_hexdump()
543 for (i = 0; i < nbytes; i++) { in dhd_hexdump()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1284 uint nbytes, /* number of input data bytes to process */ in hndcrc8() argument
1291 while (nbytes-- > 0) in hndcrc8()
1357 uint nbytes, /* number of input data bytes to process */ in hndcrc16() argument
1361 while (nbytes-- > 0) in hndcrc16()
1438 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32() argument
1441 pend = pdata + nbytes; in hndcrc32()
1650 prhex(const char *msg, uchar *buf, uint nbytes) in prhex() argument
1661 for (i = 0; i < nbytes; i++) { in prhex()
1974 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes() argument
1978 for (i = nbytes - 1; i >= 0; i--) { in bcm_cmp_bytes()
Ddhdu.c548 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump() argument
554 if (nbytes == 0) { in dhd_hexdump()
560 for (i = 0; i < nbytes; i++) { in dhd_hexdump()
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dbcmutils.h633 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
634 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc);
635 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
682 extern int bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h699 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
700 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc);
701 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
746 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes);
Dwlioctl.h831 uint nbytes; /* number of bytes */ member
839 uint32 nbytes; /* number of bytes */ member