Home
last modified time | relevance | path

Searched refs:vptr (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/
A Dcrc8.c28 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() argument
33 crc = _crc8((crc ^ vptr[i]) << 8); in crc8()
A Dnet_utils.c61 uint compute_ip_checksum(const void *vptr, uint nbytes) in compute_ip_checksum() argument
64 const unsigned short *ptr = vptr; in compute_ip_checksum()
/u-boot/include/u-boot/
A Dcrc.h26 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.h56 u8 *vptr; member

Completed in 5 milliseconds