Searched refs:BENCH_CONST (Results 1 - 1 of 1) sorted by relevance
/third_party/littlefs/runners/ |
H A D | bench_runner.c | 149 #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(409 [all...] |
Completed in 3 milliseconds