Home
last modified time | relevance | path

Searched refs:human_size (Results 1 – 2 of 2) sorted by relevance

/external/usrsctp/programs/
Dtsctp_upcall.c144 double human_size = bytes; in bytes2human() local
149 human_size = bytes / 1024.0; in bytes2human()
154 if (snprintf(output, sizeof(output), "%.02lf %s", human_size, suffix[i]) < 0) { in bytes2human()
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp966 human_size(size_t size) in human_size() function
1005 ImGui::Text("File size: %s", human_size(context.file->end - context.file->map)); in display_aubfile_window()