Lines Matching full:nbytes
1344 uint nbytes, /* number of input data bytes to process */
1351 while (nbytes-- > 0)
1417 uint nbytes, /* number of input data bytes to process */
1421 while (nbytes-- > 0)
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc)
1501 pend = pdata + nbytes;
1736 prhex(const char *msg, uchar *buf, uint nbytes)
1747 for (i = 0; i < nbytes; i++) {
2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes)
2061 for (i = nbytes - 1; i >= 0; i--) {