Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlib.h283 #define HR_NODOT 8 // No tenths for single digit units macro
Dlib.c1191 if (!(style & HR_NODOT) && unit && len == 1) { in human_readable_long()
/external/toybox/toys/posix/
Dps.c1607 human_readable_long(hr[j+!!j], run[i]>>(10*k), 9, k+1, HR_NODOT); in top_common()
1609 8, k+1, HR_NODOT); in top_common()