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

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

Completed in 208 milliseconds