Home
last modified time | relevance | path

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

/u-boot/include/
A Dhexdump.h23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
80 dst = hex_byte_pack(dst, *_src++); in bin2hex()
/u-boot/lib/
A Dvsprintf.c331 p = hex_byte_pack(p, addr[i]); in mac_address_string()
350 p = hex_byte_pack(p, addr[2 * i]); in ip6_addr_string()
351 p = hex_byte_pack(p, addr[2 * i + 1]); in ip6_addr_string()

Completed in 5 milliseconds