Home
last modified time | relevance | path

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

/littlefs-latest/runners/
Dbench_runner.h108 #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))) \
Dtest_runner.h102 #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))) \
Dtest_runner.c1314 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 …]
Dbench_runner.c1273 PROG_SIZE, in list_geometries()
1318 .prog_size = PROG_SIZE, in perm_run()
1331 .prog_size = PROG_SIZE, in perm_run()
/littlefs-latest/tests/
Dtest_bd.toml9 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']
Dtest_powerloss.toml94 PROG_SIZE < BLOCK_SIZE
97 defines.BYTE_OFF = ["0", "PROG_SIZE-1", "PROG_SIZE/2"]
Dtest_superblocks.toml530 'lfs_max(512, PROG_SIZE)',
531 'lfs_max(BLOCK_SIZE/2, PROG_SIZE)',
Dtest_orphans.toml3 if = 'PROG_SIZE <= 0x3fe' # only works with one crc per commit
Dtest_move.toml163 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
Dtest_entries.toml6 if = 'CACHE_SIZE % PROG_SIZE == 0 && CACHE_SIZE == 512'