Searched refs:READ_SIZE (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.7.0-3.6.0/runners/ |
D | bench_runner.h | 104 #define READ_SIZE bench_define(READ_SIZE_i) macro 119 BENCH_DEF(READ_SIZE, PROG_SIZE) \ 125 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
D | test_runner.h | 98 #define READ_SIZE TEST_DEFINE(READ_SIZE_i) macro 114 TEST_DEF(READ_SIZE, PROG_SIZE) \ 120 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
D | test_runner.c | 1313 READ_SIZE, in list_geometries() 1342 .read_size = READ_SIZE, in run_powerloss_none() 1355 .read_size = READ_SIZE, in run_powerloss_none() 1418 .read_size = READ_SIZE, in run_powerloss_linear() 1431 .read_size = READ_SIZE, in run_powerloss_linear() 1511 .read_size = READ_SIZE, in run_powerloss_log() 1524 .read_size = READ_SIZE, in run_powerloss_log() 1602 .read_size = READ_SIZE, in run_powerloss_cycles() 1615 .read_size = READ_SIZE, in run_powerloss_cycles() 1791 .read_size = READ_SIZE, in run_powerloss_exhaustive() [all …]
|
D | bench_runner.c | 1272 READ_SIZE, in list_geometries() 1317 .read_size = READ_SIZE, in perm_run() 1327 .read_size = READ_SIZE, in perm_run()
|
/littlefs-3.7.0-3.6.0/tests/ |
D | test_bd.toml | 8 defines.READ = ['READ_SIZE', 'BLOCK_SIZE'] 33 defines.READ = ['READ_SIZE', 'BLOCK_SIZE'] 91 defines.READ = ['READ_SIZE', 'BLOCK_SIZE'] 149 defines.READ = ['READ_SIZE', 'BLOCK_SIZE'] 195 defines.READ = ['READ_SIZE', 'BLOCK_SIZE']
|