Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp110 const auto nbytes = read(mSocket.get(), &frame, CAN_MTU); in readerThread() local
125 if (nbytes != CAN_MTU) { in readerThread()
126 if (nbytes >= 0) { in readerThread()
127 LOG(ERROR) << "Failed to read CAN packet, got " << nbytes << " bytes"; in readerThread()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1344 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()
Ddhdu.c556 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()