Home
last modified time | relevance | path

Searched refs:HR_1000 (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/posix/
Ddf.c150 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0; in show_mt()
/external/toybox/lib/
Dlib.c1143 int len, unit, divisor = (style&HR_1000) ? 1000 : 1024; in human_readable()
1163 if (!(style&HR_1000)) unit = toupper(unit); in human_readable()
Dlib.h272 #define HR_1000 4 // Use decimal instead of binary units macro