Searched refs:PROG_SIZE (Results 1 – 10 of 10) sorted by relevance
| /littlefs-latest/runners/ |
| D | bench_runner.h | 108 #define PROG_SIZE bench_define(PROG_SIZE_i) macro 125 BENCH_DEF(READ_SIZE, PROG_SIZE) \ 126 BENCH_DEF(PROG_SIZE, ERASE_SIZE) \ 131 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
| D | test_runner.h | 102 #define PROG_SIZE TEST_DEFINE(PROG_SIZE_i) macro 120 TEST_DEF(READ_SIZE, PROG_SIZE) \ 121 TEST_DEF(PROG_SIZE, ERASE_SIZE) \ 126 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
| D | test_runner.c | 1314 PROG_SIZE, in list_geometries() 1343 .prog_size = PROG_SIZE, in run_powerloss_none() 1359 .prog_size = PROG_SIZE, in run_powerloss_none() 1422 .prog_size = PROG_SIZE, in run_powerloss_linear() 1438 .prog_size = PROG_SIZE, in run_powerloss_linear() 1518 .prog_size = PROG_SIZE, in run_powerloss_log() 1534 .prog_size = PROG_SIZE, in run_powerloss_log() 1612 .prog_size = PROG_SIZE, in run_powerloss_cycles() 1628 .prog_size = PROG_SIZE, in run_powerloss_cycles() 1804 .prog_size = PROG_SIZE, in run_powerloss_exhaustive() [all …]
|
| D | bench_runner.c | 1273 PROG_SIZE, in list_geometries() 1318 .prog_size = PROG_SIZE, in perm_run() 1331 .prog_size = PROG_SIZE, in perm_run()
|
| /littlefs-latest/tests/ |
| D | test_bd.toml | 9 defines.PROG = ['PROG_SIZE', 'BLOCK_SIZE'] 34 defines.PROG = ['PROG_SIZE', 'BLOCK_SIZE'] 92 defines.PROG = ['PROG_SIZE', 'BLOCK_SIZE'] 150 defines.PROG = ['PROG_SIZE', 'BLOCK_SIZE'] 196 defines.PROG = ['PROG_SIZE', 'BLOCK_SIZE']
|
| D | test_powerloss.toml | 94 PROG_SIZE < BLOCK_SIZE 97 defines.BYTE_OFF = ["0", "PROG_SIZE-1", "PROG_SIZE/2"]
|
| D | test_superblocks.toml | 530 'lfs_max(512, PROG_SIZE)', 531 'lfs_max(BLOCK_SIZE/2, PROG_SIZE)',
|
| D | test_orphans.toml | 3 if = 'PROG_SIZE <= 0x3fe' # only works with one crc per commit
|
| D | test_move.toml | 163 if = 'PROG_SIZE <= 0x3fe' # only works with one crc per commit 259 if = 'PROG_SIZE <= 0x3fe' # only works with one crc per commit 635 if = 'PROG_SIZE <= 0x3fe' # only works with one crc per commit 738 if = 'PROG_SIZE <= 0x3fe' # only works with one crc per commit
|
| D | test_entries.toml | 6 if = 'CACHE_SIZE % PROG_SIZE == 0 && CACHE_SIZE == 512'
|