Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddd.c136 human_readable(toybuf, st.bytes, HR_SPACE|HR_B); in summary()
138 human_readable(toybuf, st.bytes/seconds, HR_SPACE|HR_B); in summary()
/external/toybox/lib/
Dlib.h205 #define HR_B 2 // Use "B" for single byte units macro
Dlib.c968 } else if (style & HR_B) buf[len++] = 'B'; in human_readable()