Searched refs:LFS1_ASSERT (Results 1 – 2 of 2) sorted by relevance
71 #define LFS1_ASSERT(test) assert(test) macro73 #define LFS1_ASSERT(test)
18 LFS1_ASSERT(block < lfs1->cfg->block_count); in lfs1_cache_read()156 LFS1_ASSERT(block < lfs1->cfg->block_count); in lfs1_cache_prog()183 LFS1_ASSERT(pcache->block == 0xffffffff); in lfs1_cache_prog()1144 LFS1_ASSERT(head >= 2 && head <= lfs1->cfg->block_count); in lfs1_ctz_find()1555 LFS1_ASSERT(entry.d.type == LFS1_TYPE_REG); in lfs1_file_sync()1905 LFS1_ASSERT(res); // must have pred in lfs1_remove()2008 LFS1_ASSERT(res); // must have pred in lfs1_rename()2066 LFS1_ASSERT(lfs1->cfg->lookahead % 32 == 0); in lfs1_init()2067 LFS1_ASSERT(lfs1->cfg->lookahead > 0); in lfs1_init()2078 LFS1_ASSERT(lfs1->cfg->prog_size % lfs1->cfg->read_size == 0); in lfs1_init()[all …]
Completed in 7 milliseconds