Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug-uart.c215 char hexchar[] = "0123456789ABCDEF"; in cvmx_debug_uart_strhex() local
216 str[0] = hexchar[(t>>4)]; in cvmx_debug_uart_strhex()
217 str[1] = hexchar[t&0xF]; in cvmx_debug_uart_strhex()