Home
last modified time | relevance | path

Searched refs:ptr8 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/adfs/
H A Ddir_f.c74 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() member
98 ptr.ptr8 = bufoff(bh, i); in adfs_dir_checkbyte()
99 end.ptr8 = ptr.ptr8 + last - i; in adfs_dir_checkbyte()
102 dircheck = *ptr.ptr8++ ^ ror13(dircheck); in adfs_dir_checkbyte()
103 } while (ptr.ptr8 < end.ptr8); in adfs_dir_checkbyte()
113 ptr.ptr8 = bufoff(bh, 2008); in adfs_dir_checkbyte()
114 end.ptr8 = ptr.ptr8 + 36; in adfs_dir_checkbyte()
/openbmc/u-boot/lib/
H A Dtpm-common.c87 u8 *ptr8 = NULL; in unpack_byte_string() local
96 ptr8 = va_arg(args, u8 *); in unpack_byte_string()
111 ptr8 = va_arg(args, u8 *); in unpack_byte_string()
129 *ptr8 = str[offset]; in unpack_byte_string()
138 memcpy(ptr8, str + offset, length); in unpack_byte_string()
H A Dhexdump.c82 const u64 *ptr8 = buf; in hex_dump_to_buffer() local
87 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
/openbmc/linux/arch/hexagon/lib/
H A Dchecksum.c87 u64 sum0, sum1, x0, x1, *ptr8_o, *ptr8_e, *ptr8; in do_csum() local
118 ptr8 = (u64 *) &ptr[start & 7]; in do_csum()
121 VR_NEGATE(1, 1, 1, 1)^(ptr8[0]), in do_csum()
162 ptr8 = (u64 *) &ptr[start + (mid * 16)]; in do_csum()
165 VR_NEGATE(1, 1, 1, 1)^(ptr8[0]), in do_csum()
/openbmc/linux/lib/
H A Dhexdump.c157 const u64 *ptr8 = buf; in hex_dump_to_buffer() local
162 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-gio.c272 u8 *ptr8; in ip22_gio_id() local
286 ptr8 = (void *)CKSEG1ADDR(addr + 3); in ip22_gio_id()
287 if (get_dbe(tmp8, ptr8)) { in ip22_gio_id()