Home
last modified time | relevance | path

Searched refs:human_readable_long (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/example/
Ddemo_number.c37 human_readable_long(toybuf, ll, TT.D, TT.M, toys.optflags);
/external/toybox/lib/
Dlib.c1174 int human_readable_long(char *buf, unsigned long long num, int dgt, int unit, in human_readable_long() function
1214 return human_readable_long(buf, num, 3, 0, style); in human_readable()
Dlib.h284 int human_readable_long(char *buf, unsigned long long num, int dgt, int unit,
/external/toybox/toys/posix/
Dps.c602 else human_readable_long(s, ll, i-1, 0, 0); in string_field()
1607 human_readable_long(hr[j+!!j], run[i]>>(10*k), 9, k+1, HR_NODOT); in top_common()
1608 if (j==1) human_readable_long(hr[1], (run[i-1]-run[i])>>(10*k), in top_common()