Searched refs:human_readable_long (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/example/ |
D | demo_number.c | 34 human_readable_long(toybuf, ll, TT.D, toys.optflags);
|
/external/toybox/lib/ |
D | lib.c | 1131 int human_readable_long(char *buf, unsigned long long num, int dgt, int style) in human_readable_long() function 1165 return human_readable_long(buf, num, 3, style); in human_readable()
|
D | lib.h | 280 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|
/external/toybox/toys/posix/ |
D | ps.c | 603 else human_readable_long(s, ll, i-1, 0); in string_field() 1593 human_readable_long(hr[j+!!j], 1024*(run[i] = pos?atol(pos):0), in top_common() 1595 if (j==1) human_readable_long(hr[1], 1024*(run[i-1]-run[i]), 8,0); in top_common()
|