Searched refs:format_bytes (Results 1 – 4 of 4) sorted by relevance
95 static inline char *format_bytes(char *buf, size_t l, uint64_t t) { in format_bytes() function102 #define FORMAT_BYTES(t) format_bytes((char[FORMAT_BYTES_MAX]){}, FORMAT_BYTES_MAX, t)
31 TEST(format_bytes) { in TEST() argument
115 return format_bytes(buf, l, t); in maybe_format_bytes()
1496 if (!format_bytes(p, FORMAT_BYTES_MAX, d->size)) in table_data_format()