Home
last modified time | relevance | path

Searched defs:num_to_str (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/size/
H A Dget_size.c45 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() function
/openbmc/linux/lib/
H A Dvsprintf.c378 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() function