Home
last modified time | relevance | path

Searched refs:HR_1000 (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/toys/posix/
H A Ddf.c150 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0; in show_mt()
/third_party/toybox/lib/
H A Dlib.c1153 int len, unit, divisor = (style&HR_1000) ? 1000 : 1024; in human_readable_long()
1162 // Redo rounding for 1.2M case, this works with and without HR_1000. in human_readable_long()
1173 if (!(style&HR_1000)) unit = toupper(unit); in human_readable_long()
H A Dlib.h289 #define HR_1000 4 // Use decimal instead of binary units macro
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h280 #define HR_1000 4 // Use decimal instead of binary units macro

Completed in 5 milliseconds