Searched refs:READ_SIZE (Results 1 – 6 of 6) sorted by relevance
| /littlefs-latest/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']
|
| D | test_superblocks.toml | 28 uint8_t magic[lfs_max(16, READ_SIZE)]; 29 cfg->read(cfg, 0, 0, magic, lfs_max(16, READ_SIZE)) => 0; 31 cfg->read(cfg, 1, 0, magic, lfs_max(16, READ_SIZE)) => 0; 181 uint8_t magic[lfs_max(16, READ_SIZE)]; 182 cfg->read(cfg, 0, 0, magic, lfs_max(16, READ_SIZE)) => 0; 184 cfg->read(cfg, 1, 0, magic, lfs_max(16, READ_SIZE)) => 0;
|
| /littlefs-latest/runners/ |
| D | bench_runner.h | 107 #define READ_SIZE bench_define(READ_SIZE_i) macro 125 BENCH_DEF(READ_SIZE, PROG_SIZE) \ 131 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
| D | test_runner.h | 101 #define READ_SIZE TEST_DEFINE(READ_SIZE_i) macro 120 TEST_DEF(READ_SIZE, PROG_SIZE) \ 126 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() 1358 .read_size = READ_SIZE, in run_powerloss_none() 1421 .read_size = READ_SIZE, in run_powerloss_linear() 1437 .read_size = READ_SIZE, in run_powerloss_linear() 1517 .read_size = READ_SIZE, in run_powerloss_log() 1533 .read_size = READ_SIZE, in run_powerloss_log() 1611 .read_size = READ_SIZE, in run_powerloss_cycles() 1627 .read_size = READ_SIZE, in run_powerloss_cycles() 1803 .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() 1330 .read_size = READ_SIZE, in perm_run()
|