Home
last modified time | relevance | path

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

/third_party/toybox/toys/example/
Ddemo_number.c37 human_readable_long(toybuf, ll, TT.D, TT.M, toys.optflags);
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c559 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/lib/
Dlib.c1130 int human_readable_long(char *buf, unsigned long long num, int dgt, int style) in human_readable_long() function
1164 return human_readable_long(buf, num, 3, style); in human_readable()
Dlib.h289 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);
/third_party/toybox/toys/posix/
Dps.c602 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/
Dlib.h281 int human_readable_long(char *buf, unsigned long long num, int dgt, int style);