OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HR_B
(Results
1 - 3
of
3
) sorted by null
/external/toybox/toys/pending/
dd.c
136
human_readable(toybuf, st.bytes, HR_SPACE|
HR_B
);
138
human_readable(toybuf, st.bytes/seconds, HR_SPACE|
HR_B
);
/external/toybox/lib/
lib.h
205
#define
HR_B
2 // Use "B" for single byte units
lib.c
968
} else if (style &
HR_B
) buf[len++] = 'B';
Completed in 78 milliseconds