Searched refs:hr2 (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 1559 char *hr0 = toybuf+sizeof(toybuf)-32, *hr1 = hr0-32, *hr2 = hr1-32, in top_common() local 1560 *hr3 = hr2-32; in top_common() 1589 human_readable(hr2, 1024*run[1], 0); in top_common() 1592 hr0, hr1, hr2, hr3); in top_common() 1597 human_readable(hr2, 1024*run[5], 0); in top_common() 1600 hr0, hr1, hr2, hr3); in top_common()
|