Searched refs:special_hex_number (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/ |
D | vsprintf.c | 575 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number() function 1010 return special_hex_number(buf, end, value, sizeof(void *)); in symbol_string() 1755 return special_hex_number(buf, end, num, size); in netdev_bits() 1789 p = special_hex_number(p, output + sizeof(output) - 2, orig, sizeof(u32)); in fourcc_string() 1818 return special_hex_number(buf, end, num, size); in address_val()
|