Searched refs:human_readable_long (Results 1 - 6 of 6) sorted by relevance
/third_party/toybox/toys/example/ |
H A D | demo_number.c | 37 human_readable_long(toybuf, ll, TT.D, TT.M, toys.optflags); in demo_number_main()
|
/third_party/toybox/lib/ |
H A D | lib.c | 1150 int human_readable_long(char *buf, unsigned long long num, int dgt, int style) in human_readable_long() function 1184 return human_readable_long(buf, num, 3, style); in human_readable()
|
H A D | lib.h | 290 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 559 else human_readable_long(s, ll, i-1, 0); in string_field() 1449 human_readable_long(hr[j+!!j], 1024*(run[i] = pos?atol(pos):0), in top_common() 1451 if (j==1) human_readable_long(hr[1], 1024*(run[i-1]-run[i]), 8,0); in top_common()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 602 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()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 281 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
|
Completed in 10 milliseconds