Searched refs:special_hex_number (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | vsprintf.c | 569 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number() function 1006 return special_hex_number(buf, end, value, sizeof(void *)); in symbol_string() 1761 return special_hex_number(buf, end, num, size); in netdev_bits() 1786 return special_hex_number(buf, end, num, size); in address_val()
|