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