Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/size/
Dget_size.c45 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() function
65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()
/linux-6.6.21/include/linux/
Dsprintf.h8 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width);
/linux-6.6.21/fs/
Dseq_file.c719 len = num_to_str(m->buf + m->count, m->size - m->count, num, width); in seq_put_decimal_ull_width()
810 len = num_to_str(m->buf + m->count, m->size - m->count, num, 0); in seq_put_decimal_ll()
/linux-6.6.21/lib/
Dvsprintf.c378 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() function
/linux-6.6.21/drivers/of/
Dunittest.c330 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); in of_unittest_printf()