Lines Matching refs:nbytes
1148 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
1554 for (i = 0; i < nbytes; i++) { in prhex()
1848 bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes) in bcm_cmp_bytes() argument
1852 for (i = nbytes - 1; i >= 0; i--) { in bcm_cmp_bytes()