Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/runners/
Dbench_runner.c149 #define BENCH_CONST(x) {bench_define_lit, (void*)(uintptr_t)(x)} macro
150 #define BENCH_LIT(x) ((bench_define_t)BENCH_CONST(x))
1238 {"default", {{0}, BENCH_CONST(16), BENCH_CONST(512), {0}}},
1239 {"eeprom", {{0}, BENCH_CONST(1), BENCH_CONST(512), {0}}},
1240 {"emmc", {{0}, {0}, BENCH_CONST(512), {0}}},
1241 {"nor", {{0}, BENCH_CONST(1), BENCH_CONST(4096), {0}}},
1242 {"nand", {{0}, BENCH_CONST(4096), BENCH_CONST(32768), {0}}},