Searched refs:human_readable_long (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/example/ |
D | demo_number.c | 37 human_readable_long(toybuf, ll, TT.D, TT.M, toys.optflags);
|
/external/toybox/lib/ |
D | lib.c | 1174 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()
|
D | lib.h | 284 int human_readable_long(char *buf, unsigned long long num, int dgt, int unit,
|
/external/toybox/toys/posix/ |
D | ps.c | 602 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()
|