Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddd.c75 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status()
77 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
/external/toybox/lib/
Dlib.h271 #define HR_B 2 // Use "B" for single byte units macro
Dlib.c1165 } else if (style & HR_B) buf[len++] = 'B'; in human_readable()