Home
last modified time | relevance | path

Searched refs:ptr4 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/hexagon/lib/
H A Dchecksum.c91 unsigned int *ptr4; in do_csum() local
111 ptr4 = (unsigned int *) &ptr[start & 3]; in do_csum()
114 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum()
148 ptr4 = (unsigned int *) &ptr[start + (mid * 16) + (end & 8)]; in do_csum()
151 VR_NEGATE(0, 0, 1, 1)^((u64)ptr4[0]), in do_csum()
/linux/lib/
H A Dhexdump.c168 const u32 *ptr4 = buf; in hex_dump_to_buffer() local
173 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()