Searched refs:int_value (Results 1 – 1 of 1) sorted by relevance
20 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() argument387 *int_value = 0; in hex_to_int()396 *int_value = (*int_value << 4) | hex_value; in hex_to_int()