Home
last modified time | relevance | path

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

/device/linaro/dragonboard/qcom/rmtfs/
Dutil.c6 static uint8_t to_hex(uint8_t ch) in to_hex() function
28 line[li++] = to_hex(ch >> 4); in print_hex_dump()
29 line[li++] = to_hex(ch); in print_hex_dump()