Home
last modified time | relevance | path

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

/sof-2.7.6/src/debug/gdb/
Dgdb.c20 static int hex_to_int(unsigned char **ptr, int *int_value);
382 static int hex_to_int(unsigned char **ptr, int *int_value) in hex_to_int() argument
387 *int_value = 0; in hex_to_int()
396 *int_value = (*int_value << 4) | hex_value; in hex_to_int()