Home
last modified time | relevance | path

Searched defs: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
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1344 uint nbytes, /* number of input data bytes to process */ in hndcrc8()
1417 uint nbytes, /* number of input data bytes to process */ in hndcrc16()
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()
1736 prhex(const char *msg, uchar *buf, uint nbytes) in prhex()
2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes()
Ddhdu.c556 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump()