Home
last modified time | relevance | path

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

/littlefs-2.7.6/tests/
Dtest_evil.toml100 {LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz)),
101 &(struct lfs_ctz){0xcccccccc, lfs_tole32(SIZE)}})) => 0;
149 struct lfs_ctz ctz;
152 LFS_MKTAG(LFS_TYPE_STRUCT, 1, sizeof(struct lfs_ctz)), &ctz)
153 => LFS_MKTAG(LFS_TYPE_CTZSTRUCT, 1, sizeof(struct lfs_ctz));
/littlefs-2.7.6/
Dlfs_util.h169 static inline uint32_t lfs_ctz(uint32_t a) { in lfs_ctz() function
Dlfs.h335 struct lfs_ctz { struct
Dlfs.c386 static void lfs_ctz_fromle32(struct lfs_ctz *ctz) { in lfs_ctz_fromle32()
391 static void lfs_ctz_tole32(struct lfs_ctz *ctz) { in lfs_ctz_tole32()
1045 struct lfs_ctz ctz; in lfs_dir_getinfo()
2222 lfs_ctz(current)); in lfs_ctz_find()
2300 lfs_size_t skips = lfs_ctz(index) + 1; in lfs_ctz_extend()
2757 struct lfs_ctz ctz; in lfs_file_sync()
3862 struct lfs_ctz ctz; in lfs_fs_traverseraw()