Searched refs:BLOCK_COUNT (Results 1 - 4 of 4) sorted by relevance
/third_party/littlefs/runners/ |
H A D | bench_runner.h | 109 #define BLOCK_COUNT bench_define(BLOCK_COUNT_i) macro 124 BENCH_DEF(BLOCK_COUNT, ERASE_COUNT/lfs_max(BLOCK_SIZE/ERASE_SIZE,1))\
|
H A D | test_runner.h | 103 #define BLOCK_COUNT TEST_DEFINE(BLOCK_COUNT_i) macro 119 TEST_DEF(BLOCK_COUNT, ERASE_COUNT/lfs_max(BLOCK_SIZE/ERASE_SIZE,1)) \
|
H A D | test_runner.c | 1345 .block_count = BLOCK_COUNT, in run_powerloss_none() 1421 .block_count = BLOCK_COUNT, in run_powerloss_linear() 1514 .block_count = BLOCK_COUNT, in run_powerloss_log() 1605 .block_count = BLOCK_COUNT, in run_powerloss_cycles() 1794 .block_count = BLOCK_COUNT, in run_powerloss_exhaustive()
|
H A D | bench_runner.c | 1320 .block_count = BLOCK_COUNT, in perm_run()
|
Completed in 7 milliseconds