Searched refs:human_size (Results 1 – 2 of 2) sorted by relevance
144 double human_size = bytes; in bytes2human() local149 human_size = bytes / 1024.0; in bytes2human()154 if (snprintf(output, sizeof(output), "%.02lf %s", human_size, suffix[i]) < 0) { in bytes2human()
966 human_size(size_t size) in human_size() function1005 ImGui::Text("File size: %s", human_size(context.file->end - context.file->map)); in display_aubfile_window()