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

/linux-4.1.27/tools/testing/selftests/size/
H A Dget_size.c34 static inline char *num_to_str(unsigned long num, char *buf, int len) num_to_str() function
54 return print(num_to_str(num, num_buf, sizeof(num_buf))); print_num()
/linux-4.1.27/fs/
H A Dseq_file.c694 len = num_to_str(m->buf + m->count, m->size - m->count, num); seq_put_decimal_ull()
/linux-4.1.27/tools/lib/traceevent/
H A Dparse-filter.c2232 static char *num_to_str(struct event_filter *filter, struct filter_arg *arg) num_to_str() function
2327 return num_to_str(filter, arg); arg_to_str()
/linux-4.1.27/include/linux/
H A Dkernel.h397 extern int num_to_str(char *buf, int size, unsigned long long num);
/linux-4.1.27/lib/
H A Dvsprintf.c330 int num_to_str(char *buf, int size, unsigned long long num) num_to_str() function

Completed in 240 milliseconds