Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Dkgdb_stub.c340 int hex_value; in hex_to_int() local
345 hex_value = hex(**ptr); in hex_to_int()
346 if (hex_value >= 0) { in hex_to_int()
347 *int_value = (*int_value << 4) | hex_value; in hex_to_int()