Home
last modified time | relevance | path

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

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c699 static const char *SIZES[] = {"B", "KB", "MB", "GB"}; local
703 while ((size >= 1024) && (divis < ((sizeof(SIZES) / sizeof(char *)) - 1))) {
709 PRINTK("(%.1f %s) \r\n", (float)size + (float)rem / 1024.0, SIZES[divis]);

Completed in 5 milliseconds