Home
last modified time | relevance | path

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

/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()