Lines Matching refs:bytes
32 fmt_human_units(size_t bytes, char *buf, size_t bufsize) in fmt_human_units() argument
37 size_t unit_bytes = bytes; in fmt_human_units()
46 if (unit_bytes == bytes) in fmt_human_units()
67 size_t desc_cnt = 0, desc_used = 0, bytes; in rel_cache_statistics() local
77 bytes = desc_cnt * sizeof (Rel_desc); in rel_cache_statistics()
83 EC_XWORD(bytes), in rel_cache_statistics()
84 fmt_human_units(bytes, unit_buf, sizeof (unit_buf))); in rel_cache_statistics()
99 size_t desc_cnt = 0, desc_used = 0, bytes; in rel_aux_cache_statistics() local
108 bytes = desc_cnt * sizeof (Rel_desc); in rel_aux_cache_statistics()
114 EC_XWORD(bytes), in rel_aux_cache_statistics()
115 fmt_human_units(bytes, unit_buf, sizeof (unit_buf))); in rel_aux_cache_statistics()