Searched refs:KILOBYTES (Results 1 – 1 of 1) sorted by relevance
215 #define KILOBYTES(x) ((long long)(x) << 10) macro222 #define TO_KILOBYTES(x) ((x) / KILOBYTES(1))244 } else if (value >= KILOBYTES(1)) { in cvtstr()