Searched refs:HR_NODOT (Results 1 – 3 of 3) sorted by relevance
283 #define HR_NODOT 8 // No tenths for single digit units macro
1191 if (!(style & HR_NODOT) && unit && len == 1) { in human_readable_long()
1607 human_readable_long(hr[j+!!j], run[i]>>(10*k), 9, k+1, HR_NODOT); in top_common()1609 8, k+1, HR_NODOT); in top_common()