Searched refs:cond (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | lfs.c | 314 #define LFS_MKTAG_IF(cond, type, id, size) \ argument 315 ((cond) ? LFS_MKTAG(type, id, size) : LFS_MKTAG(LFS_FROM_NOOP, 0, 0)) 317 #define LFS_MKTAG_IF_ELSE(cond, type1, id1, size1, type2, id2, size2) \ argument 318 ((cond) ? LFS_MKTAG(type1, id1, size1) : LFS_MKTAG(type2, id2, size2))
|