Searched refs:G_FORMAT_SIZE_BITS (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/tests/ |
D | fileutils.c | 712 check_string (g_format_size_full (0, G_FORMAT_SIZE_BITS), "0 bits"); in test_format_size_for_display() 713 check_string (g_format_size_full (1, G_FORMAT_SIZE_BITS), "1 bit"); in test_format_size_for_display() 714 check_string (g_format_size_full (2, G_FORMAT_SIZE_BITS), "2 bits"); in test_format_size_for_display() 716 check_string (g_format_size_full (2000ULL, G_FORMAT_SIZE_BITS), "2.0\302\240kb"); in test_format_size_for_display() 717 check_string (g_format_size_full (2000ULL * 1000, G_FORMAT_SIZE_BITS), "2.0\302\240Mb"); in test_format_size_for_display() 718 check_string (g_format_size_full (2000ULL * 1000 * 1000, G_FORMAT_SIZE_BITS), "2.0\302\240Gb"); in test_format_size_for_display() 719 …check_string (g_format_size_full (2000ULL * 1000 * 1000 * 1000, G_FORMAT_SIZE_BITS), "2.0\302\240T… in test_format_size_for_display() 720 …check_string (g_format_size_full (2000ULL * 1000 * 1000 * 1000 * 1000, G_FORMAT_SIZE_BITS), "2.0\3… in test_format_size_for_display() 721 …check_string (g_format_size_full (2000ULL * 1000 * 1000 * 1000 * 1000 * 1000, G_FORMAT_SIZE_BITS),… in test_format_size_for_display() 723 check_string (g_format_size_full (238472938, G_FORMAT_SIZE_BITS), "238.5\302\240Mb"); in test_format_size_for_display() [all …]
|
/third_party/glib/glib/ |
D | gutils.h | 308 G_FORMAT_SIZE_BITS = 1 << 2 enumerator
|
D | gutils.c | 2836 case G_FORMAT_SIZE_BITS: in g_format_size_full() 2839 case (G_FORMAT_SIZE_BITS | G_FORMAT_SIZE_IEC_UNITS): in g_format_size_full()
|