Searched refs:hex_divisor (Results 1 – 1 of 1) sorted by relevance
27 uint64_t hex_divisor; in display_capacity() local73 hex_divisor = hex_list[index].bytes; in display_capacity()81 capacity / hex_divisor, in display_capacity()82 ((capacity / (hex_divisor / 1024)) * 1000 / 1024) % 1000, in display_capacity()