HomeSort by relevance Sort by last modified time
    Searched refs:HR_B (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
dd.c 74 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B);
76 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B);
  /external/toybox/lib/
lib.h 249 #define HR_B 2 // Use "B" for single byte units
lib.c 1102 } else if (style & HR_B) buf[len++] = 'B';

Completed in 141 milliseconds