Home
last modified time | relevance | path

Searched refs:human_readable (Results 1 – 13 of 13) sorted by relevance

/third_party/toybox/toys/posix/
Ddf.c153 human_readable(size_str, size, hr_flags); in show_mt()
154 human_readable(used_str, used, hr_flags); in show_mt()
155 human_readable(avail_str, avail, hr_flags); in show_mt()
Ddu.c60 human_readable(toybuf, size, 0); in print()
Dls.c125 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
/third_party/toybox/porting/liteos_a/toys/other/
Dfree.c34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
/third_party/toybox/toys/other/
Dfree.c34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
/third_party/toybox/toys/pending/
Ddd.c94 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status()
96 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dstate_machine.hpp327 human_readable (_csm); in check_for_csm()
331 void human_readable (detail::basic_char_state_machine<CharT> &sm_) const in human_readable() function in boost::lexer::basic_state_machine
/third_party/toybox/porting/liteos_a/toys/posix/
Ddu.c50 human_readable(toybuf, size, 0); in print()
Dls.c124 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
/third_party/iptables/extensions/
Dlibxt_time.c337 static void time_print_monthdays(uint32_t mask, bool human_readable) in time_print_monthdays() argument
347 if (human_readable) in time_print_monthdays()
/third_party/toybox/lib/
Dlib.h281 int human_readable(char *buf, unsigned long long num, int style);
Dlib.c1139 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function
/third_party/toybox/porting/liteos_a/lib/
Dlib.h282 int human_readable(char *buf, unsigned long long num, int style);