HomeSort by relevance Sort by last modified time
    Searched refs:human_readable (Results 1 - 16 of 16) sorted by null

  /external/toybox/toys/example/
test_human_readable.c 1 /* test_human_readable.c - Expose lib/lib.c human_readable() for testing.
21 human_readable(toybuf, strtoll(*toys.optargs, &c, 0), toys.optflags);
  /system/extras/taskstats/
taskstats.c 134 int human_readable) {
149 if (human_readable) {
166 human_readable ? "Delay (ms)" : "Delay (ns)",
172 if (!human_readable) {
217 if (human_readable && s->ac_stime) {
259 int human_readable = 1; local
289 human_readable = 0;
325 print_task_stats(&stats, human_readable);
  /external/toybox/toys/other/
free.c 34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
  /external/toybox/toys/posix/
df.c 132 human_readable(size_str, size, hr_flags);
133 human_readable(used_str, used, hr_flags);
134 human_readable(avail_str, avail, hr_flags);
du.c 60 human_readable(toybuf, size, 0);
ls.c 127 if (toys.optflags&FLAG_h) return human_readable(s, value*units, 0);
ps.c 369 // human_readable
516 else human_readable(out, ll, 0);
    [all...]
  /external/iproute2/ip/
ip.c 29 int human_readable; variable
226 ++human_readable;
ipaddress.c 404 if (!human_readable || count < base) {
    [all...]
  /external/toybox/toys/pending/
dd.c 74 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B);
76 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B);
  /external/iptables/extensions/
libxt_time.c 327 static void time_print_monthdays(uint32_t mask, bool human_readable)
337 if (human_readable)
  /external/iproute2/include/
utils.h 15 extern int human_readable;
  /external/toybox/lib/
lib.h 246 int human_readable(char *buf, unsigned long long num, int style);
lib.c 997 int human_readable(char *buf, unsigned long long num, int style) function
  /cts/tools/dasm/src/dasm/
DAsm.java     [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 2341 Bool human_readable = True; local
    [all...]

Completed in 328 milliseconds