Home
last modified time | relevance | path

Searched refs:lfs_ctz (Results 1 – 4 of 4) sorted by relevance

/littlefs-3.7.0-3.6.0/tests/
Dtest_evil.toml109 {LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz)),
110 &(struct lfs_ctz){0xcccccccc, lfs_tole32(SIZE)}})) => 0;
162 struct lfs_ctz ctz;
165 LFS_MKTAG(LFS_TYPE_STRUCT, 1, sizeof(struct lfs_ctz)), &ctz)
166 => LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz));
/littlefs-3.7.0-3.6.0/
Dlfs_util.h143 static inline uint32_t lfs_ctz(uint32_t a) { in lfs_ctz() function
Dlfs.h387 struct lfs_ctz { struct
Dlfs.c465 static void lfs_ctz_fromle32(struct lfs_ctz *ctz) { in lfs_ctz_fromle32()
471 static void lfs_ctz_tole32(struct lfs_ctz *ctz) { in lfs_ctz_tole32()
1399 struct lfs_ctz ctz; in lfs_dir_getinfo()
2849 lfs_ctz(current)); in lfs_ctz_find()
2928 lfs_size_t skips = lfs_ctz(index) + 1; in lfs_ctz_extend()
3391 struct lfs_ctz ctz;
4592 struct lfs_ctz ctz;