Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgfileutils.c1708 #define KILOBYTE_FACTOR 1024.0 macro
1733 if (size < (goffset) KILOBYTE_FACTOR) in g_format_size_for_display()
1741 displayed_size = (gdouble) size / KILOBYTE_FACTOR; in g_format_size_for_display()