Home
last modified time | relevance | path

Searched refs:u8tohex (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_common.c96 u8tohex (uint8_t x, char *str) in u8tohex() function
110 u8tohex (x >> 24, str); in u32tohex()
111 u8tohex (x >> 16, str + 2); in u32tohex()
112 u8tohex (x >> 8, str + 4); in u32tohex()
113 u8tohex (x, str + 6); in u32tohex()
140 u8tohex (d[ofs + c], p); in pixma_hexdump()
H A Dpixma_bjnp.c163 u8tohex (char *string, const uint8_t *value, int len ) in u8tohex() function
188 u8tohex(str, uint8, 4); in u32tohex()
215 u8tohex (p, d + ofs + c, 1); in bjnp_hexdump()
1291 u8tohex( mac_address, resp -> mac_addr, sizeof( resp -> mac_addr ) ); in bjnp_get_scanner_mac_address()

Completed in 5 milliseconds