Lines Matching refs:nbytes
1148 uint nbytes, /* number of input data bytes to process */
1155 while (nbytes-- > 0)
1221 uint nbytes, /* number of input data bytes to process */
1225 while (nbytes-- > 0)
1302 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc)
1311 nbytes -= (pend - pdata);
1316 pend = pdata + (nbytes & 0xfffffffc);
1327 pend = pdata + (nbytes & 0x03);
1331 pend = pdata + nbytes;
1543 prhex(const char *msg, uchar *buf, uint nbytes)
1554 for (i = 0; i < nbytes; i++) {
1848 bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes)
1852 for (i = nbytes - 1; i >= 0; i--) {