Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/
Dshell.c513 const static uint8_t speed_types[][4] = { "B", "KiB", "MiB", "GiB" }; variable
520 while (size >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in file_size_output()
526 size, speed_types[speed_index]); in file_size_output()
539 while (throughput >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in speed_output()
545 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
/Zephyr-latest/drivers/flash/
Dflash_shell.c329 const static uint8_t speed_types[][4] = { "B", "KiB", "MiB", "GiB" }; variable
367 while (throughput >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in speed_output()
373 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()