Searched refs:cond (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 332 #define LFS_MKTAG_IF(cond, type, id, size) \ argument 333 ((cond) ? LFS_MKTAG(type, id, size) : LFS_MKTAG(LFS_FROM_NOOP, 0, 0)) 335 #define LFS_MKTAG_IF_ELSE(cond, type1, id1, size1, type2, id2, size2) \ argument 336 ((cond) ? LFS_MKTAG(type1, id1, size1) : LFS_MKTAG(type2, id2, size2))
|