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

  /system/core/toolbox/
bsd-compatibility.h 62 int humanize_number(char *, size_t, int64_t, const char *, int, int);
  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
humanize_number.c 1 /* $NetBSD: humanize_number.c,v 1.16 2012/03/17 20:01:14 christos Exp $ */
35 __RCSID("$NetBSD: humanize_number.c,v 1.16 2012/03/17 20:01:14 christos Exp $");
47 humanize_number(char *buf, size_t len, int64_t bytes, function
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 224 if (humanize_number(hbuf, sizeof(hbuf),
227 warnx("humanize_number (bytes transferred)");
236 if (humanize_number(hbuf, sizeof(hbuf),
239 warnx("humanize_number (bytes per second)");

Completed in 189 milliseconds