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

  /external/toybox/toys/posix/
df.c 129 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0;
  /external/toybox/lib/
lib.h 206 #define HR_1000 4 // Use decimal instead of binary units
lib.c 946 int len, unit, divisor = (style&HR_1000) ? 1000 : 1024;
955 // Redo rounding for 1.2M case, this works with and without HR_1000.
966 if (!(style&HR_1000)) unit = toupper(unit);

Completed in 95 milliseconds