Searched refs:lfs_max (Results 1 - 6 of 6) sorted by relevance
/third_party/littlefs/runners/ |
H A D | bench_runner.h | 124 BENCH_DEF(BLOCK_COUNT, ERASE_COUNT/lfs_max(BLOCK_SIZE/ERASE_SIZE,1))\ 125 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
H A D | test_runner.h | 119 TEST_DEF(BLOCK_COUNT, ERASE_COUNT/lfs_max(BLOCK_SIZE/ERASE_SIZE,1)) \ 120 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
H A D | test_runner.c | 313 if (lfs_max(suite->define_count, TEST_IMPLICIT_DEFINE_COUNT) in test_define_suite() 317 lfs_max(suite->define_count, TEST_IMPLICIT_DEFINE_COUNT)); in test_define_suite() 333 d < lfs_max( in test_define_suite() 340 count = lfs_max(count, d+1); in test_define_suite() 367 d < lfs_max( in test_define_suite() 585 d < lfs_max( in perm_printid() 626 d < lfs_max( in test_seen_insert() 1109 d < lfs_max(suite->define_count, in perm_list_defines() 1131 d < lfs_max(suite->define_count, in perm_list_permutation_defines()
|
H A D | bench_runner.c | 300 if (lfs_max(suite->define_count, BENCH_IMPLICIT_DEFINE_COUNT) in bench_define_suite() 304 lfs_max(suite->define_count, BENCH_IMPLICIT_DEFINE_COUNT)); in bench_define_suite() 320 d < lfs_max( in bench_define_suite() 327 count = lfs_max(count, d+1); in bench_define_suite() 354 d < lfs_max( in bench_define_suite() 614 d < lfs_max( in perm_printid() 646 d < lfs_max( in bench_seen_insert() 1074 d < lfs_max(suite->define_count, in perm_list_defines() 1094 d < lfs_max(suite->define_count, in perm_list_permutation_defines()
|
/third_party/littlefs/ |
H A D | lfs_util.h | 108 static inline uint32_t lfs_max(uint32_t a, uint32_t b) { in lfs_max() function
|
H A D | lfs.c | 248 pcache->size = lfs_max(pcache->size, off - pcache->off); in lfs_bd_prog() 3350 file->pos = lfs_max(file->pos, file->ctz.size); 3505 lfs_max(file->pos+nsize, file->ctz.size) > 3799 return lfs_max(file->pos, file->ctz.size);
|
Completed in 19 milliseconds