Searched refs:HR_B (Results 1 – 3 of 3) sorted by relevance
136 human_readable(toybuf, st.bytes, HR_SPACE|HR_B); in summary()138 human_readable(toybuf, st.bytes/seconds, HR_SPACE|HR_B); in summary()
205 #define HR_B 2 // Use "B" for single byte units macro
968 } else if (style & HR_B) buf[len++] = 'B'; in human_readable()