Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Ddd.c94 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status()
96 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
/third_party/toybox/lib/
Dlib.h278 #define HR_B 2 // Use "B" for single byte units macro
Dlib.c1132 } else if (style & HR_B) buf[len++] = 'B'; in human_readable_long()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h279 #define HR_B 2 // Use "B" for single byte units macro