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

  /external/toybox/toys/example/
demo_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);
  /external/tensorflow/tensorflow/core/lib/strings/
numbers.cc 462 string human_readable;
465 human_readable = "-";
474 strings::Appendf(&human_readable, "%0.3g us", microseconds);
475 return human_readable;
483 strings::Appendf(&human_readable, "%0.3g ms", milliseconds);
484 return human_readable;
487 strings::Appendf(&human_readable, "%0.3g s", seconds);
488 return human_readable;
492 strings::Appendf(&human_readable, "%0.3g min", seconds);
493 return human_readable;
    [all...]
  /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 153 human_readable(size_str, size, hr_flags);
154 human_readable(used_str, used, hr_flags);
155 human_readable(avail_str, avail, hr_flags);
du.c 60 human_readable(toybuf, size, 0);
ls.c 134 if (toys.optflags&FLAG_h) return human_readable(s, value*units, 0);
ps.c 411 // human_readable (function human_readable() in lib, 1.23M, 1.4G, etc)
558 else human_readable(out, ll, 0);
    [all...]
  /external/iproute2/ip/
ip.c 29 int human_readable; variable
231 ++human_readable;
ipaddress.c 511 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 16 extern int human_readable;
  /external/toybox/lib/
lib.h 251 int human_readable(char *buf, unsigned long long num, int style);
lib.c 1077 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 253 milliseconds