Searched refs:kPrefixes (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/loader/
H A Dmenu.cpp476 static const char* const kPrefixes[] = { "K", "M", "G", "T", "P", NULL }; local
479 while (size >= 1024 && kPrefixes[nextIndex] != NULL) {
515 nextIndex == 0 ? "" : kPrefixes[nextIndex - 1]);

Completed in 44 milliseconds