Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c572 static int cvmx_debug_hexToLong(const char **ptr, uint64_t *intValue) in cvmx_debug_hexToLong() argument
577 *intValue = 0; in cvmx_debug_hexToLong()
584 *intValue = (*intValue << 4) | hexValue; in cvmx_debug_hexToLong()